v1

latestOpenAPI 3.0.02026-07-26117342409.6 KB
Stablecoin Conversion

Get Stablecoin Conversion

Retrieve a single conversion using the transaction id from the Create Stablecoin Conversion response.

get/conversion/stablecoins/{id}

Path parameters

idstring required

System provided UUID for the conversion is provided in the Create Stablecoin Conversion response.

Response

A successful response.

idstring

System provided UUID for the conversion is provided in the Create Stablecoin Conversion response.

Required parameter for the Get Stablecoin Conversion request.

profile_idstring

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

amountstring decimal

Asset amount to convert. Details.

source_assetstring

The asset to convert from. Details.

target_assetstring

The asset to convert to. Details.

statusstring

The current status of the conversion. Details.

ref_idstring

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

identity_idstring

The Identity ID associated with the user requesting the conversion. Required only for customers with 3rd-Party integrations.

account_idstring

The Account ID associated with the user requesting the conversion. Required only for customers with 3rd-Party integrations.

created_atstring date-time

The time at which the conversion was requested. See RFC3339 format, like 2006-01-02T15:04:05Z.

updated_atstring date-time

The time at which the conversion was last updated. RFC3339 format, like 2006-01-02T15:04:05Z.

settled_atstring date-time

The time at which the conversion was settled. Details. RFC3339 format, like 2006-01-02T15:04:05Z.

cancelled_atstring date-time

The time at which the conversion has been cancelled. Details. RFC3339 format, like 2006-01-02T15:04:05Z.

metadataobject

Optional client-specified stored metadata.

recipient_profile_idstring

For directed settlement, the receiving side profile_id.