ExOkex.Spot.Private.list_accounts

You're seeing just the function list_accounts, go back to ExOkex.Spot.Private module for more information.
Link to this function

list_accounts(config \\ nil)

View Source

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"

} ]}