v1

latestOpenAPI 3.1.02026-07-132363652.9 MB
Banks

Retrieve the top banks for a specific market

Retrieve the top banks for a specific market

get/api/v1/banks/top/{market}

Path parameters

marketstring required

The market code (e.g., GB, DE)

Example:GB

The market code (e.g., GB, DE)

Response

Success

successboolean required

Indicates if the request was successful

Example response

{
  "success": true,
  "data": [
    {
      "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
    }
  ]
}