HomeGuidesAPI ReferenceChangelog
GuidesAPI ReferenceCommunityDiscordBlogFAQBug BountyAnnouncementsChange Log
API Reference

Get events by block number

Returns

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