Skip to main content
Each market has precision parameters that control valid order sizes and prices, returned from GET /api/v1/markets. For conversion formulas, see Formatting Prices and Sizes.
These values reflect mainnet at the time of writing. Always fetch live values from GET /api/v1/markets — parameters can change via governance.

Order Size

human = chain_value / 10^sz_decimals — sizes must be a multiple of Lot Size and at least Min Size.

Price

human = chain_value / 10^6 (prices are in USDC, px_decimals = 6) — prices must be a multiple of Tick Size.

Fetching Live Values