cURL
curl --request GET \ --url https://api.tradewatch.io/stocks/countries \ --header 'api-key: <api-key>'
{ "items": [ { "symbol": "<string>" } ] }
Get list of available countries
Authentication via API key header
Successful Response
A list of Countries
Show child attributes