RiftBeam Swap API

Independent Solana swap aggregator — own indexer + quote engine (Raydium CLMM + Orca Whirlpool). Jupiter-compatible response schema.
Drop-in for Jupiter integrations: swap your Quote base URL to https://swaptitan.net/v1/riftbeam. The response mirrors Jupiter field names (inputMint, outAmount, routePlan, priceImpactPct, contextSlot, ...); additive fields are prefixed x_.

Quickstart

curl "https://swaptitan.net/v1/riftbeam/quote?inputMint=So11111111111111111111111111111111111111112&outputMint=EPjFWdd5AufqSSqeM2qN1xzybapC8G4wEGGkZwyTDt1v&amount=100000000&slippageBps=50"

Endpoints

GET/v1/riftbeam/quote
Jupiter-compatible quote. Params: inputMint, outputMint, amount (raw), slippageBps (0-1000).
GET/v1/riftbeam/health
Indexer status, pool counts, lag, Jupiter reachability.
GET/v1/riftbeam/openapi.json
OpenAPI 3.1 spec (this API).

MCP / Agents

MCP endpoint: https://swaptitan.net/mcp — usable by autonomous agents.

Why RiftBeam

Broad coverage of new and thin Solana pools — including dynamic-tick-array and adaptive-fee Orca Whirlpools, with cold-on-demand state loading, quotable within seconds of first activity. No KYC. Agent/MCP-native. Rate limit 30/min/IP. We do not claim best price on majors — our edge is coverage.
Fee model: routing fee 15 bps on executed swaps (quotes are free). Versioned API — breaking changes only under a new major path.