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

# Overview

> The RAVN Integrator API surface.

Base URL: `https://app.ravn.exchange/api/v1`

<CardGroup cols={2}>
  <Card title="POST /quote" href="/api-reference/quote">Best-priced route + an opaque quoteToken.</Card>
  <Card title="POST /execute" href="/api-reference/execute">Turn a quoteToken into an execution payload.</Card>
  <Card title="POST /submit-signature" href="/api-reference/submit-signature">Submit a signed order for SIGNATURE venues.</Card>
  <Card title="GET /status" href="/api-reference/status">Normalized swap status.</Card>
  <Card title="GET /tokens/resolve" href="/api-reference/tokens">Resolve any token address to metadata.</Card>
  <Card title="GET /health" href="/api-reference/health">Per-venue liveness.</Card>
</CardGroup>

## Conventions

* **Envelope:** `{ data, meta }` on success, `{ error: { code, message, details? }, meta }` on failure.
* **Headers:** every response carries `x-request-id` and `ravn-version`.
* **Amounts:** strings, in the token's smallest unit.
* **Native coin:** the sentinel `0xEeeeeEeeeEeEeeEeEeEeeEEEeeeeEeeeeeeeEEeE` (Solana native SOL: mint `So1111…1112`).

## Chain IDs

| Chain       | ID  | Chain       | ID     |
| ----------- | --- | ----------- | ------ |
| Ethereum    | 1   | Base        | 8453   |
| Optimism    | 10  | Arbitrum    | 42161  |
| BNB Chain   | 56  | Linea       | 59144  |
| Unichain    | 130 | Avalanche   | 43114  |
| Polygon     | 137 | Robinhood   | 4663   |
| zkSync      | 324 | **Bitcoin** | **-1** |
| World Chain | 480 | **Solana**  | **-2** |
| HyperEVM    | 999 |             |        |
