---
title: "Update the status of top banks for a specific market"
method: PUT
path: "/api/v1/admin/banks/top/{market}"
tags: ["Banks", "Admin"]
---

# Update the status of top banks for a specific market

`PUT /api/v1/admin/banks/top/{market}`

Update the status of top banks for a specific market

## Path parameters

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

## Request body

- object
  - `bankNames` string[], required
  - `topInMarket` boolean, required — Whether these banks should be marked as top in the market

## 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)
