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
quoteId for use when submitting the order.
Response Fields
Exclusive Solver Matching
Themetadata.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:
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

