Skip to main content
GET
Get wallet overview

Authorizations

x-api-key
string
header
required

Production API key beginning with o1_launch_.

Path Parameters

address
string
required

Wallet address. EVM address. The zero address represents native currency only where documented.

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

"0x1111111111111111111111111111111111111111"

Query Parameters

chain_id
enum<integer>
required

Production chain to query: 8453 for Base, 4663 for Robinhood Chain, or 143 for Monad. Production chain ID: 8453 for Base, 4663 for Robinhood Chain, or 143 for Monad.

Available options:
8453,
4663,
143
Example:

8453

market
enum<string>
default:all

Launch market to include: standard for crypto-paired tokens, rwa for stock-paired tokens, or all markets.

Available options:
standard,
rwa,
all

Response

The wallet's public launchpad overview, or null when it has no matching activity.

data
object | null
required
meta
object
required