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