Authorizations
API token authentication using format <api token id>:<api client secret>
Query Parameters
Filter by sending customer ID
Filter by sending account ID
Filter by receiving account ID
Filter by sending UMA address
Filter by receiving UMA address
Filter by quote status
PENDING
, PROCESSING
, COMPLETED
, FAILED
, EXPIRED
Filter quotes created after this timestamp (inclusive)
Filter quotes created before this timestamp (inclusive)
Maximum number of results to return (default 20, max 100)
1 <= x <= 100
Cursor for pagination (returned from previous request)
Response
Successful operation
List of quotes matching the criteria
Indicates if more results are available beyond this page
Cursor to retrieve the next page of results (only present if hasMore is true)
Total number of quotes matching the criteria (excluding pagination)