---
title: "Retrieve Bank List by Country"
method: GET
path: "/banks"
---

# Retrieve Bank List by Country

`GET /banks`

This API allows you to retrieve the list of banks available in each country.

## Query parameters

- `country` string, required

## Response `200`

Bank list successfully retrieved.

- Bank[]
  - `code` integer, required — Bank code. It is the value you must send in the field bank_code of the cashouts and deposits requests.
  - `name` string, required — Name of the bank.

## Other responses

- `401` — Invalid credentials error.

---

[API](https://skmtc.net/d24/apis/docs-d24-com.md) · [All operations](https://skmtc.net/d24/apis/docs-d24-com/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/d24/docs-d24-com/versions/fb0e2ddec198/schema)
