HomeGuidesAPI ReferenceChangelog
GuidesAPI ReferenceCommunityDiscordBlogFAQBug BountyAnnouncementsChange Log
API Reference

Get events by transaction id

Returns

FieldTypeDescription
data.[0].block_numberIntegerThe block number
data.[0].block_timestampLongThe block timestamp, the unit is millisecond
data.[0].caller_contract_addressStringCall Contract address
data.[0].contract_addressStringContract address
data.[0].event_indexStringTRC20 token name
data.[0].event_nameStringThe event name
data.[0].eventStringThe event signature, used for parse the indexed and non-indexed parameter
data.[0].transaction_idStringTransaction ID
data.[0].resultmap<string, string>The parameters of the event, includes the indexed and non-indexed
data.[0].result_typemap<string, string>The type of parameter
data.[0]._unconfirmedBooleanTransaction confirmation or not
successBooleanReturn data successfully
meta.page_sizeIntegerLimit in one page
meta.atLongResponse timestamp in millisecond
Language
Click Try It! to start a request and see the response here!