DeFi Meta-Aggregation REST API icon
Beta

DeFi Meta-Aggregation REST API

by Titan
🔑
Quicknode Exclusive
1Supported chain 5REST Paths 1Plan
Starting at $249.00
Back to Marketplace
DeFi Meta-Aggregation REST API image 0 DeFi Meta-Aggregation REST API image 1
beta icon
This add-on is currently in Beta

Feel free to test it, we would appreciate feedback to address any errors that may occur

A REST API that allows pulling executable quotes for token swaps on Solana, with quotes sourced from multiple providers.

Simple Meta-Aggregation
Easily source quotes for token swaps on Solana from multiple providers, including Titan's own routing algorithm along with other major aggregators. Get the best available route with executable transaction instructions, ready to sign and send — in a single HTTP request.

On-Demand Pricing
The API uses a standard request/response model, making it the ideal drop-in for one-click swap buttons, price displays, and backend services that need quotes on demand. No stream to manage, no connection state to maintain — just call and execute.

Accuracy via Simulation
By default, all routes are simulated against fresh on-chain data before being returned, so you get the actual expected output of the swap at execution time. For latency-sensitive use cases, simulation can be disabled and replaced with server-side reference price checking to filter out bad quotes without the extra RPC round-trip.

GET /api/v1/info
Returns server settings, protocol version, and configurable parameter bounds. The REST equivalent of GetInfo. Call it to read the defaults and limits you'll need when configuring swap requests. The response body is MessagePack-encoded
Curl
  • Curl
  • Axios
  • Python
00
01
curl https://YOUR_QUICKNODE_ENDPOINT_HERE.com/addon/1147/api/v1/info \
-X GET
GET /api/v1/providers
GET /api/v1/quote/price
GET /api/v1/quote/swap
GET /api/v1/venues

Supported Chains

Solana

Published on Apr 6, 2026

Support Website Support Email

Plans & features

Basic - $249/month
  • Basic - $249/month
Enterprise Sales
10 RPS
Up to 10 requests per second.
26,000,000 Requests Per Month
Up to 26,000,000 requests per month.
Get composable swap instructions
Get individual instructions needed to perform swaps so you can compose them with your own instructions and choose your method of execution.