eth_getTransactionByBlockHashAndIndex - BNB

Returns information about a transaction by block hash and transaction index position.

Path Params
string
required
Defaults to docs-demo

For higher throughput, create your own API key

Body Params
integer
Defaults to 1
string
Defaults to 2.0
params
array of strings
length between 2 and 2
Defaults to 0xbf06c77f6ed9a65441795eb8c2ccd694b3fc9b4d1be6066bf7ed52c73c5ec97c,0x64
  1. String - 32 Bytes - Hash of a block
  2. String - Integer of the transaction index position (in hex).
params
string
Defaults to eth_getTransactionByBlockHashAndIndex
Response

Response body
object
integer
string
result
object

A transaction object, or null when no transaction was found

string

32 Bytes - The hash of the block where the given transaction was included.

string

The number of the block where the given transaction was included.

string

The index of the transaction within the block.

string

The number of transactions made by the sender prior to this one.

string

32 Bytes - hash of the transaction.

string

20 Bytes - address of the sender

string

gas provided by the sender

string

gas price provided by the sender in Wei

string

the data send along with the transaction

string

ECDSA signature r

string

ECDSA signature s

string

20 Bytes - address of the receiver. null when it's a contract creation transaction

string

ECDSA recovery id

string

value transferred in Wei

Language
Click Try It! to start a request and see the response here! Or choose an example:
application/json
ReadMe
Support Hub