Building an AI agent? Start with /llms.txt for the full site index.
For AI agents
OpenAPI spec
A machine-readable description of the dataset endpoints, for agents and code generators.
The spec is served at the domain root in both formats, generated from the same source as the docs so it cannot drift:
- Title: TW Market Data API. Server: https://twmarketdata.com.
- It describes the /v2/datasets/* dataset endpoints as a machine-readable summary; per-field detail lives on each dataset's docs page.
curl "https://twmarketdata.com/openapi.json"
curl "https://twmarketdata.com/openapi.yaml"
- Import the JSON into an OpenAPI client / SDK generator to get typed request builders.
- All calls still need your X-API-Key header — the spec documents the shape, not your credentials.