pyokx.low_rest_api.Funding

class pyokx.low_rest_api.Funding.FundingAPI(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

cancel_withdrawal(wdId='')[source]
convert_dust_assets(ccy=[])[source]
funds_transfer(ccy, amt, from_, to, type='0', subAcct='', instId='', toInstId='', loanTrans='')[source]
get_asset_valuation(ccy='')[source]
get_balances(ccy='')[source]
get_bills(ccy='', type='', after='', before='', limit='')[source]
get_currencies(ccy='')[source]
get_deposit_address(ccy)[source]
get_deposit_history(ccy='', state='', after='', before='', limit='', txId='', depId='', fromWdId='')[source]
get_deposit_lightning(ccy, amt, to='')[source]
get_deposit_withdraw_status(wdId='', txId='', ccy='', to='', chain='')[source]
get_lending_history(ccy='', before='', after='', limit='')[source]
get_lending_rate_history(ccy='', after='', before='', limit='')[source]
get_lending_rate_summary(ccy='')[source]
get_non_tradable_assets(ccy='')[source]
get_saving_balance(ccy='')[source]
get_withdrawal_history(ccy='', wdId='', clientId='', txId='', type='', state='', after='', before='', limit='')[source]
purchase_redempt(ccy, amt, side, rate)[source]
set_lending_rate(ccy, rate)[source]
transfer_state(transId, type='')[source]
withdrawal(ccy, amt, dest, toAddr, fee, chain='', areaCode='', clientId='')[source]
withdrawal_lightning(ccy, invoice, memo='')[source]
Inheritance diagram of pyokx.low_rest_api.Funding