UpBit class

Constructors

UpBit([String? access_key, String? secret_key])

Properties

access_key String?
getter/setter pairinherited
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 pairinherited

Methods

call<T>(APIMethod method, String path, {Map<String, dynamic>? data, bool token = false}) Future<T>
inherited
getCandlesDays({String market = 'KRW-BTC', String? to, int? count, String? convertingPriceUnit}) Future<List<CandleDay>>
getCandlesMinutes({int unit = 1, String market = 'KRW-BTC', String? to, int? count}) Future<List<CandleMinute>>
getCandlesMonths({String market = 'KRW-BTC', String? to, int? count}) Future<List<CandleMonth>>
getCandlesWeeks({String market = 'KRW-BTC', String? to, int? count}) Future<List<CandleWeek>>
getMarkets({bool? isDetails}) Future<List<Market>>
getOrderbooks({List<String> markets = const ['KRW-BTC']}) Future<List<Orderbook>>
getTickers({List<String> markets = const ['KRW-BTC']}) Future<List<Ticker>>
getTrades({String market = 'KRW-BTC', String? to, int? count, String? cursor, int? daysAgo}) Future<List<Trade>>
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