Symbol

Symbol

Symbol.fee_coin

Symbol.amount_precision amount (base coin) rounding. Decimal 10 ^ n

Symbol.price_precision price (counter coin) rounding. Decimal 10 ^ n (usually, n < 0)

Symbol.total_counter_min minimum value: price * amount, that can be used to create an order

Symbol.total_counter_last_min minimum price * ticker.last, that can be used to create an order

Symbol.amount_min - minimum amount to create an order

Symbol.bid_max_multiplier - price protection. Order can not be more than ticker.last * bid_max_multiplier while placing buy order. (todo)

Symbol.ask_min_multiplier - price protection. Order can not be less than ticker.last * ask_min_multiplier while placing sell order. (todo)

Last updated