eth_getTransactionByHash
POST
/{apiKey}
Returns information about a transaction requested by transaction hash.
Path Parameters
apiKeystringrequireddefaults to docs-demoFor higher throughput, create your own API key
Request
Transaction hashstringformat: "^0x[0-9a-f]{64}$"requiredThe hash of the transaction to retrieve.
Responses
200
The transaction object containing various properties of the transaction.
Was this page helpful?