Copilot 建議歷史
GET /v1/perps/copilot-history:傳回某個永續合約交易對最近的唯讀 Copilot 價格建議。
GET /v1/perps/copilot-history
傳回某個永續合約交易對最近的唯讀 Copilot 價格建議。上游歷史記錄不可用時,傳回帶有 connected: false 的空白清單。
| 方法 | GET |
| 路徑 | /v1/perps/copilot-history |
| 認證 | 設定 GATEWAY_AUTH_TOKEN 時需要 Authorization: Bearer <token> |
| 類別 | perps |
回應主體
{ "recommendations": [{ "id": "copilot-1", "direction": "long", "entryPrice": 65000, "takeProfitPrice": 68000, "stopLossPrice": 63000, "initialMarginUsd": 1000, "leverage": 10, "reasons": ["Momentum is positive"] }], "connected": true }