KhaleejiAPIKhaleejiAPI
PricingDocumentationAbout
Sign InGet Started
Back to all APIs

Participants Directory

Popular

Directory of UAE Licensed Financial Institutions under the CBUAE Open Finance Framework with phase, status, and product filtering

Category: Open FinanceEndpoint: /v1/openfinance/participants

Avg Response

<50ms

Uptime SLA

99.99%

Free Tier

1,000/mo

Quick Start

JavaScript / TypeScript

javascript
import { KhaleejiAPI } from '@khaleejiapi/sdk';
const client = new KhaleejiAPI('your_api_key');
// List all Phase 1 banks
const result = await client.request('/v1/openfinance/participants', {
type: 'bank',
phase: 1,
status: 'active',
});
console.log(result.participants.length); // 8 Phase 1 banks
console.log(result.summary.byPhase);
// { "1": 11, "2": 5, "3": 2 }

Python

python
from khaleejiapi import KhaleejiAPI
client = KhaleejiAPI('your_api_key')
# Search by SWIFT code
result = client.request('/v1/openfinance/participants', {
'swift': 'NBADAEAA',
})
participant = result['participants'][0]
print(f"{participant['name']} — Phase {participant['openFinance']['phase']}")
# "First Abu Dhabi Bank — Phase 1"

cURL

curl
curl -X GET "https://khaleejiapi.dev/api/v1/openfinance/participants?type=bank&phase=1" \
-H "x-api-key: your_api_key"
Get Your API KeyView Documentation

Related APIs

Consent Validator

Validate consent objects against CBUAE Article 22 — purpose specificity, time bounds, data privacy, and withdrawal requirements

Payment Validator

Validate payment initiation requests against CBUAE Open Finance and ISO 20022 standards with IBAN, amount, and routing checks

Standards Reference

CBUAE Open Finance standards, compliance deadlines, release roadmap, and technical specifications for building compliant integrations

Takaful CalculatorConsent Validator
KhaleejiAPIKhaleejiAPI

Fast, affordable APIs built in Dubai for developers across the Middle East.

All systems operational

APIs

  • Email Validation
  • Phone Validation
  • VAT Validation
  • IP Geolocation
  • Exchange Rates
  • Image Processing
  • View all →

Resources

  • Documentation
  • API Reference
  • SDKs
  • Status
  • Changelog

Company

  • About
  • Blog
  • Careers
  • Contact

Legal

  • Privacy
  • Terms
  • DPA

Stay Updated

Get the latest API updates, tutorials, and MENA developer news.

© 2026 KhaleejiAPI. All rights reserved.

Made with love in Dubai by Berd-i & Sons