---
title: "Get a list of supported banks"
method: GET
path: "/banks"
---

# Get a list of supported banks

`GET /banks`

[Available in Production/Sandbox environment] Returns a list of supported banks with their bank code.

## Headers

- `X-XFERS-APP-API-KEY` string, required
- `X-PUBLIC-KEY-ID` string
- `X-TIMESTAMP` string
- `X-NONCE` string
- `X-SIGNATURE` string

## Response `200`

200

- object[]
  - `name` string — Bank's name.
  - `abbreviation` string — Bank's abbreviation.
  - `swift_code` string — Bank's SWIFT/BIC code.

---

[API](https://skmtc.net/straitsx/apis/straitsx-sandbox-base-url.md) · [All operations](https://skmtc.net/straitsx/apis/straitsx-sandbox-base-url/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/straitsx/straitsx-sandbox-base-url/revisions/9ceee2969aeb/schema)
