Public API · skill file · no key

Developers & AI
Agents that read the chain.

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.

Voxel AI agent trading on-chain

Skill file · any agent

AI trading starts with one file

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.

GPTClaudeGeminiGrok
https://base1.fun/skills/base1/SKILL.md
Open SKILL.md
  1. Copy the skill URL
  2. Add it to your agent (Claude / GPT / Gemini / Grok / Cursor)
  3. Ask it to list BASE 1 coins or scan a contract

Public API

Cached JSON. GET only. Wallets sign launches and trades — this API does not hold keys.

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

GET /api/v1/coin

One 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

Pair tokens

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

Status

Live router, hook, and escrow addresses on Base, Robinhood Chain, and Arc.

curl https://base1.fun/api/v1/status