Eth_getTransactionByBlockHashAndIndex
Authorizations
api-keystringRequired
Body
jsonrpcstringRequiredExample:
2.0methodstringRequiredExample:
eth_getTransactionByBlockHashAndIndexparamsstring[] · min: 2 · max: 2Required
Parameters:
- blockHash (string): The 32-byte hash of the block.
- transactionIndex (string): The transaction index (hex).
idintegerRequiredExample:
1Responses
200
A transaction object or null if no transaction was found.
application/json
jsonrpcstringOptionalExample:
2.0idintegerOptionalExample:
1resultone ofOptional
or
string · enumOptionalPossible values:
Null if no transaction was found.
post
/200
A transaction object or null if no transaction was found.
Last updated