cURL
curl --request GET \ --url https://api.range.org/v1/address/transaction \ --header 'X-API-KEY: <api-key>'
{ "id": "<string>", "version": 123, "network": "<string>", "height": "<string>", "index": 123, "timestamp": "<string>", "hash": "<string>", "sender": "<string>", "message_types": [ "<string>" ], "addresses": [ "<string>" ], "success": true, "gas": { "wanted": 123, "used": 123 }, "fees": { "amount": "<string>", "denom": "<string>" }, "amounts": [ "<string>" ], "memo": "<string>", "signers": [ "<string>" ], "messages": [ "<string>" ] }
Returns details of a transactions associated with the specified hash.
Authorization method required to allow user to access the api endpoints.
hash to search
Transaction associated with a specific hash.
Show child attributes