get https://api.shasta.trongrid.io/v1/assets//list
NOTE: Multiple assets may have the same name.
Returns
| Field | Type | Description |
|---|---|---|
| data[i].id | Long | The TRC-10 Token ID. |
| data[i].abbr | String | The TRC-10 Token Symbol. |
| data[i].description | String | Token description. |
| data[i].name | String | Token name. |
| data[i].num | Integer | Define the price by the ratio of trx_num/num. (The unit of 'trx_num' is sun) |
| data[i].precision | Long | Token precision, i.e. the number of decimal places the token supports. |
| data[i].url | String | The URL of the token's official website. |
| data[i].total_supply | String | Total supply. |
| data[i].trx_num | String | Define the price by the ratio of trx_num/num. (The unit of 'trx_num' is SUN) |
| data[i].vote_score | Integer | The vote score of the TRC-10 token. |
| data[i].owner_address | String | Token issuer address. |
| data[i].start_time | Long | ICO start time. (Unit: millisecond) |
| data[i].end_time | Long | ICO end time. (Unit: millisecond) |
| success | Boolean | Whether the request was successful. |
| meta.at | Long | The response timestamp. (Unit: millisecond) |
| meta.page_size | Integer | The number of items returned on the current page. |
| meta.fingerprint | String | The fingerprint for paginating to the next page. |
| meta.links.next | String | The URL for the next page of results. |