Banking API account balances
Read onlyThese tools are enabled on request and only work for users with Tilopay banking API credentials. They are not part of the default MCP access: Tilopay enables the group case by case. Requires: Credenciales del API bancario de Tilopay registradas por Tilopay para ese usuario.
Read only
baas_list_balances
Lists the real-time balances of the accessible accounts: account, amounts and cut-off date.
API operation: GET /api/public/v1/accounts/balances — see the operation page
Parameters
| Parameter | Type | Required | Description |
|---|---|---|---|
accountType | string | — | Filter by scheme (IBAN) |
accountValue | string | — | Filter by identifier |
limit | integer | — | Page size, between 1 and 100 |
cursor | string | — | Cursor from the previous page |
assignmentId | string | — | Banking API context (assignment); only needed when there are several |
Returns
{ result }
result = the banking API response as returned.
Last verified: 2026-09-03 · Owner: equipo-integraciones