---
title: "List countries"
method: GET
path: "/jurisdiction/countries"
tags: ["Participant Jurisdictions"]
---

# List countries

`GET /jurisdiction/countries`

Returns a list of ISO 3166-1-A2 country codes & country names.

## Headers

- `X-SCX-SIGNED` string, required
- `X-SCX-TIMESTAMP` string, required

## Response `200`

Successfully retrieved list of ISO 3166-1 alpha-2 country codes and names.

- object[]
  - `code` string
  - `name` string

## Other responses

- `400` — Bad Request
- `403` — Forbidden
- `404` — Not Found
- `500` — Internal Server Error
- `503` — Service Unavailable

---

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