UpBit class

Available extensions

Constructors

UpBit({String? access_key, String? secret_key})

Properties

access_key String?
getter/setter pair
apiClient → APIClient
final
hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
secret_key String?
getter/setter pair
webSocket ↔ WebSocketClient
latefinal

Methods

connectWebSocket() → void

Available on UpBit, provided by the WebSocket extension

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

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited