bittrex_api v0.1.0 BittrexAPI.Public

This module exposes functionality for all public functions of the Bittrex API

Link to this section Summary

Link to this section Functions

Link to this function get_currencies(client)
Link to this function get_market_history(market, client)
get_market_history(binary, BittrexAPI.Client.t) :: BittrexAPI.response
Link to this function get_market_summaries(client)
get_market_summaries(BittrexAPI.Client.t) :: BittrexAPI.response
Link to this function get_market_summary(market, client)
get_market_summary(binary, BittrexAPI.Client.t) :: BittrexAPI.response
Link to this function get_order_book(atom, market, client)
get_order_book(:sell, binary, BittrexAPI.Client.t) :: BittrexAPI.response
get_order_book(:buy, binary, BittrexAPI.Client.t) :: BittrexAPI.response
get_order_book(:both, binary, BittrexAPI.Client.t) :: BittrexAPI.response
Link to this function get_ticker(market, client)
get_ticker(binary, BittrexAPI.Client.t) :: BittrexAPI.response