get https://api.shasta.trongrid.io/v1/accounts//transactions
Note
The same time window can get up to 1000 pieces of data. If you need to get more data, you can move the time window to get more data.
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].signature | string[] | Transaction signature |
data.[i].raw_data_hex | string | Transaction content in Hex String |
data.[i].raw_data | Long | 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 |
success | Boolean | Return data successfully |
meta.page_size | Integer | Limit in one page |
meta.at | Long | Response timestamp in millisecond |
meta.page_size | String | Response page size |
meta.fingerprint | Integer | Next url fingerprint |
meta.links.next | String | Next url |