Skip to main content
Any caller can get a partner ID for free just by passing &partner=<string> on /v2/quote or /prices, without signing up for anything. Pro API accounts layer on top: higher RPS, larger daily quotas, an analytics dashboard, early feature access, and SLA-backed support for production workloads.

Free tier

Pass &partner=<your-app-name> on any Velora REST endpoint: that string is your partner ID. 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 3,000 requests/day, which leaves plenty of headroom to prototype and run real integrations. When your 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 share of surplus on swaps, see Monetization.

Pro plans

Subscribing to a Pro plan lifts your rate limits and adds:
  • Higher sustained RPS and burst RPS
  • Larger daily request quota
  • Analytics dashboard (Pro and above)
  • Early access to new features (Pro and above)
  • Standard SLA + technical support (Custom SLA on Enterprise)

Plan comparison

PlanRate limitBurstDaily quotaDashboardEarly featuresSLA
Basic10 RPS20 RPS50,000Standard
Pro20 RPS40 RPS120,000Standard
Enterprise40 RPS80 RPS250,000Custom
Extended Basic15 RPS25 RPS1,000,000Standard
Extended Pro25 RPS50 RPS2,000,000Standard
Extended EnterpriseCustomCustomCustomCustom
All tiers include technical support. Annual billing is offered at a discount. For exact pricing and to subscribe, see velora.xyz/pro.

Which plan fits

  • Basic / Pro / Enterprise — workloads bound by sustained RPS, like real-time quoting and frontend integrations.
  • Extended Basic / Extended Pro — high daily volume at moderate RPS, like background indexing, analytics pipelines, and batch quoting.
  • Enterprise / Extended Enterprise — 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.

Contact us for Enterprise

Custom SLA, dedicated support, bespoke quotas.

Free-tier rate limits

Limits that apply before you subscribe.

Monetization

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