POST /v2/stablecoins/conversion requires the Convert Stablecoins permission. See Set up.
Request
SetsourceAssetType and destinationAssetType to the same stablecoin on different chains.
Example payload
Two legs, one record
A bridge produces one record in/v2/stablecoins/history (operationType: BRIDGE) but two transactions in /v2/transactions—a BURN on the source chain and a MINT on the destination chain. To inspect both legs, retrieve sourceOperationId and destinationOperationId from history, then look each up via GET /v2/transactions/{transactionId}.
Monitor status
Query conversion history, orGET /v2/transactions with types=MINT,BURN to see both legs.