Skip to main content
GET
/
commodities
/
types
Available Types
curl --request GET \
  --url https://api.tradewatch.io/commodities/types \
  --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 commodity types

items
CommodityTypeObj · object[]
required