Skip to main content
GET
Get token details

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

include
string
default:pool,market

Comma-separated related sections to return: pool, market, allocations, vesting, and announcements.

announcements_limit
integer

Maximum recent announcements. Send only with include=announcements; when omitted, the API uses 3.

Required range: 1 <= x <= 10

Response

Launch and requested token resources.

data
object
required
meta
object
required