Gdex v0.1.1 Gdex.Market View Source
Link to this section Summary
Functions
Get historic rates for product_id
Get a list of open orders for a product
Get a list of available currency pairs for trading
Get 24h stats for product_id
Get the last tick
List the latest trades for product_id
Link to this section Types
Link to this section Functions
Link to this function
historic_rates(product_id, start_datetime, end_datetime, granularity)
View Source
historic_rates(binary, DateTime.t, DateTime.t, integer) :: Gdex.Request.t
Get historic rates for product_id
.
Link to this function
orderbook(product_id, level \\ 1)
View Source
orderbook(binary, orderbook_level) :: Gdex.Request.t
Get a list of open orders for a product.
Get a list of available currency pairs for trading.
Get 24h stats for product_id
.
Get the last tick.
List the latest trades for product_id
.
Can be streamed.