Quotes
Retrieve quote
Retrieves a persisted quote by ID.
get/v1/quotes/{id}
Path parameters
idstring uuid required
Unique identifier of the quote.
Response
The quote resource
idstring uuid required
Unique identifier of the quote.
type'quote' required
Resource type discriminator.
status'pending' | 'quote_accepted' | 'order_pending' | 'order_failed' | 'order_completed' | 'withdrawal_pending' | 'withdrawal_failed' | 'withdrawal_completed' | 'completed' | 'failed' required
Current status of the quote.
funding_status'pending' | 'sent' | 'completed' | 'failed' | 'on_hold' required
Current funding status of the quote.
source_amountstring required
Source amount as a string decimal.
source_currency'EUR' | 'GBP' | 'USD' | 'USDC' | 'BTC' | 'ETH' | 'SOL' | 'POL' required
Source currency code.
target_amountstring required
Target amount as a string decimal.
target_currency'EUR' | 'GBP' | 'USD' | 'USDC' | 'BTC' | 'ETH' | 'SOL' | 'POL' required
Target currency code.
exchange_ratestring required
Exchange rate applied.
venuestring required
Execution venue (e.g. "kraken").
expires_atstring date-time required
ISO 8601 UTC timestamp when the quote expires.
created_atstring date-time required
ISO 8601 UTC timestamp when the quote was created.
updated_atstring date-time required
ISO 8601 UTC timestamp when the quote was last updated.