Place Crypto Order
place_crypto_orderPlace cryptocurrency buy or sell orders by symbol, specifying quantity or dollar amount, with market, limit, or stop-limit types.
Instructions
Place a cryptocurrency order.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| qty | No | Number of coins/tokens. Mutually exclusive with notional. | |
| side | Yes | "buy" or "sell". | |
| type | No | "market", "limit", or "stop_limit". | market |
| symbol | Yes | Crypto pair (e.g., "BTC/USD", "ETH/USD"). | |
| notional | No | Dollar amount to trade. Mutually exclusive with qty. Only valid for market orders. | |
| stop_price | No | Required for stop_limit orders. | |
| limit_price | No | Required for limit and stop_limit orders. | |
| time_in_force | No | "gtc" (default) or "ioc". Crypto does not support "day" or "fok". | gtc |
| client_order_id | No | Unique idempotency key. If the request times out, you can safely retry with the same value — the API will reject duplicates. Recommended for every order. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||