get https://api.shasta.trongrid.io/v1/accounts//transactions/trc20
Get the historical TRC20, TRC721 transfer records and authorization records of an account
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].transaction_id | String | Transaction ID |
data.[i].token_info.symbol | String | TRC20 token symbol |
data.[i].token_info.address | String | TRC20 Contract address |
data.[i].token_info.decimals | Integer | TRC20 token decimals |
data.[i].token_info.name | String | TRC20 token name |
data.[i].block_timestamp | Long | The block timestamp, the unit is millisecond |
data.[i].from | String | The from address of the transaction |
data.[i].to | String | The to address of the transaction |
data.[i].type | String | The function of the transaction |
data.[i].value | String | The amount of the 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 |