ExOkex.Spot.Private.list_accounts
You're seeing just the function
list_accounts
, go back to ExOkex.Spot.Private module for more information.
List accounts.
Examples
iex> ExOkex.Spot.Private.list_accounts() {:ok, [ %{
"available" => "0.005",
"balance" => "0.005",
"currency" => "BTC",
"frozen" => "0",
"hold" => "0",
"holds" => "0",
"id" => "2006257"
} ]}