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" }
action
BUY, SELL, or HOLDsymbol
Trading pair (e.g., BTCUSDT)quantity
Amount to tradeconfidence
Signal strength (0-100)reason
Human-readable explanationprice
Suggested execution price