API Reference
Programmatic access to your strategies, orders, and market data. All API endpoints are authenticated via API keys.
/api/v1/strategiesList all strategies with status, P&L, and configuration.
/api/v1/strategiesCreate a new strategy with indicators, entry/exit rules, and risk params.
/api/v1/strategies/:idGet detailed strategy info including live metrics and trade history.
/api/v1/strategies/:idUpdate strategy configuration — indicators, rules, or risk settings.
/api/v1/strategies/:idDelete a strategy and stop all associated orders.
/api/v1/strategies/:id/deployDeploy a strategy to live trading with optional paper-trade mode.
/api/v1/strategies/:id/stopStop a running strategy and square off open positions.
/api/v1/ordersList recent orders with status, fills, and timestamps.