get https://api.shasta.trongrid.io/v1/contracts//transactions
Returns
Field | Type | Description |
---|---|---|
data.[i].txID | String | Transaction ID |
data.[i].blockNumber | Integer | The block number |
data.[i].block_timestamp | Long | The block timestamp, the unit is millisecond |
data.[i].ret.contractRet | string[] | Transaction Execution Results |
data.[i].ret.fee | Long | Transaction fee |
data.[i].signature | string[] | Transaction signature |
data.[i].raw_data_hex | string | Transaction content in Hex String |
data.[i].raw_data | Transaction | Transaction content, please refer to Transaction chapter for details |
data.[i].energy_fee | Long | The amount of TRX burned to pay for energy |
data.[i].energy_usage | Long | The amount of energy consumed in the caller's account |
data.[i].energy_usage_total | Long | The total amount of energy consumed by the transaction |
data.[i].net_fee | Long | The amount of TRX burned to pay for the bandwidth |
data.[i].net_usage | Long | The amount of bandwidth consumed |
data.[i].internal_transactions | string[] | Internal transaction |
data[i].fee_limit | Long | Maximum TRX consumption |
data[i].ref_block_bytes | String | The height of the transaction reference block |
data[i].ref_block_hash | String | The hash of the transaction reference block |
data[i].expiration | Long | Transaction expiration time |
data[i].timestamp | Long | The block timestamp, the unit is millisecond |
success | Boolean | Return data successfully |
meta.at | Long | Response timestamp in millisecond |
meta.page_size | Integer | Response page size |
meta.fingerprint | String | Next url fingerprint |
meta.links.next | String | Next url |