Tradehub.Public.Account.get_account

You're seeing just the function get_account, go back to Tradehub.Public.Account module for more information.
Link to this function

get_account(account)

Specs

get_account(any()) :: {:error, HTTPoison.Error.t()} | Tradehub.Model.Account.t()

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).