API Documentation
Build on top of live trading signals and managed execution. All public endpoints require no authentication.
Interactive OpenAPI Docs
The full, auto-generated FastAPI specification with live try-it-now requests is available here:
Open https://api.superkamoubot.com/docs →Quick Start
Copy-paste these curl commands to try the public endpoints. No API key required.
Health check
curl https://api.superkamoubot.com/health
Public performance
curl https://api.superkamoubot.com/signals/performance/public
Recent public trades
curl https://api.superkamoubot.com/signals/trades/public
Join the waitlist
curl -X POST https://api.superkamoubot.com/public/waitlist \
-H "Content-Type: application/json" \
-d '{"email":"test@example.com"}'Free tier: 10 req/min, no API key needed for public endpoints. Pro/Elite tiers require an API key from /signup.
Subscription Tiers
Public endpoints need no authentication. Tier-gated endpoints require a paid plan and JWT or API key access.
| Feature | Free | Pro | Elite |
|---|---|---|---|
| Price | Free | $59/mo | $99/mo |
| Signals | Latest 5 | All | All |
| History | 24 hours | 30 days | Full history |
| Regime data | — | Included | Included |
| Performance metrics | Win rate only | Full metrics | Full metrics |
| Rate limit | 10 req/min | 60 req/min | 300 req/min |
Tier-gated endpoints
GET /signals— Latest signals (Free: 5, Pro/Elite: all)GET /signals/history— Historical signal log (Free: 24h, Pro: 30d, Elite: full)GET /signals/regime— Market regime data (Pro+ only)GET /signals/performance— Aggregate performance (Free: win rate only, Pro: full)GET /signals/{ticker}— Single symbol signalPOST /auth/token— Obtain JWT access token
Auth: Bearer JWT or X-API-Key header.
/signals/performance/publicReturns aggregate performance metrics from live KuCoin Futures trading: total trades, win rate, Sharpe estimate, net PnL percentage, best/worst trade, and period length.
/signals/trades/publicReturns recent closed trades. Accepts a limit query parameter (default 10). Each trade includes symbol, side, entry/exit price, PnL percentage, close reason, and timestamps.
/healthService health check. Returns status and uptime.
/public/waitlistRequest Managed API activation (email only). We review each application and activate your account within 1-2 business days. No API keys collected.
Base URL: https://api.superkamoubot.com
