cURL
curl --request GET \ --url https://rollytics-api-evm-1.anvil.asia-southeast.initia.xyz/indexer/tx/v1/txs/{tx_hash}
{ "tx": { "txhash": "<string>", "height": "<string>", "codespace": "<string>", "code": 123, "data": "<string>", "raw_log": "<string>", "logs": [ {} ], "info": "<string>", "gas_wanted": "<string>", "gas_used": "<string>", "tx": {}, "timestamp": "<string>", "events": [ {} ] } }
Returns a specific transaction by its hash.
The transaction hash.
Successful response
Show child attributes
Was this page helpful?