get https://api.shasta.trongrid.io/v1/contracts//transactions
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 |