> ## Documentation Index
> Fetch the complete documentation index at: https://pond.dflow.net/llms.txt
> Use this file to discover all available pages before exploring further.

# Endpoints

> DFlow endpoints for Trading and Metadata APIs

## 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/priority-fees/stream`   |
| 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](/get-started/api-key) and [pass it as the `x-api-key` header on all requests](/resources/recipes/api-keys).

| Service                | Endpoint                                           |
| ---------------------- | -------------------------------------------------- |
| Trade API              | `https://quote-api.dflow.net`                      |
| Trade API WebSocket    | `wss://quote-api.dflow.net/priority-fees/stream`   |
| Metadata API           | `https://prediction-markets-api.dflow.net`         |
| Metadata API WebSocket | `wss://prediction-markets-api.dflow.net/api/v1/ws` |

## Proof API

The Proof verification endpoint is public and shared across environments.

| Service   | Endpoint                  |
| --------- | ------------------------- |
| Proof API | `https://proof.dflow.net` |
