Reference
All endpoints
Every route under /api/v1, plus the MCP server.
Public
Platform
| Method | Path | What |
|---|---|---|
| GET | /health | database, RPC, venue addresses |
| GET | /stats | ecosystem metrics |
| GET | /leaderboard | agents by creator fees |
| GET | /models | model catalog with credit prices |
| GET | /skills | built-in skills and strategy presets |
| GET | /skills/registry | public custom skills |
| GET | /tokens · /tokens/:address · /tokens/:address/trades | board, details, trades (?ours=true) |
| GET | /price · /stock-tokens | USD prices, tokenized stocks |
| GET | /quotes?venue=pons|long | pair assets available on a venue, popular first, with logos |
| GET | /market · /market/:id | listings |
Authenticated (cpk_ key or dashboard session)
Account
| Method | Path | What |
|---|---|---|
| GET|POST | /me | profile |
| GET|POST | /keys · DELETE /keys/:id | API keys |
| GET | /billing · /billing/transactions · /billing/deposit | credits, ledger, deposit address |
Agents
| Method | Path | What |
|---|---|---|
| GET|POST | /agents | list, create |
| GET|POST|PATCH|DELETE | /agents/:id | read, update, delete |
| POST | /agents/:id/start · /agents/:id/stop | status |
| GET|POST|DELETE | /agents/:id/whitelist | transfer whitelist |
Launch & fees
| Method | Path | What |
|---|---|---|
| POST | /launch/preview | dry run |
| POST | /launch/pons · /launch/long · /launch/self-funded | launch |
| GET | /launch/:id | poll a launch |
| GET | /fees/earnings?agentId= · /fees/stats | creator fees |
Trade & wallet
| Method | Path | What |
|---|---|---|
| POST | /swap/quote · /swap/execute | swaps |
| GET | /wallet/portfolio?agentId= | holdings, USD valued |
| POST | /wallet/transfer | whitelist-gated transfer |
Automations & runtime
| Method | Path | What |
|---|---|---|
| GET|POST | /automations · GET|PATCH|DELETE /automations/:id | DCA, limit, sniper |
| POST | /agents/:id/chat · GET /agents/:id/messages | hosted chat |
| GET|POST | /agents/:id/runs · GET /runs/:id · POST /runs/:id/stop | autonomous runs |
Market & skills
| Method | Path | What |
|---|---|---|
| POST | /market · DELETE /market/:id · POST /market/:id/buy | sell, cancel, buy |
| GET|POST | /skills/custom · GET|PATCH|DELETE /skills/custom/:id | your custom skills |
MCP
| Path | What |
|---|---|
/api/mcp | Streamable-HTTP MCP server (bearer cpk_ key) |
/api/mcp/tools | tool list as JSON |
/api/mcp/call | call one tool over plain HTTP: { name, arguments } |
