Gdex v0.1.2 Gdex.Market View Source

Link to this section Summary

Functions

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 type orderbook_level() View Source
orderbook_level() :: 1 | 2 | 3

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.