Trading Platform
For detailed guides and API examples for strategy development, see the API docs.
Open API Docs — Algorithmic Trading →Your strategy endpoint should return JSON in the following format:
{
"action": "BUY" | "SELL" | "HOLD",
"symbol": "BTCUSDT",
"quantity": 0.5,
"confidence": 85,
"reason": "Golden cross detected"
}actionBUY, SELL, or HOLDsymbolTrading pair (e.g., BTCUSDT)quantityAmount to tradeconfidenceSignal strength (0-100)reasonHuman-readable explanationpriceSuggested execution price