Skip to content
Last updated on

Overview

True Markets' CeFi exchange (the "Exchange") enforces minimum increments for all instruments traded on the Exchange. Any order submitted with a quote price or size outside the defined bucket ranges will be rejected.

CeFi Exchange Minimum Increments

BucketLower Price ($)Upper Price ($)Tick Size ($) - Quote IncrementLot Size - Base IncrementMinimum Tradable Notional
1500,000.0000010.0000011.00
2100,000.00000<= 499,999.50000000000.50.000011.00
310,000.00000<= 99,999.90000000000.10.00011.00
41,000.00000<= 9,999.99000000000.010.0011.00
510.00000<= 999.99900000000.0010.011.00
60.10000<= 9.99990000000.000111.00
70.00100<= 0.09999900000.0000011001.00
80.00001<= 0.00009999000.0000000110,0001.00
90.00000<= 0.00000999990.00000000011,000,0001.00
  • Bucket: Represents the pricing tier or category for a specific range of prices.
  • Lower Price ($): The minimum price for the bucket, expressed in the quoting asset of the instrument pair.
  • Upper Price ($): The maximum price for the bucket, expressed in the quoting asset of the instrument pair. In some cases, it may indicate no upper bound (e.g., ∞).
  • Tick Size ($) - Quote Increment: The smallest allowable change in the quoted price within the bucket.
  • Lot Size - Base Increment: The minimum quantity change for the base asset that can be transacted in the bucket.
  • Minimum Tradable Notional: The minimum notional of an instrument that can be traded, set by the exchange.

Quote-Sized Order Behavior

When a client supplies a quote amount instead of a base quantity, the exchange converts that request into the largest executable base quantity that fits within the requested notional while still respecting the base increment at the final price level consumed from the book.

This means a quote-sized preview or notional order can legitimately execute slightly less than the requested quote amount. The remaining amount is not used to improve the fill by weakening the executable limit price. Instead, it is left unfilled because it is smaller than the minimum tradable base increment at that price level.

In schema v2026_01_23, the /api/v1/markets/quote response also reports:

  • notional: the expected quote amount that would execute from visible book liquidity.
  • notional_residual: the portion of the requested quote amount left over after increment rounding.