Place spot order
place_spot_orderPlace a paper spot trade for crypto using virtual funds. Supports market, limit, and stop orders. Requires user confirmation before execution.
Instructions
Place a paper spot order. coinId is a coin UCID, NOT a ticker. orderType market/limit/stop. limitPrice required for limit & stop; stopPrice required for stop. Requires the trade:spot scope. CONFIRM with the user before calling. Paper trading only — virtual funds (50,000 mUSD). Not financial advice.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| coinId | Yes | Coin UCID (e.g. "1" = BTC). | |
| side | Yes | ||
| orderType | Yes | ||
| quantity | Yes | Base-coin amount (> 0). | |
| limitPrice | No | USD/coin — required for limit & stop. | |
| stopPrice | No | USD trigger — required for stop. |