get transaction detail
| Name | Type | Description | Required |
|---|---|---|---|
| tx_hash | String | yes |
| Name | Type | Description |
|---|---|---|
| block_number | String | |
| status | String | |
| transaction | Object | |
| transaction.actions | Array | |
| transaction.amount_limit | Array | |
| transaction.chain_id | Number | |
| transaction.delay | Number | |
| transaction.expiration | Number | |
| transaction.gas_limit | Number | |
| transaction.gas_ratio | Number | |
| transaction.hash | String | |
| transaction.publisher | String | |
| transaction.referred_tx | String | |
| transaction.signers | Array | |
| transaction.time | String | |
| transaction.tx_receipt | Object |
curl -X GET https://api.iostabc.com/api/?apikey=6cfb2325fd0d6ccbd2e61d5793769eb0&module=transaction&action=get-transaction-detail&tx_hash=FDNr7hubyuUAJjrHmXs3uJ8dCsNjiG6tfgMCnnERRnDC
get transaction action
| Name | Type | Description | Required |
|---|---|---|---|
| tx_hash | String | yes |
| Name | Type | Description |
|---|---|---|
| actions | Array | |
| actions.action_name | String | |
| actions.contract | String | |
| actions.data | String |
curl -X GET https://api.iostabc.com/api/?apikey=6cfb2325fd0d6ccbd2e61d5793769eb0&module=transaction&action=get-transaction-action&tx_hash=FDNr7hubyuUAJjrHmXs3uJ8dCsNjiG6tfgMCnnERRnDC
get transaction receipt
| Name | Type | Description | Required |
|---|---|---|---|
| tx_hash | String | yes |
| Name | Type | Description |
|---|---|---|
| receipts | Array | |
| receipts.content | String | |
| receipts.func_name | String |
curl -X GET https://api.iostabc.com/api/?apikey=6cfb2325fd0d6ccbd2e61d5793769eb0&module=transaction&action=get-transaction-receipt&tx_hash=FDNr7hubyuUAJjrHmXs3uJ8dCsNjiG6tfgMCnnERRnDC