Background
SuperKamoubot
Public API

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 →
GET/signals/performance/public

Returns aggregate performance metrics from live KuCoin Futures trading: total trades, win rate, Sharpe estimate, net PnL percentage, best/worst trade, and period length.

Fields: total_trades, win_rate, period_days, last_trade_date, sharpe_estimate, net_pnl_pct, avg_trade_pnl_pct, best_trade_pnl_pct, worst_trade_pnl_pct
GET/signals/trades/public

Returns recent closed trades. Accepts a limit query parameter (default 10). Each trade includes symbol, side, entry/exit price, PnL percentage, close reason, and timestamps.

Fields: symbol, side, entry_price, exit_price, pnl_pct, opened_at, closed_at
GET/health

Service health check. Returns status and uptime.

Fields: status
POST/public/waitlist

Request Managed API activation (email only). We review each application and activate your account within 1-2 business days. No API keys collected.

Fields: email

Base URL: https://api.superkamoubot.com