HomeGuidesAPI ReferenceChangelog
GuidesAPI ReferenceCommunityDiscordBlogFAQBug BountyAnnouncementsChange Log
API Reference

List all assets(TRC10 tokens) on chain

Returns

FieldTypeDescription
data.[i].idLongToken ID
data.[i].abbrStringToken abbr
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
data.[i].urlStringToken official website url, default hexString
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_scoreIntegervote score
data.[i].owner_addressStringToken issuer address
data.[i].start_timeLongICO start time
data.[i].end_timeLongICO end time
successBooleanReturn data successfully
meta.page_sizeIntegerLimit in one page
meta.atLongResponse timestamp in millisecond
meta.page_sizeStringResponse page size
meta.fingerprintIntegerNext url fingerprint
meta.links.nextStringNext url
Language
Click Try It! to start a request and see the response here!