# Retrieve a list of countries

Provides a list of countries that are supported by Banxa. The list is the same regardless of whether a buy or sell order.

Endpoint: GET /{partner}/v2/countries
Version: v2
Security: 

## Header parameters:

  - `Accept` (string)

  - `x-api-key` (string)
    This is the API Key that has been provided to you during onboarding.

## Path parameters:

  - `partner` (string, required)
    This is the partner code provided to you during onboarding. e.g. metamask.

## Response 200 fields (application/json):

  - `id` (string)
    Example: "US"

  - `description` (string)
    Example: "United States of America"

  - `states` (array)

  - `states.id` (string)
    Example: "AL"

  - `states.description` (string)
    Example: "Alabama"


