bittrex_api v0.1.0 BittrexAPI.Market
This module exposes functionality for all market functions of the Bittrex API
Link to this section Summary
Link to this section Functions
Link to this function
buy_limit(market, quantity, rate, client)
buy_limit(binary, float, float, BittrexAPI.Client.t) :: BittrexAPI.response
Link to this function
cancel(uuid, client)
cancel(binary, BittrexAPI.Client.t) :: BittrexAPI.response
Link to this function
get_open_orders(client)
get_open_orders(BittrexAPI.Client.t) :: BittrexAPI.response
Link to this function
get_open_orders(market, client)
get_open_orders(binary, BittrexAPI.Client.t) :: BittrexAPI.response
Link to this function
sell_limit(market, quantity, rate, client)
sell_limit(binary, float, float, BittrexAPI.Client.t) :: BittrexAPI.response