?module=transaction
https://instance_base_url/api?module=transaction
gettxinfo
Information related to a specified transaction. Includes:
Parameter | Description |
---|---|
txhash | string containing the transaction hash |
index | optional nonnegative integer that represents the log index used for pagination. |
gettxreceiptstatus
Also available through a GraphQL ‘transaction’ query. Status
field return:
0
= failed transaction
1
= successful transaction
Parameter | Description |
---|---|
txhash | string containing the transaction hash |
getstatus
Also available through a GraphQL ‘transaction’ query. Includes the following:
Parameter | Description |
---|---|
txhash | string containing the transaction hash |