Get events by contract address

List events emitted by a contract address, with optional filtering by event name, time range, or block height.

Recent Requests
Log in to see full request history
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…

List events emitted by a contract address. Use filters such as event name, time range, or block height to narrow the result set.


Related resources

Path Params
string
required

Contract address. (Format: Base58 or Hex). Example: TG3XXyExBkPp9nzdajDZsozEu4BkaSJozs

Query Params
string
Defaults to Transfer

The event name to filter by.
Example: Transfer

string

The specific block number to query.
Example: 61840405 Accepts a specific block height or latest.

boolean

Set to true to return only unconfirmed events; set to false (or omit) to return both. Cannot be used simultaneously with only_confirmed.

boolean

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

int64

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

int64

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

string

Sort order: block_timestamp,asc or 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
LoadingLoading…
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/json