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. |