INTEGRATOR API · BETA

For integrators

Add cross-chain swaps, including native Bitcoin, with one integration. Quote, execute, and track status through a uniform JSON API. Overview: cross-chain swap API guide.

One base URL
app.ravn.exchange/api/v1
Three types
TRANSACTION · SIGNATURE · DEPOSIT
Native BTC
Same loop as EVM and Solana pairs
Integrator API loop
Quote · execute · optional signature · status

Base URL

https://app.ravn.exchange/api/v1

No API key required. Every endpoint works anonymously, rate-limited per IP — start with the quickstart curl and integrate before you talk to anyone. Want a higher limit and your project attributed in our usage tracking? Grab a free key — instant, no review, no call. Pass it as x-api-key. GET /health is always public, and CORS is enabled everywhere, so browser-side dapps can call the API directly.

Core loop

Pricing (API)

RouteFee
EVM same-chain0 bps
Solana to Solana0 bps
EVM cross-chain0 bps
Cross-ecosystem0 bps
Native BTC0 bps

RAVN takes 0 bps on every route. Quotes still carry fee.bps and fee.amount so integrators can read them programmatically. Direct app users pay zero RAVN markup.

AI agents

Three ways for an agent to swap through RAVN, same 0% fees and same fields on all three. Full guide: AI agents on RAVN.

Full documentation

Human docs and machine-readable indexes for ChatGPT, Claude, Grok, and other models:

Open docs Site llms.txt Get a free API key