Copilot recommendation history
GET /v1/perps/copilot-history — Returns recent read-only Copilot price recommendations for a perp symbol. When the upstream history is unavailable, retu
GET /v1/perps/copilot-history
Returns recent read-only Copilot price recommendations for a perp symbol. When the upstream history is unavailable, returns an empty list with connected: false.
| Method | GET |
| Path | /v1/perps/copilot-history |
| Auth | Authorization: Bearer <token> required when GATEWAY_AUTH_TOKEN is set |
| Category | perps |
Response body
{ "recommendations": [{ "id": "copilot-1", "direction": "long", "entryPrice": 65000, "takeProfitPrice": 68000, "stopLossPrice": 63000, "initialMarginUsd": 1000, "leverage": 10, "reasons": ["Momentum is positive"] }], "connected": true }