MINARA

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.

MethodGET
Path/v1/perps/copilot-history
AuthAuthorization: Bearer <token> required when GATEWAY_AUTH_TOKEN is set
Categoryperps

Response body

{ "recommendations": [{ "id": "copilot-1", "direction": "long", "entryPrice": 65000, "takeProfitPrice": 68000, "stopLossPrice": 63000, "initialMarginUsd": 1000, "leverage": 10, "reasons": ["Momentum is positive"] }], "connected": true }

On this page