v1

latestOpenAPI 3.0.02026-08-04134348905.1 KB
Stablecoins

Create a Stablecoin Conversion

Permissions required: Convert Stablecoins

Create a stablecoin conversion, either issuance or redemption. Issuance is when USD is converted to the stablecoin. Redemption is when the stablecoin asset is converted to USD.

post/stablecoins/conversion

Request body

amountstring required
destinationAssetTypestring required

A string representing the asset used for this operation. For issuance, this value must be the stablecoin asset. For redemptions, it must be USD. Use /asset-types to list all supported asset types for your organization.

destinationWalletIdstring required
idempotencyKeystring required

Client-provided idempotency key to ensure request is processed only once

sourceAssetTypestring required

A string representing the asset used for this operation. For issuance, this value must be USD. For redemptions, it must be the asset being redeemed. Use /asset-types to list all supported asset types for your organization.

sourceWalletIdstring required

Example request

{
  "destinationAssetType": "USDX",
  "idempotencyKey": "e763a50d-aa82-4ec7-b5a3-89ad0462d248",
  "sourceAssetType": "USD"
}

Response

authorizationOperationId

authorizationOperationIdstring required