Skip to main content
GET

Authentication

string
required
A JWT token required for API authentication. Generate JWT token as explained in section Generate JWT Token using empty string.

Headers

string
required
Must be set to application/json.

Path Parameters

string
required
The ID of the currency for which to retrieve the balance.

Request

No request body is required for this endpoint.

Response

Returns the current balance for the specified currency.
number
required
The available balance in the wallet for the specified currency.