Skip to main content
GET
List wallet activity

Authorizations

x-api-key
string
header
required

Production API key beginning with o1_launch_.

Path Parameters

address
string
required

Wallet address.

Pattern: ^0x[0-9a-fA-F]{40}$
Example:

"0x1111111111111111111111111111111111111111"

Query Parameters

chain_id
enum<integer>
required

Production chain to query.

Available options:
8453,
4663
Example:

8453

market
enum<string>
default:all

Launch market to include.

Available options:
standard,
rwa,
all
cursor
string

Opaque continuation cursor returned by the previous page. Do not parse or modify it.

Maximum string length: 4096
limit
integer
default:25

Maximum number of resources to return.

Required range: 1 <= x <= 100
kind
enum<string>
default:all

Activity kind to return.

Available options:
all,
launch,
launch_fee,
trade,
allocation,
vesting_registered,
vesting_claimed,
fee_credited,
fee_claimed,
announcement,
metadata
from
integer

Inclusive lower timestamp in Unix seconds.

Required range: 0 <= x <= 4102444800
to
integer

Exclusive upper timestamp in Unix seconds.

Required range: 1 <= x <= 4102444800

Response

A page of wallet activity.

data
object[]
required
pagination
object
required
meta
object
required