TradeTi.me API · live demo
origin: last call: ·
Time-travel — the API answers "is it open?" at any moment (?at=, UTC)
Pick a preset or a custom UTC time, then watch the board re-query the live API and re-render. This is the whole thesis of TradeTi.me, served by the API.
/ markets open

API inspector — the actual request & response

Craft a request, send it, and see the full HTTP exchange: status, timing, size, every response header (cache tiers, security, edge cache), and the raw body. Copy as curl to run it in your own terminal.

GET
Send a request to see the response.
Response headers
Body
Tip: send GET /v1/status twice against the deployed edge and watch cf-cache-status flip MISS → HIT — that's the 30-second status cache working. (On localhost there's no edge, so cf-* headers don't appear — cache-control still shows the tier.)