Skip to main content
GET
List tokens

Authorizations

x-api-key
string
header
required

Production API key beginning with o1_launch_.

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

Return tokens paired with this quote asset.

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

"0x1111111111111111111111111111111111111111"

creator
string

Return tokens created by this wallet. Supports sort=new only.

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

"0x1111111111111111111111111111111111111111"

q
string

Search by token address, name, symbol, creator, pool ID, or launch transaction.

Required string length: 1 - 128
sort
enum<string>

Defaults to new for browsing and liquidity for search. Search supports liquidity only.

Available options:
new,
trending,
liquidity,
market_cap,
volume_24h
order
enum<string>
default:desc

Ranked sorts are descending. New listings also support ascending order.

Available options:
asc,
desc

Response

A page of launchpad tokens.

data
object[]
required
pagination
object
required
meta
object
required