Get quote by ID
Retrieves a previously created quote by ID, including its locked rate, fee breakdown, and expiry.
Authorizations
Token from POST /auth/token
Path Parameters
Response
The request has succeeded.
A price quote for moving money between two instruments. It locks an exchange rate and the amounts for a short window; execute it by creating a transaction that references this quote's id.
The resolved destination side of a quote, with the amounts and fees on that side.
Developer fee entries echoed back from the request. Omitted in alpha - request side is stripped per spec § 2. The field stays on the schema so it can be reintroduced without a breaking change when developer fees ship.
Which side the caller fixed the amount on.
source, destination quote Exchange and effective rates.
The resolved source side of a quote, with the amounts and fees on that side.
USD cost of gas absorbed by the developer when sponsoring gas. Always "0" in alpha - gas is sponsored. Spec § 4.1.
Status of a quote. open: pricing locked, awaiting acceptance. accepted: a transaction has been created from it. expired: the pricing window elapsed.
open, accepted, expired