EVM RPC API
eth_getTransactionByBlockNumberAndIndex
Returns information about a transaction given a block number and transaction index.
Parameters
TAG
- Integer block number or one of “earliest”, “latest” or “pending”QUANTITY
- The transaction index position
Returns
Object
- An object of type Transaction or null when no transaction was found. Seeeth_getTransactionByHash
POST
Path Parameters
Body
application/json