MINARA

创建 Copilot 价格建议

POST /v1/perps/copilot-analysis:为永续合约交易对请求只读的 Copilot 价格建议。

POST /v1/perps/copilot-analysis

为永续合约交易对请求只读的 Copilot 价格建议。此端点不会预览、创建或执行订单。

方法POST
路径/v1/perps/copilot-analysis
认证设置 GATEWAY_AUTH_TOKEN 时需要 Authorization: Bearer <token>
类别perps

请求体

{ "symbol": "BTC", "style": "day", "initialMarginUsd": 1000, "subAccountId": "sub_123" }

响应体

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

本页目录