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. (Unit: millisecond)
data.[0].caller_contract_addressStringSame as data.[0].contract_address for backward compatibility.
data.[0].contract_addressStringThe address of the contract that emitted the event.
data.[0].event_indexStringThe index of the event within the transaction's event log.
data.[0].event_nameStringThe event name.
data.[0].eventStringThe event signature. Note: Used to parse the indexed and non-indexed parameters.
data.[0].transaction_idStringTransaction id.
data.[0].resultmap<string, string>The parameters of the event. Note: Includes both indexed and non-indexed parameters.
data.[0].result_typemap<string, string>The type of parameter.
data.[0]._unconfirmedBooleanIndicates if the transaction is unconfirmed. \ truemeans unconfirmed,false means confirmed.`
successBooleanIndicates if the request was successful.
meta.page_sizeIntegerThe maximum number of items returned in one page.
meta.atLongThe response timestamp. (Unit: millisecond).
Language
Click Try It! to start a request and see the response here!