Tradehub.Exchange.markets

You're seeing just the function markets, go back to Tradehub.Exchange module for more information.
Link to this function

markets(market_options \\ %{})

View Source

Specs

markets(%{}) :: {:error, HTTPoison.Error.t()} | {:ok, [Tradehub.market()]}
markets(market_options()) ::
  {:error, HTTPoison.Error.t()} | {:ok, [Tradehub.market()]}

Requests all markets or filtered markets

Examples

iex> Tradehub.Exchange.markets

iex> Tradehub.Exchange.markets!