Retrieve the curated top banks for a market. `country` selects the market; optional `currency` filters further; `limit` caps the result count. Public and cacheable at the market level.
Retrieve the curated top banks for a market. country selects the market; optional currency filters further; limit caps the result count. Public and cacheable at the market level.
Query parameters
The market / country code (ISO 3166-1 alpha-2)
The market / country code (ISO 3166-1 alpha-2)
Optional currency filter (ISO 4217)
Optional currency filter (ISO 4217)
Maximum number of banks to return
Maximum number of banks to return
Response
Success
Example response
{
"success": true,
"data": {
"banks": [
{
"id": "123e4567-e89b-12d3-a456-426614174001",
"name": "Santander",
"market": "GB",
"currency": "GBP",
"displayName": "Santander",
"logoUrl": "https://example.com/logo.png",
"websiteUrl": "https://www.santander.co.uk",
"topInMarket": true
}
]
}
}Changes
Changed in 2 of the 8 revisions of this API.11
- ○
endpoint added
endpoint-added
This revision also has 2 changes that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog
- ○
- ▲
api path removed without deprecation
api-path-removed-without-deprecation
This revision also has 367 changes that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog
- ▲