Developer endpoints
No API key required. These endpoints are rate-limited and intended for testing only.| Service | Endpoint |
|---|---|
| Trade API | https://dev-quote-api.dflow.net |
| Trade API WebSocket | wss://dev-quote-api.dflow.net |
| Metadata API | https://dev-prediction-markets-api.dflow.net |
| Metadata API WebSocket | wss://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 thex-api-key header on all requests.
| Service | Endpoint |
|---|---|
| Trade API | https://quote-api.dflow.net |
| Trade API WebSocket | wss://quote-api.dflow.net |
| Metadata API | https://prediction-markets-api.dflow.net |
| Metadata API WebSocket | wss://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.| Service | Endpoint |
|---|---|
| Proof API | https://proof.dflow.net |