HomeGuidesAPI ReferenceChangelog
GuidesAPI ReferenceCommunityDiscordBlogFAQBug BountyAnnouncementsChange Log
API Reference

Get transaction info by account address

❗️

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].txIDStringTransaction ID
data.[i].blockNumberIntegerThe block number
data.[i].block_timestampLongThe block timestamp, the unit is millisecond
data.[i].ret.contractRetstring[]Transaction Execution Results
data.[i].signaturestring[]Transaction signature
data.[i].raw_data_hexstringTransaction content in Hex String
data.[i].raw_dataLongTransaction content, please refer to Transaction chapter for details
data.[i].energy_feeLongThe amount of TRX burned to pay for energy
data.[i].energy_usageLongThe amount of energy consumed in the caller's account
data.[i].energy_usage_totalLongThe total amount of energy consumed by the transaction
data.[i].net_feeLongThe amount of TRX burned to pay for the bandwidth
data.[i].net_usageLongThe amount of bandwidth consumed
data.[i].internal_transactionsstring[]Internal 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!