HomeGuidesAPI ReferenceChangelog
GuidesAPI ReferenceCommunityDiscordBlogFAQBug BountyAnnouncementsChange Log
API Reference

Get contract transaction info by account address

Get the historical TRC20, TRC721 transfer records and authorization records of an account

❗️

Note

The same time window can get up to 1000 pieces of data. If you need to get more data, you can move the time window to get more data.


Returns

FieldTypeDescription
data.[i].transaction_idStringTransaction ID
data.[i].token_info.symbolStringTRC20 token symbol
data.[i].token_info.addressStringTRC20 Contract address
data.[i].token_info.decimalsIntegerTRC20 token decimals
data.[i].token_info.nameStringTRC20 token name
data.[i].block_timestampLongThe block timestamp, the unit is millisecond
data.[i].fromStringThe from address of the transaction
data.[i].toStringThe to address of the transaction
data.[i].typeStringThe function of the transaction
data.[i].valueStringThe amount of the transaction
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!