API Documentation
⌘K
API Key
Get free key GET
/api/1/analytics/cftc/tffCFTC 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"
}
]