HomeGuidesAPI ReferenceChangelog
GuidesAPI ReferenceCommunityDiscordBlogFAQBug BountyAnnouncementsChange Log
API Reference

Get assets by name

NOTE: Multiple assets may have the same name.

Returns

FieldTypeDescription
data[i].idLongThe TRC-10 Token ID.
data[i].abbrStringThe TRC-10 Token Symbol.
data[i].descriptionStringToken description.
data[i].nameStringToken name.
data[i].numIntegerDefine the price by the ratio of trx_num/num. (The unit of 'trx_num' is sun)
data[i].precisionLongToken precision, i.e. the number of decimal places the token supports.
data[i].urlStringThe URL of the token's official website.
data[i].total_supplyStringTotal supply.
data[i].trx_numStringDefine the price by the ratio of trx_num/num. (The unit of 'trx_num' is SUN)
data[i].vote_scoreIntegerThe vote score of the TRC-10 token.
data[i].owner_addressStringToken issuer address.
data[i].start_timeLongICO start time. (Unit: millisecond)
data[i].end_timeLongICO end time. (Unit: millisecond)
successBooleanWhether the request was successful.
meta.atLongThe response timestamp. (Unit: millisecond)
meta.page_sizeIntegerThe number of items returned on the current page.
meta.fingerprintStringThe fingerprint for paginating to the next page.
meta.links.nextStringThe URL for the next page of results.
Language
Click Try It! to start a request and see the response here!