Skip to main content
GET
/
stocks
/
countries
Available Countries
curl --request GET \
  --url https://api.tradewatch.io/stocks/countries \
  --header 'api-key: <api-key>'
{
  "items": [
    {
      "symbol": "<string>"
    }
  ]
}

Authorizations

api-key
string
header
required

Authentication via API key header

Response

200 - application/json

Successful Response

A list of Countries

items
CountryObj · object[]
required