Skip to main content
GET
List token trades

Authorizations

x-api-key
string
header
required

Production API key beginning with o1_launch_.

Path Parameters

chain_id
enum<integer>
required

Production chain containing the resource: 8453 for Base or 4663 for Robinhood Chain. Production chain ID: 8453 for Base or 4663 for Robinhood Chain.

Available options:
8453,
4663
Example:

8453

token_address
string
required

Launch token contract address. EVM address. The zero address represents native currency only where documented.

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

"0x1111111111111111111111111111111111111111"

Query Parameters

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
wallet
string

Filter by the trading wallet, not the router executor. Mutually exclusive with transaction_hash and referrer. EVM address. The zero address represents native currency only where documented.

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

"0x1111111111111111111111111111111111111111"

transaction_hash
string

Filter trades by transaction. Mutually exclusive with wallet and referrer. 32-byte hexadecimal hash.

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

"0x1111111111111111111111111111111111111111111111111111111111111111"

referrer
string

Filter trades by referrer. Mutually exclusive with wallet and transaction_hash. EVM address. The zero address represents native currency only where documented.

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

"0x1111111111111111111111111111111111111111"

from
integer

Inclusive start time in Unix seconds. Must be earlier than to when both are sent.

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

Exclusive end time in Unix seconds. Must be later than from when both are sent.

Required range: 1 <= x <= 4102444800

Response

A page of canonical trades.

data
object[]
required
pagination
object
required
meta
object
required