get https://api.shasta.trongrid.io/v1/contracts//tokens
Returns
| Field | Type | Description |
|---|---|---|
| data[] | Array | The banlance of the TRC20 holder. |
| success | Boolean | Whether the request was successful. |
| meta.at | Long | The timestamp for when the API response was generated. (Unit: millisecond) |
| meta.page_size | Integer | The number of items returned on the current page. |
| meta.fingerprint | String | A fingerprint of the last transaction on this page, used to fetch the next page of results. |
| meta.links.next | String | The complete URL to request the next page of results. null if this is the last page. |