Volt Accounts API (legacy)Volt accountsAccountsAccountidBalances

Check account balance

GET
/accounts/{accountId}/balances

Path Parameters

accountId*string

Id of Virtual account

Formatuuid

Response Body

application/json

application/json

application/json

curl -X GET "https://connect-api-sandbox.volt.io/accounts/94c01e1e-533e-41d5-ab70-ac163d6099f5/balances"
{
  "amount": 998389,
  "currency": "GBP",
  "timestamp": "2024-05-29T09:57:41+00:00"
}