https://app.ravn.exchange/api/v1
POST /quote
Best-priced route + an opaque quoteToken.
POST /execute
Turn a quoteToken into an execution payload.
POST /submit-signature
Submit a signed order for SIGNATURE venues.
GET /status
Normalized swap status.
GET /tokens/resolve
Resolve any token address to metadata.
GET /health
Per-venue liveness.
Conventions
- Envelope:
{ data, meta }on success,{ error: { code, message, details? }, meta }on failure. - Headers: every response carries
x-request-idandravn-version. - Amounts: strings, in the token’s smallest unit.
- Native coin: the sentinel
0xEeeeeEeeeEeEeeEeEeEeeEEEeeeeEeeeeeeeEEeE(Solana native SOL: mintSo1111…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 |