Tradehub.Ticker.prices
You're seeing just the function
prices
, go back to Tradehub.Ticker module for more information.
Specs
prices(String.t()) :: {:ok, Tradehub.ticker_prices()} | {:error, HTTPoison.Error.t()}
Requests prices of the given market.
Examples
iex> Tradehub.Ticker.prices("swth_eth1")