GetAssetIssueById
Query a token by token id.
Returns the token object, which contains the token name.
Body params:
value
- The ID of the TRC10 token.
Request
curl --request POST \
--url https://tron.api.watchdata.io/wallet/getassetissuebyid \
--header 'Content-Type: application/json' \
--data '{"value":1000001}'
Response
{
"owner_address": "412e1934759faf93497d6742208e2e521f7043e2ff",
"name": "62747474657374",
"abbr": "62747474657374",
"total_supply": 1000000000000000,
"trx_num": 1000000,
"precision": 6,
"num": 1000000,
"start_time": 1575648000000,
"end_time": 1575734400000,
"description": "62747474657374",
"url": "68747470733a2f2f62746673736f7465722e726561646d652e696f2f646f63732f686f772d746f2d6765742d737461727465642d776974682d736f746572",
"id": "1000001"
}
Last updated