EVM RPC API
eth_getTransactionByBlockHashAndIndex
Returns information about a transaction given the block’s hash and a transaction index.
Parameters
DATA
, 32 Bytes - hash of a blockQUANTITY
- Integer of the transaction index position
Returns
Object
- An object of type Transaction or null when no transaction was found. Seeeth_getTransactionByHash
POST
https://{network}.s.chainbase.online/v1
/
{api-key}
Path Parameters
api-key
string
requiredBody
application/json
id
integer
default: 1requiredjsonrpc
string
default: 2.0requiredmethod
string
default: eth_getTransactionByBlockHashAndIndexrequiredparams
any[]
requiredResponse
200 - application/json
id
integer
requiredjsonrpc
string
requiredresult
object
required