Skip to main content
GET
List history of activities

Path Parameters

chain_name
string
required

The name of chain

Example:

"imtbl-zkevm-testnet"

Query Parameters

from_updated_at
string<date-time>
required

From indexed at including given date

Example:

"2022-08-16T17:43:26.991388Z"

to_updated_at
string<date-time>

To indexed at including given date

Example:

"2022-08-16T17:43:26.991388Z"

contract_address
string

The contract address of the collection

activity_type
enum<string>

The activity type

Available options:
mint,
burn,
transfer,
sale,
deposit,
withdrawal
Example:

"mint"

page_cursor
string

Encoded page cursor to retrieve previous or next page. Use the value returned in the response.

Example:

"ewogICJ0eXBlIjogInByZXYiLAogICJpdGVtIjogewogICAgImlkIjogNjI3NTEzMCwKICAgICJjcmVhdGVkX2F0IjogIjIwMjItMDktMTNUMTc6MDQ6MTIuMDI0MTI2WiIKICB9Cn0="

page_size
integer<int32>
default:100

Maximum number of items to return

Required range: 1 <= x <= 200
Example:

10

Response

200 response

List activities response

result
object[]
required

List of activities

page
object
required

Pagination properties