Fetch the current state of a single quote. Useful when polling for status changes (Documentation Index
Fetch the complete documentation index at: https://docs.spherepay.co/llms.txt
Use this file to discover all available pages before exploring further.
active → used or active → expired) before triggering downstream logic in your application.
Endpoint
Authentication
All requests require a Bearer token in theAuthorization header.
Path parameter
The quote ID. Matches
^quote_[a-z0-9]+$.Response fields
Unique quote identifier.
Current quote status. One of
active, used, or expired.Transfer direction the quote is for:
on_ramp or off_ramp.The customer ID the quote belongs to.
Full fee breakdown. See Create Quote for the field-level definition.
Source side of the quote:
currency, network, amount.Destination side of the quote:
currency, network, amount, exchangeRate.ISO 8601 timestamp when this quote expires.
ISO 8601 creation timestamp.
ISO 8601 timestamp of the most recent status change.
Error codes
| Status | Code | Description |
|---|---|---|
404 | resource/not-found | No quote exists with the supplied ID. |
422 | validation/failed | The id path parameter is malformed. |

