API Documentation
Integrate Coinsbite trading capabilities into your applications.
Authentication
Session-based auth via Manus OAuth
Real-time Data
Live market data from Binance
Rate Limits
100 requests/minute per user
Endpoints
GET
/api/trpc/market.tickersGet real-time ticker data for specified symbols
GET
/api/trpc/market.klinesGet candlestick/OHLCV data for charting
GET
/api/trpc/market.orderBookGet order book depth for a trading pair
GET
/api/trpc/bots.listAuth RequiredList all user's trading bots
POST
/api/trpc/bots.createAuth RequiredCreate a new trading bot
POST
/api/trpc/bots.updateStatusAuth RequiredStart, pause, or stop a bot
GET
/api/trpc/trades.listAuth RequiredGet user's trade history
POST
/api/trpc/signals.generateAuth RequiredGenerate AI trading signal
POST
/api/trpc/backtest.runAuth RequiredRun strategy backtest
GET
/api/trpc/portfolio.historyAuth RequiredGet portfolio value history