assetType strings you’ll use. Then make sure your API key has the right permission and authentication.
Identify wallets and asset types
GET /v2/vaults/{vaultId}— RetrievewalletIdvalues and balances for the vault holding the source funds.GET /v2/asset-types— Look up exactassetTypestrings, including chain-specific variants likeUSDX_BSC_T.
Permission
The API key must have theConvert Stablecoins vault permission. Configure it via Permission groups.
Authentication
Stablecoin conversion and history endpoints require only theApi-Access-Key header. No Api-Signature or Api-Timestamp headers are needed.
This differs from most money-movement endpoints, which require an Ed25519 request signature. See Request signing for the general signing model.