Skip to main content
The o1 Launchpad Public API exposes the useful actions available in the live application without exposing internal analytics, governance, or infrastructure controls. It supports:
  • Base mainnet (8453) and Robinhood Chain (4663)
  • token discovery, search, details, activity, holders, wallets, and claims
  • standard token creation on Base and Robinhood, plus stock-paired creation wherever the shared platform catalog and live factory state make a route available, with allocations, staircase vesting, editable metadata, Pinata uploads, and the required 01 token-address suffix
  • exact-input launch-pool quotes and Universal Router transaction preparation
  • fee and vesting claims, creator announcements, and authorized metadata updates
The API never signs or broadcasts an on-chain transaction. It returns explicit transaction steps for the requested wallet to review, sign, and submit.

Base URL

Only GET /health is unauthenticated. Send x-api-key on every other request.

Resource model

The API intentionally keeps related data together:
  • /config combines production chains, suites, quotes, and capabilities.
  • /tokens is the only token list and search endpoint.
  • one token detail endpoint can include pool, market, allocation, vesting, and recent announcement data.
  • one activity endpoint returns either canonical trades or announcements.
  • one claims endpoint returns either fee or vesting positions.
This avoids a large collection of small endpoints while keeping expensive and independently paginated resources separate.

Non-custodial transaction flow

Every prepare response identifies the expected chain, sender, destination, calldata, value, expiry, issues, and ordered prerequisites. Never replace an API-provided spender or destination with a guessed address. The existing launchpad indexer discovers confirmed chain events normally. Public clients cannot ask the API to write product records or force an indexing job.

Next

Get an API key

Create and manage a scoped production key with your wallet.

Quickstart

List launches and prepare your first trade.

Authentication

Create keys, select scopes, and configure browser origins.

Read endpoints

Search and paginate launchpad resources.

Errors and rate limits

Handle API errors, quotas, and safe retries.

OpenAPI schema

Download the complete machine-readable schema.