get_currency(self, symbol)
coin_withdraw(self, currency, amount, destination, to_address, trade_pwd, fee)
get_coin_fee(self, symbol='')
get_coins_withdraw_record(self)
get_coin_withdraw_record(self, symbol)
get_ledger_record(self, froms, to, limit, currency='', ctype='')
get_top_up_address(self, symbol)
get_top_up_record(self, symbol)
coin_transfer(self, currency, amount, account_from, account_to, sub_account='', instrument_id='')
get_specific_position(self, instrument_id)
get_coin_account(self, symbol)
get_leverage(self, symbol)
def set_leverage(self, symbol, instrument_id='', direction='', leverage=10)
revoke_position(self, position_data)
take_order(self, client_oid, instrument_id, otype, price, size, match_price, leverage):
take_orders(self, instrument_id, order_data, leverage)
revoke_order(self, order_id)
revoke_orders(self, instrument_id)
get_order_list(self, status, froms, to, limit, instrument_id='')
get_order_info(self, order_id, instrument_id)
get_fills(self, order_id, instrument_id, froms, to, limit)
get_depth(self, instrument_id, size)
get_specific_ticker(self, instrument_id)
get_trades(self, instrument_id, froms, to, limit):
get_kline(self, instrument_id, granularity, start='', end='')
get_index(self, instrument_id)
get_estimated_price(self, instrument_id)
get_holds(self, instrument_id):
get_limit(self, instrument_id)
get_liquidation(self, instrument_id)
get_holds_amount(self, instrument_id)