Learn about tick size, precision, rounding and other recommendations.
Market | Minimum Tick Size (USD) | Maximum Decimal Precision (USD) |
---|---|---|
AAVEUSD | 0.01 | 0.000001 (1e-6) |
BCHUSD | 0.05 | 0.000001 (1e-6) |
BTCUSD | 0.25 | 0.000001 (1e-6) |
ETHUSD | 0.05 | 0.000001 (1e-6) |
LINKUSD | 0.01 | 0.000001 (1e-6) |
LTCUSD | 0.01 | 0.000001 (1e-6) |
(MATICUSD)* | 0.0001 | 0.000001 (1e-6) |
PAXGUSD | 0.01 | 0.000001 (1e-6) |
SOLUSD | 0.01 | 0.000001 (1e-6) |
UNIUSD | 0.01 | 0.000001 (1e-6) |
quote_amount
tick size of 0.01 (1e-2) for Create Order.volume_weighted_average_price
tick size of 0.00000001 (1e-8) for Get Order and List Orders.average_price
precision of 0.000001 (1e-6) for List Historical Prices.commission
and rebate
tick size of 0.0000000000000000001 (1e-19) for List Executions.gross_trade_amount
tick size of 0.00000000000001 (1e-14) for List Executions.amount
precision of 0.00000001 (1e-8) for Get Ticker, Get Order Book and List Executions.base_amount
precision of 0.00000001 (1e-8) for List Orders, Create Order and Get Order.amount_filled
precision of 0.00000001 (1e-8) for List Orders, Create Order and Get Order.volume_weighted_average_price
field is rounded using half-up logic after eight decimals.
This provides the volume-weighted average price across all underlying executions for an order within List Executions.
Direction + Side | Rounding Behavior |
---|---|
Base Amount Input + BUY | Ceil (Quote Amount) |
Base Amount Input + SELL | Floor (Quote Amount) |
Quote Amount Input + BUY | Floor (Base Amount) |
Quote Input Amount + SELL | Ceil (Base Amount) |