Open Finance
Participants Directory API
Directory of UAE Licensed Financial Institutions under the CBUAE Open Finance Framework. Query participants by phase, status, type, or SWIFT code with enriched product data.
Endpoint:
/v1/openfinance/participantsMethod:GET
Tier:All Plans
Try it out
GET
/v1/openfinance/participantsParameters
Code
curl
curl -X GET "https://khaleejiapi.dev/api/v1/openfinance/participants" \ -H "X-API-Key: your_api_key"Parameters
| Parameter | Type | Required | Description |
|---|---|---|---|
| id | string | Optional | Single participant lookup by ID |
| type | string | Optional | Filter by type: bank, insurance, payment_provider, exchange_house, finance_company, svf |
| status | string | Optional | Filter by status: active, onboarding, planned |
| phase | string | Optional | Filter by Open Finance phase: 1, 2, or 3 |
| search | string | Optional | Search by institution name (case-insensitive) |
| swift | string | Optional | Lookup by SWIFT/BIC code |
| country | string | Optional | Filter by country (default: all) |
Response Fields
participants[]
Array of participant objects with id, name, nameAr, type, status, phase, SWIFT code, products, and certified endpoints count
summary
Aggregate statistics: total count, certified endpoints, breakdowns by type, status, and phase
regulation
CBUAE regulation metadata including name, authority, and effective date
Rate Limits
| Plan | Requests/Month | Rate Limit |
|---|---|---|
| Free | 1,000 | 10 req/min |
| Starter | 10,000 | 60 req/min |
| Professional | 100,000 | 300 req/min |
| Business | 500,000 | 1,000 req/min |