Documentation IndexFetch the complete documentation index at: /llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
cURL
curl --request GET \ --url 'https://api.fuse.io/api/v0/explorer/?module=transaction&action=gettxinfo'
{ "result": { "revertReason": "<string>", "blockNumber": "<string>", "confirmations": "<string>", "from": "<string>", "gasLimit": "<string>", "gasPrice": "<string>", "gasUsed": "<string>", "hash": "<string>", "input": "<string>", "logs": [ { "address": "<string>", "data": "<string>", "topics": [ "<string>" ] } ], "success": true, "timeStamp": "<string>", "to": "<string>", "value": "<string>" }, "status": "<string>" }
transaction
gettxinfo
OK
Show child attributes