eth_getTransactionByHash

post
/

Returns details about a transaction for a given transaction hash.

The RPC will check if the transaction is on chain, in the public mempool, or if it exists in our private mempool.

If the transaction is returned from our private mempool the signatures (the v, r, s components) and gas price will be stripped from the result.

Query parameters
api_keystringRequiredExample: docs-demo
Body
stringOptionalPattern: ^0x[a-fA-F0-9]{64}$
Responses
chevron-right
200Success
application/json
Responseone of
or
or
or
post
/
200Success

Last updated