Truflation APIReference
v1.0.0
OAS 3.0.0

Truflation Feed API

Auto-generated API specification for Truflation feed data.

Client Libraries

category-custom-data-us

Services No Energy INdex

Responses
  • application/json
  • 401

    Unauthorized - Invalid or missing API key

  • 403

    Forbidden - You do not have access to this resource

  • 429

    Too Many Requests - Rate limit exceeded

Request Example forGET/api/v1/feed/truflation/category-custom-data-us/services_no_energy_index
curl /api/v1/feed/truflation/category-custom-data-us/services_no_energy_index \
  --header 'Authorization: YOUR_SECRET_TOKEN'
{
  "index": [
    "2025-04-22"
  ],
  "services_no_energy_index": [
    1
  ]
}