Tick and lot size

Both Price (px) and Size (sz) have a maximum number of decimals that are accepted.

Prices can have up to 5 significant figures, but no more than 6 decimals places. For example, 1234.5 is valid but 1234.56 is not (too many significant figures). 0.001234 is valid, but 0.0012345 is not (more than 6 decimal places).

Sizes are rounded to the szDecimals of that asset. For example, if szDecimals = 3 then 1.001 is a valid size but 1.0001 is not.

You can find the szDecimals for an asset by making a meta request to the info endpoint

Last updated