Quotes are the entry point for ramp execution. A quote defines the route, amount, fees, expected output, payment method, network, and expiry.Use POST /v1/quotes when you know the route and network. Use POST /v1/quotes/best when you want Vortex to compare eligible routes and select the best available quote. GET /v1/quotes/{id} is fully public — anyone with a quote ID can read it. Do not treat quote IDs as confidential, but do not expose them in URLs unnecessarily.The quote response from /v1/quotes/best includes fee fields in fiat and USD terms (network, anchor, Vortex, partner, total, processing). The same fields are available on standard quotes where applicable.Quotes should be treated as immutable. After a quote is created, use the quote ID to register a ramp. Do not assume a quote remains valid indefinitely. If a quote expires, create a fresh quote.For partner pricing and attribution, pass the partner public key as apiKey in the request body. If the request includes partnerId, authenticate with the matching partner secret key in X-API-Key.
Modified at 2026-05-16 09:52:26