API reference

Every endpoint, spelled out.

The complete OpenAPI reference for the dexr.pro quote API — every route, every field, every rate limit. Rendered entirely from files on this server: the UI is a vendored copy of Swagger UI and the spec is openapi.json, so reading this page sends nothing to a third party. “Try it out” calls the same host that served the page — on the onion, it never leaves Tor.

Line drawing of an isometric terminal panel with ledger rows, an arrow entering as a request and another leaving as the response

Reading it

Each operation below shows its parameters, response shape, and its exact rate limit (the x-rate-limit field — e.g. 60/min means sixty requests per minute, one global sliding-window bucket shared by everyone, keyed on nothing). The limits are strict by design: enough for real integrations and the app itself, tight enough that one abusive client can't turn the API into a quote-scraping firehose. If you hit a 429, back off for the window and retry.

No operation takes an API key, because there are no API keys. The spec is also the contract: it is versioned with the site and signed into the same integrity manifest as every other asset on this page.

Start here instead

The guided tour of the same endpoints, with curl examples.