Tradehub.Trade.get_orders

You're seeing just the function get_orders, go back to Tradehub.Trade module for more information.

Specs

get_orders(String.t()) ::
  {:ok, [Tradehub.order()]} | {:error, HTTPoison.Error.t()}

Requests orders of the given account

Examples

iex> Tradehub.Trade.get_orders("tswth174cz08dmgluavwcz2suztvydlptp4a8f8t5h4t")

iex> Tradehub.Trade.get_orders!("tswth174cz08dmgluavwcz2suztvydlptp4a8f8t5h4t")