Min Quantity Tick Size
Last updated
Last updated
The minimum market quantity tick size dictates the smallest increment by which an order quantity can increase or decrease. For instance, if a market has a minimum quantity tick size of 0.001, an order submitted with a quantity of 0.0011 would be rejected because it does not align with the allowed increments.
Note: Derivative markets share the same format for minQuantityTickSize
between the user interface and the chain, so no formatting is required.
Using the INJ/USDT market as an example, which has 18 base decimals and 6 quote decimals, the conversion to chain format is as follows:
To convert back to a human-readable format:
Also, be sure to check out our typescript docs.