Get the balance of a specific wallet
Authorizations
AuthorizationstringRequired
For accessing the API a valid JWT must be passed in all queries in the 'Authorization' header. The following syntax must be used in the 'Authorization' header. (Bearer xxx.yyy.zzz)
Path parameters
idstringRequired
The unique identifier of the wallet.
Responses
200
A successful response.
application/json
400
There was a problem with input.
application/json
401
Login failed or token not valid.
application/json
403
Access denied due to insufficient permissions.
application/json
default
An unexpected error response.
application/json
get/v2/wallets/{id}/balance
GET /v2/wallets/{id}/balance HTTP/1.1
Host: billing.<env>.citrusad.com
Authorization: YOUR_API_KEY
Accept: */*
{
"walletBalance": {
"availableBalance": "text",
"cappedAvailableBalance": "text",
"currentBalance": "text"
}
}
