ExOkex.Spot.Private.get_account
You're seeing just the function
get_account
, go back to ExOkex.Spot.Private module for more information.
Get the balance, amount available/on hold of a token in spot account.
Spot Trading Account of a Currency
Example
iex> ExOkex.Spot.Private.get_account("btc") {:ok, %{ "available" => "0.005", "balance" => "0.005", "currency" => "btc", "frozen" => "0", "hold" => "0", "holds" => "0", "id" => "2006057" }}