Account Balance
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/jsonResponses
200
Successful operation
application/json
dataobjectOptional
A dynamic object where each key is a currency symbol and the value is a decimal amount.
messagestringOptional
A message containing additional information about the result of the request.
statusintegerOptional
The status of the request response. Typically provided as a numeric code (e.g., 200 for success or other codes for errors).
versionstringOptional
The version of the API being used.
get
/general/account/balance200
Successful operation
Last updated