Developer API
Everything the board shows, over plain HTTP: tokens, pairs, revenue, rewards. Reads are open to everyone. Launches are authorised by your own wallet signature, so there is no API key to leak and nothing to sign up for.
Tandem never asks for, accepts or stores a private key. You sign locally; no endpoint signs on your behalf.
Base URL
https://tandemlauncher.com/api/v1
Quickstart
Rate-limited per IP, nothing else. From a terminal:
# Read the board. No key, no signup. curl https://tandemlauncher.com/api/v1/tokens?sort=newest # Every coin you can pair against, by category. curl https://tandemlauncher.com/api/v1/pairs?launchable=true
Endpoints
GET
/tokensList launches. Query sort=marketcap|newest|volume, page, limit.GET
/tokens/:mintSingle token plus launch metadata (quote, pool, status).GET
/pairs?launchable=trueQuote tokens you can launch against, grouped by category.GET
/statsBoard totals: token count, graduated, market cap, 24h volume.GET
/revenuePlatform revenue, buybacks, burns, recent buyback ledger.GET
/rewardsReward-mode launches and recent holder distributions.