v1

latestOpenAPI 3.0.22026-07-26123510445.2 KB
Conversions

List Conversions

Query all exchange transactions. Stablecoin Account API Publisher Disclaimer

get/v1/ramp/conversion

Query parameters

page_sizeinteger required

Items per page (1 to 100, default 10)

page_numinteger required

Page number (≥ 1, default 1)

order_status'Failed' | 'Pending' | 'Success'

Order status to query

order_idstring

Order ID

balance_currencystring

Transaction currency

Headers

x-on-behalf-ofstring

Specifies the sub-account on whose behalf the request is made. This should be set to the account_id, which can be retrieved via the List Connected Accounts API. If omitted or empty, the request is executed using the master account. More information at Connected Accounts.

Response

Successfully retrieved conversions

codeinteger required
messagestring required

Example response

{
  "code": 200,
  "message": "Success"
}