HomeGuidesAPI ReferenceChangelog
GuidesAPI ReferenceCommunityDiscordBlogFAQBug BountyAnnouncementsChange Log
API Reference

Get transaction info by contract address

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].ret.feeLongTransaction fee
data.[i].signaturestring[]Transaction signature
data.[i].raw_data_hexstringTransaction content in Hex String
data.[i].raw_dataTransactionTransaction 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
data[i].fee_limitLongMaximum TRX consumption
data[i].ref_block_bytesStringThe height of the transaction reference block
data[i].ref_block_hashStringThe hash of the transaction reference block
data[i].expirationLongTransaction expiration time
data[i].timestampLongThe block timestamp, the unit is millisecond
successBooleanReturn data successfully
meta.atLongResponse timestamp in millisecond
meta.page_sizeIntegerResponse page size
meta.fingerprintStringNext url fingerprint
meta.links.nextStringNext url
Language
Click Try It! to start a request and see the response here!