> ## 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 the Trading API

## 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`   |

## 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`   |

<Note>
  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](/resources/trading-api/websockets/overview).
</Note>
