cURL
curl --request GET \ --url https://openapi.odyssey.trade/sapi/v1/account
{ "balances": [ { "asset": "<string>", "free": "<string>", "locked": "<string>" } ] }
Get account information.
Successful Response
Response of the request: :class:odyssey_exchange_api.requests.SpotAccountInfoRequest.
odyssey_exchange_api.requests.SpotAccountInfoRequest
Contains an account balances.