---
title: "/exchange/country"
method: GET
path: "/v1/exchange/country"
tags: ["Exchange"]
---

# /exchange/country

`GET /v1/exchange/country`

Check if the country is geo restricted.

## Response `200`

Successful response

- CountryResponse
  - `country` string, required — The country code in ISO 3166-1 alpha-2 format.
  - `isBlockedCountry` boolean, required — Indicates if the country is blocked.

## Other responses

- `500` — Internal server error.

---

[API](https://skmtc.net/bluefin/apis/bluefin-exchange-api.md) · [All operations](https://skmtc.net/bluefin/apis/bluefin-exchange-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/bluefin/bluefin-exchange-api/versions/c472ddd61751/schema)
