Get events by contract address

Path Params
string
required

Contract address in base58 or hex format. Example: TG3XXyExBkPp9nzdajDZsozEu4BkaSJozs

Query Params
string
Defaults to Transfer

The event name to filter by. Example: Transfer

int64

The specific block number to query. Example: 61840405

boolean

Set to true to return only confirmed events; set to false to return both confirmed and unconfirmed events. Cannot be used simultaneously with only_confirmed.

boolean

Set to true to return only confirmed events; set to false to return both confirmed and unconfirmed events. Cannot be used simultaneously with only_unconfirmed.

date-time

The minimum block timestamp to filter by. (Unit: milliseconds, Default: 0)

date-time

The maximum block timestamp to filter by. (Unit: milliseconds, Default: current time)

string

Specifies the sort order. block_timestamp,asc | block_timestamp,desc (default).

string

The fingerprint for pagination, obtained from the meta.fingerprint field of a previous response. Note: When using fingerprint, all other parameters must remain the same.

int32

The maximum number of events to return per page. (Default: 20, Max:200)

Responses

Language
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/json