Skip to main content
GET
List Issuer Quote Executions
OAuth Scope

Authorizations

Authorization
string
header
required

Paxos APIs use OAuth 2 with the client credentials grant flow.

Token URLs:

Learn more in the API credentials guide →

Query Parameters

profile_id
string

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

status
enum<string>[]

Optionally filter by status.

Available options:
PENDING,
COMPLETE,
FAILED
created_range.begin
string<date-time>

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

created_range.end
string<date-time>

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

limit
integer<int32>

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

page_cursor
string

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
enum<string>

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

Available options:
DESC,
ASC

Response

200 - application/json

A successful response.

issuer_quote_executions
object[]
next_page_cursor
string