v1
latestOpenAPI 3.0.32026-07-26208618579.9 KBSTIP External Account Balance Endpoints
Get Account External Balance
This operation can be used to retrieve external account balance.
get/v1/stip/accounts/{id}/external-balance
Path parameters
idstring biginteger required
Account id
Query parameters
auditUserstring required
The audit user to log the request
Response
Successful operation
Example response
{
"balance": {
"amount": 3.14,
"currency": "EUR"
}
}