HomeGuidesAPI ReferenceChangelog
GuidesAPI ReferenceCommunityDiscordBlogFAQBug BountyAnnouncementsChange Log
API Reference

Get internal transactions by contract address

Returns

FieldTypeDescription
data[i].internal_tx_idStringThe unique identifier (ID) for the internal transaction.
data[i].data.noteStringThe type of instruction, such as call, create, suicide, freezeBalanceV2ForEnergy, freezeBalanceV2ForBandwidth, or unfreezeBalanceV2ForBandwidth.
data[i].data.rejectedBooleanWhether the internal transaction failed during execution. true means the execution failed.
data[i].block_timestampLongThe Unix timestamp for when the transaction was confirmed. (Unit: millisecond)
data[i].to_addressStringThe recipient's address.
data[i].tx_idStringThe unique identifier (ID) of the parent transaction that initiated this internal transaction.
data[i].from_addresstringThe sender's address.
successBooleanWhether the request was successful.
meta.atLongThe timestamp for when the API response was generated. (Unit: millisecond)
meta.page_sizeIntegerThe number of items returned on the current page.
meta.fingerprintStringA fingerprint of the last transaction on this page, used to fetch the next page of results.
meta.links.nextStringThe complete URL to request the next page of results. null if this is the last page.
Language
Click Try It! to start a request and see the response here!