- Base mainnet (
8453), Robinhood Chain (4663) and Monad (143) - token browsing, search, creator launches, details, trades, announcements, holders, wallets, and fee claims
- crypto-paired token creation on Base, Robinhood and Monad when enabled, plus stock-paired creation wherever the platform catalog and live factory state make it available, with editable metadata, Pinata uploads, and the required
01token-address suffix - exact-input launch-pool quotes and Universal Router transaction preparation
- fee claims, creator announcements, and authorized metadata updates
Base URL
GET /health is unauthenticated. Send x-api-key on every other request.
Resource model
The API keeps related data together without mixing incompatible query modes:/configcombines production chains, contract configurations, paired assets, and capabilities. Its exact response field names remainsuitesandquotesfor API compatibility./tokensbrowses and ranks launches,/tokens/searchsearches them, and/creators/{address}/tokenslists one creator’s launches.- one token detail endpoint can include pool, market, and recent announcements.
- trades and announcements have independent collection routes and cursors.
- fee claims expose their own state and filters.
- on-chain name, symbol, and key-value updates are separate from token metadata-document updates that pin IPFS content.
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.
