mode=ALL, Velora picks the best execution path server-side and returns one response shape: either a delta block (gasless, signed and submitted later) or a market block (calldata-ready, submitted immediately). See Trading modes.
my-app-name is a placeholder. Replace it with your own app or project partner identifier. It tags your integration for analytics, support, and rate-limit upgrades; it is not an API key, and no signup is required.GET /v2/quote?mode=DELTA returns a delta block (sign with EIP-712, submit to /v2/delta/orders). GET /v2/quote?mode=MARKET returns a market block (calldata-ready against Augustus v6.2). GET /v2/quote?mode=ALL lets Velora pick the path server-side and returns one of response.delta (Delta intent) or response.market (Market route), never both. Branch on which block is present. See Trading modes.
Pick your integration path
Continue to Integrate →
Compare API, SDK, and Widget, then choose the right surface for your stack.