API Documentation

⌘K
GET/api/1/analytics/cftc/tff

CFTC TFF Markets

Returns the list of available CFTC TFF market codes and their names.

Responses

Was this helpful?
Request
curl -X GET \
  'https://api.eulerpool.com/api/1/analytics/cftc/tff' \
  -H 'Accept: application/json'
200 Response
[
  {
  "market_code": "string",
  "market_name": "string",
  "latest_date": "string"
}
]