eth_getTransactionByBlockNumberAndIndex

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

Recent Requests
Log in to see full request history
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…
Path Params
string
required
Defaults to public

For higher throughput, please 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 0x393925,0x0
  1. String - either the hex value of a block number OR One of the following block tags:
    • pending - This is the same as latest for Polygon zkEVM.
    • latest - The most recent block in the canonical chain observed by the client, this block may be re-orged out of the canonical chain even under healthy/normal conditions.
    • safe - The most recent crypto-economically secure block, cannot be re-orged outside of manual intervention driven by community coordination. Intuitively, this block is “unlikely” to be re-orged.
    • finalized - The most recent crypto-economically secure block, that has been accepted by >2/3 of validators. Cannot be re-orged outside of manual intervention driven by community coordination. Intuitively, this block is very unlikely to be re-orged.
    • earliest - The lowest numbered block the client has available. Intuitively, you can think of this as the first block created.
  2. String - The transaction index position (in hex)
params
string
Defaults to eth_getTransactionByBlockNumberAndIndex
Response

Language
LoadingLoading…
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/json