Market min quantity tick size calculation
Spot market
import { toChainFormat } from "@injectivelabs/utils";
const chainFormat = toChainFormat(value, baseDecimals);import { toHumanReadable } from "@injectivelabs/utils";
const humanReadableFormat = toHumanReadable(
minQuantityTickSize,
baseDecimals
).toFixed();Last updated
