Skip to main content

Developer endpoints

No API key required. These endpoints are rate-limited and intended for testing only.
ServiceEndpoint
Trade APIhttps://dev-quote-api.dflow.net
Trade API WebSocketwss://dev-quote-api.dflow.net
Metadata APIhttps://dev-prediction-markets-api.dflow.net
Metadata API WebSocketwss://dev-prediction-markets-api.dflow.net/api/v1/ws

Production endpoints

Production endpoints have higher rate limits and are suitable for live applications. To get access, request an API key and pass it as the x-api-key header on all requests.
ServiceEndpoint
Trade APIhttps://quote-api.dflow.net
Trade API WebSocketwss://quote-api.dflow.net
Metadata APIhttps://prediction-markets-api.dflow.net
Metadata API WebSocketwss://prediction-markets-api.dflow.net/api/v1/ws
The Trade API serves multiple WebSocket streams on that host. Append a stream path: /quote-stream, /book-stream, or /priority-fees/stream. See the Websockets overview.

Proof API

The Proof verification endpoint is public and shared across environments.
ServiceEndpoint
Proof APIhttps://proof.dflow.net