Skip to main content
The order server caches quotes from its solver network. Call POST /quote/request to get pricing for an intent before constructing an order. Using the order server for quotes is optional but recommended. It matches intents against solver standing quotes and gives stronger execution guarantees.
For simpler integrator parameter handling, a V1 quote endpoint is also available at POST /api/v1/integrator/quote/request. It takes CAIP-2 chains plus native addresses (e.g. { "chain": "tron:728126428", "address": "T…" }), which makes it the recommended path for Tron — see Tron vs EVM.

Request Format

Request Fields


Response Format

The best quote is always at index 0. Save the quoteId for use when submitting the order.

Response Fields

Exclusive Solver Matching

The metadata.exclusiveFor field in the response identifies the solver selected for this quote. If you want to enforce exclusivity when constructing the order, encode the solver address and an expiry into the output’s context field:
Apply exclusivity only if you fully control solver policy and fallback behavior.

Next Steps

Create and Submit Orders

Construct a StandardOrder and submit it to the solver network

Track Order Status

Monitor order progress via the API or on-chain events