# Account and Transaction API Specification - UK **Provider:** Account and Transaction API Specification - UK **Category:** developer **Base URL:** `https://apis.nbg.gr/sandbox/uk.openbanking.accountinfo/oauth2/v3.1.5` **Auth:** oauth2 — `Authorization: Bearer YOUR_ACCESS_TOKEN` **Rate Limit:** 4,000 API calls/min (authenticated) **Free Tier:** Yes — [object Object] **Pricing:** Free tier available (freemium) **Docs:** https://developer.nbg.gr/ ## Description Functionality at a glance The NBG "UK OPB - Account and Transaction v3.1.5" API follows the UK Open Banking Specification v3.1.5 This Account and Transaction API Specificati ## Endpoints | Method | Endpoint | Description | |--------|----------|-------------| | POST | `https://apis.nbg.gr/sandbox/uk.openbanking.accountinfo/oauth2/v3.1.5/account-access-consents` | Create Account Access Consents | | DELETE | `https://apis.nbg.gr/sandbox/uk.openbanking.accountinfo/oauth2/v3.1.5/account-access-consents/{consentId}` | Delete Account Access Consents | | GET | `https://apis.nbg.gr/sandbox/uk.openbanking.accountinfo/oauth2/v3.1.5/account-access-consents/{consentId}` | Get Account Access Consents | | GET | `https://apis.nbg.gr/sandbox/uk.openbanking.accountinfo/oauth2/v3.1.5/accounts` | Get Accounts | | GET | `https://apis.nbg.gr/sandbox/uk.openbanking.accountinfo/oauth2/v3.1.5/accounts/{accountId}` | Get Accounts | | GET | `https://apis.nbg.gr/sandbox/uk.openbanking.accountinfo/oauth2/v3.1.5/accounts/{accountId}/balances` | Get Balances | | GET | `https://apis.nbg.gr/sandbox/uk.openbanking.accountinfo/oauth2/v3.1.5/accounts/{accountId}/beneficiaries` | Get Beneficiaries | | GET | `https://apis.nbg.gr/sandbox/uk.openbanking.accountinfo/oauth2/v3.1.5/accounts/{accountId}/parties` | Get Parties | ## Authentication OAuth 2.0 or JWT (Server Authentication) for machine-to-machine ``` Authorization: Bearer YOUR_ACCESS_TOKEN ``` ## Sample Request ```bash curl -X GET 'https://apis.nbg.gr/sandbox/uk.openbanking.accountinfo/oauth2/v3.1.5/account-access-consents' \ -H 'Authorization: Bearer ' ``` ## Sample Response ```json {} ``` ## Pricing Details Individual: free (10GB). Business Starter: $15/user/mo (unlimited storage). Business: $20/user/mo. Enterprise: custom. --- *Source: [API Map](https://apimap.dev/apis/account-and-transaction-api-specificatio/) — CC BY 4.0*