MINARA

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 }

本页目录