Retrieve a paginated list of all quotes created by your application. Useful for auditing past rate locks, building a history view in your UI, or finding the most recent active quote for a customer.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.
Endpoint
Authentication
All requests require a Bearer token in theAuthorization header.
Query parameters
Page number of the list. Default
"1".Number of items per page. Default
"10". Maximum "100".Filter quotes by customer ID. Matches
^customer_[a-z0-9]+$.Filter quotes by status. One of
active, used, or expired.Response fields
Current page number.
Items per page in this response.
Total number of quotes matching the filter.
Array of quote objects. Each entry has the same shape as the response from Create Quote:
id, status, type, customerId, fees, source, destination, expiresAt, created, and updated.Error codes
| Status | Code | Description |
|---|---|---|
400 | address/invalid | A query parameter is malformed. |
422 | validation/failed | One or more query parameters failed validation. |

