Fetch supported banking institutions for one or more countries. Supports two modes: browse mode (paginated list using count and offset) and search mode (filter by institution name using query). When query is provided, count and offset are not required.
Documentation Index
Fetch the complete documentation index at: https://docs.carbn.xyz/llms.txt
Use this file to discover all available pages before exploring further.
API key for authentication. Must be included in the x-api-key header.
One or more ISO 3166-1 alpha-3 country codes to filter institutions by.
["IRL", "DEU"]Number of institutions to return per page. Min 1, max 500.
1 <= x <= 50010
Zero-based pagination offset.
x >= 00
Institutions retrieved successfully