HomeGuidesAPI ReferenceChangelog
GuidesAPI ReferenceCommunityDiscordBlogFAQBug BountyAnnouncementsChange Log
API Reference

Get internal transactions by transaction ID

Returns

FieldTypeDescription
data.[i].internal_tx_idStringInternal Transaction ID
data.[i].data.noteStringThe instruction type, such as call, create, suicide, freezeBalanceV2ForEnergy, freezeBalanceV2ForBandwidth, and unfreezeBalanceV2ForBandwidth.
data.[i].data.rejectedBooleanWhether the internal transaction failed. true means the execution failed.
data.[i].block_timestampLongThe block timestamp, the unit is millisecond
data.[i].to_addressStringTo Address
data.[i].tx_idStringTransaction ID
data.[i].from_addressstringFrom Address
successBooleanReturn data successfully
meta.atLongResponse timestamp in millisecond
meta.page_sizeIntegerResponse page size
Language
Click Try It! to start a request and see the response here!