Base maker rebate rate in basis points
Maximum number of allowed open orders per user account.
Get minimum price tick as a human readable number.
Get minimum quantity tick as a human readable number.
Base taker fee rate in basis points
Current number of open orders on the market (buys + sells).
Return the orderbook with prices and quantities converted to human-readable numbers, eg, an order for 0.1 BTC @ 54321.00 USDC will be returned as [54321, 01].
Same as Tonic.getOrderbook
Given price as a decimal-padded BN, return a decimal.
Given price as a number, return a decimal-padded BN optionally floored to the nearest quote lot size.
If round_trailing_decimals_up===true, the least significant digit + trailing digits are rounded up their ceiling.
Given price as a number, return an equivalent BN of lots.
Given quantity as a decimal-padded BN, return a decimal.
Given order size as a number, return a decimal-padded BN optionally floored to the nearest base lot size.
Given order size as a number, return an equivalent BN of lots.
Generated using TypeDoc
Net taker fees accrued in the market (does not include maker/referrer rebates)