Open futures position
open_futures_positionOpen or add to a simulated futures position for paper trading. Supports long or short with leverage 1-20 and minimum margin of 10 mUSD. Requires a unique idempotency key per intent.
Instructions
Open (or add to) a mock futures position. Requires the trade:futures scope. Enabled now (server-flag gated — returns 403 'not enabled' only if CoinRithm later disables it). idempotencyKey is REQUIRED and must be unique per intent. leverage 1-20, marginMusd >= 10. Quote first and CONFIRM with the user. Paper trading only — virtual funds (50,000 mUSD). Not financial advice.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| coinId | Yes | ||
| side | Yes | ||
| leverage | Yes | ||
| marginMusd | Yes | ||
| idempotencyKey | Yes | Unique per intent; reuse replays the original result. |