---
title: "Retrieve the top banks for a specific market"
method: GET
path: "/api/v1/banks/top/{market}"
tags: ["Banks"]
---

# Retrieve the top banks for a specific market

`GET /api/v1/banks/top/{market}`

Retrieve the top banks for a specific market

## Path parameters

- `market` string, required — The market code (e.g., GB, DE)

## Response `200`

Success

- BankListResponse
  - `success` boolean, required — Indicates if the request was successful
  - `data` object[], required
    - `id` string, uuid — The unique identifier of the bank
    - `name` string — The name of the bank
    - `market` string — The market of the bank
    - `currency` string — The currency supported by the bank
    - `displayName` string — The display name of the bank
    - `logoUrl` string — Displayable logo URL. Prefers the bank's native logo; falls back to a logos.dev URL derived from websiteUrl. Empty string when neither is available.
    - `websiteUrl` string — The bank's website URL (the logos.dev fallback source for logoUrl).
    - `topInMarket` boolean — Indicates if the bank is top in the market

## Other responses

- `400` — Bad Request
- `401` — Unauthorized

---

[API](https://skmtc.net/banqzinc/apis/quidkey-api.md) · [All operations](https://skmtc.net/banqzinc/apis/quidkey-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/banqzinc/quidkey-api/revisions/f86d2bdbcb08/schema)
