获取交易详情
| 参数名 | 参数类型 | 描述 | 是否必须 |
|---|---|---|---|
| tx_hash | String | yes |
| 参数名 | 参数类型 | 描述 |
|---|---|---|
| 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
获取交易操作
| 参数名 | 参数类型 | 描述 | 是否必须 |
|---|---|---|---|
| tx_hash | String | yes |
| 参数名 | 参数类型 | 描述 |
|---|---|---|
| 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
获取交易票据
| 参数名 | 参数类型 | 描述 | 是否必须 |
|---|---|---|---|
| tx_hash | String | yes |
| 参数名 | 参数类型 | 描述 |
|---|---|---|
| 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