Skip to main content
GET
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

country
string
required

The market / country code (ISO 3166-1 alpha-2)

Example:

"GB"

currency
string

Optional currency filter (ISO 4217)

Example:

"GBP"

limit
integer

Maximum number of banks to return

Required range: 1 <= x <= 50
Example:

3

Response

Success

success
boolean
required

Indicates if the request was successful

Example:

true

data
object
required