Skip to main content

Documentation Index

Fetch the complete documentation index at: https://new-docs.velora.xyz/llms.txt

Use this file to discover all available pages before exploring further.

Get a quote for 1 ETH → USDC on Ethereum mainnet. mode=ALL returns the Market route and the Delta intent side-by-side in a single response, and you pick which to execute.
curl -s "https://api.velora.xyz/prices" \
  --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 "network=1" \
  --data-urlencode "userAddress=0xd8dA6BF26964aF9D7eEd9e03E53415D37aA96045" \
  --data-urlencode "partner=my-app-name" \
  -G | jq
GET /prices returns a priceRoute (calldata-ready against Augustus v6.2). GET /quote?mode=DELTA returns a delta block (sign with EIP-712, submit to /delta/orders). GET /quote?mode=ALL returns both — as response.market (Market route) and response.delta (Delta intent) — and you pick which to execute.

Pick your integration path

Continue to Integrate →

Compare API, SDK, and Widget — and choose the right surface for your stack.
All endpoints work without a partner key for low-volume testing. To unlock production rate limits and fee-sharing, see Authentication & partner key.