Skip to main content

Documentation Index

Fetch the complete documentation index at: https://docs.edge.glitchexecutor.com/llms.txt

Use this file to discover all available pages before exploring further.

The Glitch Edge API is described by a single OpenAPI 3.1 document that’s regenerated on every API deploy:
https://edge.glitchexecutor.com/api/openapi.json
The API reference tab on this docs site renders directly from that URL, so the two are guaranteed in sync.

Using it

curl https://edge.glitchexecutor.com/api/openapi.json | jq '.paths | keys[]'

Versioning

The spec carries info.version matching the deployed glitch-edge-api release. Breaking changes get a new major; route shapes are stable within a major.
VersionNotes
0.1.xCurrent. Routes are stable; we may still add fields.
The change you should care about most right now: when we flip live trading on generally, the response shape of POST /v1/bets (and downstream settlement) will gain clob_order_id / cloudbet_bet_id fields. Existing fields won’t move.

Interactive playground

The FastAPI-bundled Swagger UI lives at:
https://edge.glitchexecutor.com/api/docs
Authenticate there with your Bearer token via the Authorize button (top right) and you can fire requests live against the running API.