GET /api/v1/coins
All coins
Feed rows: address, chain, quote, fee, creator. Filter with ?chainId=&address=&creator=&page=&pageSize=.
curl https://base1.fun/api/v1/coins?page=1&pageSize=12
Public API · skill file · no key
Same reads the site uses: coins, quotes, and live router addresses. One skill file for Claude, GPT, Gemini, Grok, or any agent that can fetch JSON. Base URL https://base1.fun.

Skill file · any agent
Drop the BASE 1 skill into Claude, GPT, Gemini, Grok, or Cursor. The agent reads the same public JSON the site uses — coins, pair quotes, live router — then you sign every launch and trade in your wallet. No key. No custody.
https://base1.fun/skills/base1/SKILL.mdCached JSON. GET only. Wallets sign launches and trades — this API does not hold keys.
GET /api/v1/coins
Feed rows: address, chain, quote, fee, creator. Filter with ?chainId=&address=&creator=&page=&pageSize=.
curl https://base1.fun/api/v1/coins?page=1&pageSize=12
GET /api/v1/coin
Trades and safety flags the coin page uses. Requires address and chainId.
curl https://base1.fun/api/v1/coin?chainId=8453&address=0xB2000000000000000000004c27f6523082f41D01
GET /api/v1/quotes
Quotes a launch can pair against on Base, Robinhood Chain, and Arc. Arc lists USDC only.
curl https://base1.fun/api/v1/quotes?chainId=8453
GET /api/v1/status
Live router, hook, and escrow addresses on Base, Robinhood Chain, and Arc.
curl https://base1.fun/api/v1/status