v1

latestOpenAPI 3.0.02026-07-26117342409.6 KB
Stablecoin Conversion

List Stablecoin Conversions

List all conversions, optionally filtering and paging the results.

By default, conversions are returned in reverse chronological (descending) order by creation time. If no query parameters are supplied, the response will include up to the last 100 conversions which were created.

The paginated results default to display up to 100 conversions, unless otherwise specified with the limit parameter. The maximum limit value is 1000. Every paginated response contains a next_page_cursor field until the last page is reached.

Pass the next_page_cursor value into the page_cursor field of a new request to retrieve the next page of results.

get/conversion/stablecoins

Query parameters

profile_idstring

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

ref_idstring

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

created_at.beginstring date-time

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

created_at.endstring date-time

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

updated_at.beginstring date-time

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

updated_at.endstring date-time

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

order'DESC' | 'ASC'

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

Default order is descending (DESC).

page_cursorstring

Cursor token for fetching the next page.

limitinteger

Number of results to return.

Default is 100 items. Maximum is 1000 items.

Response

A successful response.

next_page_cursorstring

Cursor token required for fetching the next page.