v1

latestOpenAPI 3.0.02026-07-26117342409.6 KB
Issuer Quotes

List Issuer Quote Executions

Retrieves full details of quote executions where Paxos is the issuer.

get/issuer-quotes

Query parameters

profile_idstring

Optionally filter by the target profile of the issuer quote execution.

statusstring[]

Optionally filter by status.

created_range.beginstring date-time

Only return records after this timestamp, inclusive. RFC3339 format, like 2006-01-02T15:04:05Z.

created_range.endstring date-time

Only return records before this timestamp, inclusive. RFC3339 format, like 2006-01-02T15:04:05Z.

limitinteger

Number of results to return. Defaults to 100 if no limit provided. Maximum 1000.

page_cursorstring

Cursor for getting the next page of results. When the number of items returned is fewer than the limit, there is currently no next page.

order'DESC' | 'ASC'

Determines whether the items are returned in ascending (ASC), or descending (DESC) order. Sorted by created at timestamp. Defaults to DESC.

Response

A successful response.

next_page_cursorstring