Tradehub.Account.account
You're seeing just the function
account
, go back to Tradehub.Account module for more information.
Specs
account(any()) :: {:error, HTTPoison.Error.t()} | {:ok, Tradehub.account()}
Request information about the given account
.
This endpoint returns numbers which are NOT human readable values. Consider base_precision
and
quote_precision
to calculate a multiplication factor = 10 ^ (base_precision
- quote_precisions
).
Examples
iex> Tradehub.Account.account("swth1945upvdn2p2sgq7muyhfmygn3fu740jw9l73du")