bittrex_api v0.1.0 BittrexAPI.Account
This module exposes functionality for all account functions of the Bittrex API
Link to this section Summary
Link to this section Functions
Link to this function
get_balance(currency, client)
get_balance(binary, BittrexAPI.Client.t) :: BittrexAPI.response
Link to this function
get_deposit_address(currency, client)
get_deposit_address(binary, BittrexAPI.Client.t) :: BittrexAPI.response
Link to this function
get_deposit_history(client)
get_deposit_history(BittrexAPI.Client.t) :: BittrexAPI.response
Link to this function
get_deposit_history(currency, client)
get_deposit_history(binary, BittrexAPI.Client.t) :: BittrexAPI.response
Link to this function
get_order(uuid, client)
get_order(binary, BittrexAPI.Client.t) :: BittrexAPI.response
Link to this function
get_order_history(client)
get_order_history(BittrexAPI.Client.t) :: BittrexAPI.response
Link to this function
get_order_history(market, client)
get_order_history(binary, BittrexAPI.Client.t) :: BittrexAPI.response
Link to this function
get_withdrawal_history(client)
get_withdrawal_history(BittrexAPI.Client.t) :: BittrexAPI.response
Link to this function
get_withdrawal_history(currency, client)
get_withdrawal_history(binary, BittrexAPI.Client.t) :: BittrexAPI.response
Link to this function
withdraw(currency, quantity, address, client, paymentid \\ "")
withdraw(binary, float, binary, BittrexAPI.Client.t, binary) :: BittrexAPI.response