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

# Read routing configuration

> GET /api/v2/config

`GET /api/v2/config`

Active per-provider fee-free executors, enabledProviders, direct venues and bounded search limits. 0x needs its separate deployed executor and a server-side API credential; an unavailable provider does not remove the other routes. feeSettings and top-level feeRecipient/feeAdmin are zero addresses because no fee recipient or administrator exists; feeRecipientChangeable is false. executors applies to native ETH output; tokenOutputExecutors applies to ERC20 output. Output-dependent settlement preserves native forwarding-recipient behavior without extra recipient lookups. The maps may be identical; their actual addresses, not a feature flag, identify the current deployment.

No API key or site login is required on the public production service. Request limits and validation still apply.

## Responses

* **200:** Successful response.
* **400:** Structured error; see errors and access.
* **409:** Structured error; see errors and access.
* **422:** Structured error; see errors and access.
* **429:** Structured error; see errors and access.
* **503:** Structured error; see errors and access.

[Full request and response schemas](/api-reference/openapi) · [Errors and access](/api-reference/overview)
