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