v5
latestOpenAPI 3.1.02026-07-262421791.5 MBbalance
Retrieve a Balance by ID
Returns a balance based on the specified balance ID.
get/v4/profiles/{profileId}/balances/{balanceId}
Path parameters
profileIdinteger required
The profile ID.
balanceIdinteger required
The balance ID.
Headers
X-External-Correlation-Idstring uuid
Optional UUID for correlating requests across systems. If provided, Wise echoes it back in the response. Maximum 36 characters. Learn more.
Response
OK - Successfully retrieved the balance.
Example response
{
"id": 200001,
"currency": "EUR",
"type": "STANDARD",
"investmentState": "NOT_INVESTED",
"amount": {
"value": 310.86,
"currency": "EUR"
},
"reservedAmount": {
"currency": "EUR"
},
"cashAmount": {
"value": 310.86,
"currency": "EUR"
},
"totalWorth": {
"value": 310.86,
"currency": "EUR"
},
"creationTime": "2020-05-20T14:43:16.658Z",
"modificationTime": "2020-05-20T14:43:16.658Z",
"visible": true
}