Order Types
Spot markets accept Market, Limit, Stop Market, and Stop Limit orders with TIF settings GTC, IOC, ALO, and TOB. See Order Types for more. Orders flaggedreduce_only on a spot market are rejected.
Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
reduce_only on a spot market are rejected.
buy: received_base = (usdc_spent / price) * (1 - fee_rate)
sell: received_usdc = (base_sold * price) * (1 - fee_rate)
| Side | Locked balance | Effect on cross margin |
|---|---|---|
| Buy | size * price in USDC | Reduces available_to_spend and available_to_withdraw by the locked USDC. |
| Sell | size in base asset | Reduces spot_collateral_value by the locked units’ LTV-adjusted value. |