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.
This page is a stub. Full content lands in Workstream C.2.
What breaks if you do nothing
The legacy hostsapiv5.paraswap.io and api.paraswap.io are deprecated. They still answer today, but they are not the production endpoint and will be retired. Code pinned to either host will start failing once it goes offline — some endpoints have already moved.
The production host is https://api.velora.xyz.
Steps
- Replace
https://apiv5.paraswap.ioandhttps://api.paraswap.iowithhttps://api.velora.xyzin your code, env vars, and config files. - Re-check the endpoints you use. Most map 1:1; a small set were renamed when consolidated.
- Re-run your integration tests against
api.velora.xyzbefore flipping production traffic.
End-state check
grep -RE "(apiv5\.paraswap\.io|api\.paraswap\.io)" in your codebase returns zero hits. Smoke test: a known POST /quote call against api.velora.xyz returns the same priceRoute it did on the legacy host.