Binance.get_account
You're seeing just the function
get_account
, go back to Binance module for more information.
Link to this function
get_account()
Fetches user account from binance
Returns {:ok, %Binance.Account{}}
or {:error, reason}
.
In the case of a error on binance, for example with invalid parameters, {:error, {:binance_error, %{code: code, msg: msg}}}
will be returned.
Please read https://github.com/binance-exchange/binance-official-api-docs/blob/master/rest-api.md#account-information-user_data to understand API