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 }

本頁目錄