Business accounts: list accounts with balances and inspect bank details.
get_accountsLists all Revolut Business accounts with their balance, currency, and state. Requires authentication.
get_accounts()
get_accountGets a single Revolut Business account by ID, including its balance and state.
accountId (required): The Revolut account ID (UUID)get_account(accountId="00000000-0000-0000-0000-000000000000")
get_account_bank_detailsGets the bank details for a specific account — IBAN/BIC and/or local account number + sort code, supported schemes, and estimated settlement times.
accountId (required): The Revolut account ID (UUID)get_account_bank_details(accountId="00000000-0000-0000-0000-000000000000")