v1

latestOpenAPI 3.0.22026-07-26123510445.2 KB
Conversions

Retrieve Conversion

Query specified exchange transaction. Stablecoin Account API Publisher Disclaimer

get/v1/ramp/conversion/{order_id}

Path parameters

order_idstring uuid required

Transaction ID (long)

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 conversion

codeinteger required
messagestring required

Example response

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