Tradehub.Trade.positions_sorted_size

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

positions_sorted_size(market)

View Source
This function is deprecated. The API is not well documentation.

Specs

positions_sorted_size(String.t()) ::
  {:error, HTTPoison.Error.t()} | {:ok, any()}

Get positions sorted by size of the given market.

Examples

iex> Tradehub.Trade.positions_sorted_size("swth_eth1")