cURL
curl --request GET \ --url https://rollytics-api-evm-1.anvil.asia-southeast.initia.xyz/indexer/tx/v1/evm-txs/{tx_hash}
{ "tx": { "blockHash": "<string>", "blockNumber": "<string>", "contractAddress": "<string>", "cumulativeGasUsed": "<string>", "effectiveGasPrice": "<string>", "from": "<string>", "gasUsed": "<string>", "logs": [ { "address": "<string>", "topics": [ "<string>" ], "data": "<string>", "blockNumber": "<string>", "transactionHash": "<string>", "transactionIndex": "<string>", "blockHash": "<string>", "logIndex": "<string>", "removed": true } ], "logsBloom": "<string>", "status": "<string>", "to": "<string>", "transactionHash": "<string>", "transactionIndex": "<string>", "type": "<string>" } }
Returns a specific EVM transaction by its hash. Only available on EVM chains.
Documentation IndexFetch the complete documentation index at: https://docs.initia.xyz/llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: https://docs.initia.xyz/llms.txt
Use this file to discover all available pages before exploring further.
The transaction hash.
Successful response
Show child attributes
Was this page helpful?