Three APIs, one base URL
Everything lives underhttps://api.velora.xyz.
Delta API
Gasless, MEV-protected swaps and signed orders, same-chain or crosschain.
One signature.
Market API
Best price across every major DEX and AMM, returned as ready-to-send calldata.
OTC API
AugustusRFQ orders between known counterparties. A maker signs and posts
gasless; the named taker fills on-chain. Partial fills supported.
Your first call
No key required; pass apartner value that identifies your app or project (the examples use my-app-name as a placeholder — replace it). Quote 1 ETH → USDC and let Velora pick the best path with mode=ALL:
delta block (gasless: sign and submit later) or a market block (calldata: submit now). Branch on whichever is present. See Trading modes, or the Quickstart for SDK and Widget versions.
Auth & rate limits
partner is your free, no-signup app identifier, not a secret. Pass &partner=my-app-name (a placeholder; use a stable value for your integration) on quote, swap, and order endpoints. Need higher RPS, larger quotas, analytics, and SLA support? See Pro API accounts.
Next steps
Quickstart
First quote in 60 seconds with cURL, the SDK, or the Widget.
Troubleshooting
Common failure modes by endpoint: symptom, cause, fix.