Get Quote
Retrieve the full details of a quote by its ID. If the quote has expired, the response includes astatus: "expired" field.
Endpoint
Request
Response
Response Fields
| Field | Type | Description |
|---|---|---|
id | string | Unique quote identifier. |
type | string | Transaction type: "payin", "payout", "bridge", or "onchain_fx". |
source_currency | string | Source currency code. |
source_network | string | null | Source blockchain network (null for fiat). |
source_amount | integer | string | Amount in source currency. |
destination_currency | string | Destination currency code. |
destination_network | string | null | Destination blockchain network (null for fiat). |
destination_amount | integer | string | Amount in destination currency. |
exchange_rate | string | Conversion rate. |
fees | object | Platform and network fees. |
total_fee | string | integer | Total fee amount. |
status | string | Only present if expired: "expired". |
expires_at | string | ISO 8601 timestamp when quote expires. |
created_at | string | ISO 8601 timestamp of creation. |
Notes
- If the quote has expired, you must create a new quote to proceed.
- Use the
quote_idin pay-in, payout, or bridge requests before expiration.