Skip to main content
Velora API plans price throughput, not trades. You pay for the request rate and daily volume you need, and the swap fee is yours to set, from zero to whatever your product charges. Start free with a partner ID. When your traffic outgrows the free limits, a Pro plan lifts them and adds a dashboard and SLA-backed support.

Free tier

Pass &partner=<your-app-name> on any Velora REST endpoint: that string is your partner ID, no signup required. For example:
curl -s "https://api.velora.xyz/v2/quote" \
  --data-urlencode "srcToken=0xEeeeeEeeeEeEeeEeEeEeeEEEeeeeEeeeeeeeEEeE" \
  --data-urlencode "destToken=0xa0b86991c6218b36c1d19d4a2e9eb0ce3606eb48" \
  --data-urlencode "amount=1000000000000000000" \
  --data-urlencode "srcDecimals=18" \
  --data-urlencode "destDecimals=6" \
  --data-urlencode "side=SELL" \
  --data-urlencode "chainId=1" \
  --data-urlencode "mode=ALL" \
  --data-urlencode "userAddress=0xd8dA6BF26964aF9D7eEd9e03E53415D37aA96045" \
  --data-urlencode "partner=my-super-app" \
  -G | jq
Default rate limits apply: 1 RPS and 5,000 requests/day, enough to prototype and run a real integration. When traffic starts to bump against those limits, a Pro plan lifts them; for anything bespoke, reach out and we’ll size it with you.
A free partner ID identifies your traffic but does not unlock partner-fee economics. To collect partner fees or a share of surplus on swaps, see Monetization.

Pro plans

A Pro plan lifts your rate limits and quota and adds an analytics dashboard, early access to new features, and SLA-backed technical support.
You pay Velora for API throughput, not a fixed cut of every swap. Set your own partner fee, fixed or dynamic. See Monetization for how fees and surplus sharing work.

Plan comparison

PlanPrice / moMax RPSBurstRequests / dayRequests / monthDashboardSLA
Free$0125,000150,000
Basic$500102050,0001,500,000Standard
Pro$7002040120,0003,600,000StandardStandard
Enterprise$2,0004080250,0007,500,000CustomCustom
Basic – Extended$1,81515251,000,00030,000,000Standard
Pro – Extended$2,75025502,000,00060,000,000StandardStandard
Enterprise – Extended$5,000501004,000,000120,000,000CustomCustom
CustomContact us50+200+CustomCustomCustomCustom
Every paid tier includes technical support: email on Basic and Basic – Extended, chat on Pro and above. Pro and above also include access to other Velora products. Annual billing saves 20%. For current pricing and to subscribe, see velora.xyz/pro.

Which plan fits

  • Basic, Pro, Enterprise suit workloads bound by sustained request rate, like real-time quoting and frontend integrations.
  • Basic – Extended and Pro – Extended suit high daily volume at a moderate rate, like background indexing, analytics pipelines, and batch quoting.
  • Enterprise, Enterprise – Extended, and Custom add a custom SLA, tailored quotas, and bespoke commercial terms.

Get started

Subscribe to a Pro plan

Self-serve Basic, Pro, and Extended tiers. Monthly or annual billing, 20% off when billed annually.

Contact us for Enterprise

Custom SLA, dedicated support, bespoke quotas.

Free-tier rate limits

The limits that apply before you subscribe.

Monetization

Partner fees, surplus sharing, and revenue splits.
Last modified on June 30, 2026