Skip to main content

Launchpad API

The Launchpad API is a backend service that indexes blockchain events from the Launchpad and AMM contracts into a TimescaleDB database. It provides fast, pre-formatted REST endpoints and real-time Server-Sent Events (SSE) for frontends and bots.

Base URL

Why Use This Instead of Chain API?

The Chain API (port 1317) gives you raw blockchain state. The Launchpad API gives you pre-indexed, enriched data that’s ready to display:

Authentication

All endpoints are public. No API key required.

Rate Limits

Rate limit headers are included in responses:

Health Check

Available Endpoints

Data Sources

The API indexes events from two on-chain contracts: The indexer polls the chain every ~5 seconds and writes all events atomically to the database. OHLCV candles are computed automatically by TimescaleDB continuous aggregates at 1-minute, 5-minute, 1-hour, and 1-day intervals.