pyokx.low_rest_api.Convert

class pyokx.low_rest_api.Convert.ConvertAPI(api_key='-1', api_secret_key='-1', passphrase='-1', use_server_time=False, flag='1', domain='https://www.okx.com', debug=True)[source]

Bases: Client

convert_trade(quoteId='', baseCcy='', quoteCcy='', side='', sz='', szCcy='', clTReqId='', tag='')[source]
estimate_quote(baseCcy='', quoteCcy='', side='', rfqSz='', rfqSzCcy='', clQReqId='', tag='')[source]
get_convert_history(after='', before='', limit='', tag='')[source]
get_currencies()[source]
get_currency_pair(fromCcy='', toCcy='')[source]
Inheritance diagram of pyokx.low_rest_api.Convert