Skip to main content
GET
List Stablecoin Conversions
The Orchestrations API replaces this endpoint.New customers should use List Orchestrations instead. Existing customers should follow the migration guide.
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

The Profile associated with a conversion. Required in the Create Stablecoin Conversion request.

ref_id
string

Client provided, unique Reference ID included the Create Stablecoin Conversion request.

created_at.begin
string<date-time>

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

created_at.end
string<date-time>

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

updated_at.begin
string<date-time>

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

updated_at.end
string<date-time>

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

order
enum<string>

Return items in ascending (ASC) or descending (DESC) order by created_at timestamp.

Default order is descending (DESC).

Available options:
DESC,
ASC
page_cursor
string

Cursor token for fetching the next page.

limit
integer<int32>

Number of results to return.

Default is 100 items. Maximum is 1000 items.

Response

A successful response.

items
object[]
next_page_cursor
string

Cursor token required for fetching the next page.