Account Balance

This endpoint allows you to retrieve the details of all wallets associated with a user, including a list of currencies and their corresponding amounts.

get
Query parameters
currencystringOptional

Specify a specific currency to get the balance for that currency. If not provided, the response will contain the balance for all available currencies.

Header parameters
general_api_keystringRequired

Your General API Key for authentication and authorization.

Content-TypestringRequiredDefault: application/json
Responses
200

Successful operation

application/json
get
/general/account/balance
200

Successful operation

Last updated