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 (Hash).
data[i].blockNumberIntegerThe block number.
data[i].block_timestampLongThe block timestamp. (Unit: millisecond)
data[i].ret.contractRetstring[]Transaction execution results.
data[i].ret.feeLongTransaction fee. (Unit: sun)
data[i].signaturestring[]Transaction signature.
data[i].raw_data_hexstringThe transaction's raw data. (Format: hex)
data[i].raw_dataTransactionTransaction content. See here for details.
data[i].energy_feeLongThe amount of TRX burned for Energy. (Unit: sun)
data[i].energy_usageLongThe amount of Energy consumed by the sender'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[]An array of internal transactions. See here for details.
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!