Quotation extension

on

Methods

getDaysCandles({required String market, String? to, int? count, String? convertingPriceUnit}) Future<List<DaysCandle>>

Available on UpBit, provided by the Quotation extension

getMarkets({bool? isDetails}) Future<List<Market>>

Available on UpBit, provided by the Quotation extension

getMinutesCandles({int minutes = 1, required String market, String? to, int? count}) Future<List<MinutesCandle>>

Available on UpBit, provided by the Quotation extension

getMonthsCandles({required String market, String? to, int? count}) Future<List<MonthsCandle>>

Available on UpBit, provided by the Quotation extension

getOrderBooks({required List<String> markets}) Future<List<OrderBook>>

Available on UpBit, provided by the Quotation extension

getTickers({required List<String> markets}) Future<List<Ticker>>

Available on UpBit, provided by the Quotation extension

getTrades({required String market, String? to, int? count, String? cursor, String? daysAgo}) Future<List<Trade>>

Available on UpBit, provided by the Quotation extension

getWeeksCandles({required String market, String? to, int? count}) Future<List<WeeksCandle>>

Available on UpBit, provided by the Quotation extension