Skip to main content
Bridging moves the same stablecoin from one chain to another. For shared concepts and the common request fields, see Convert stablecoins. This page covers the bridge-specific payload and behavior. POST /v2/stablecoins/conversion requires the Convert Stablecoins permission. See Set up.

Request

Set sourceAssetType 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, or GET /v2/transactions with types=MINT,BURN to see both legs.
Confirm the chain-specific assetType for both legs via GET /v2/asset-types before bridging. Source and destination differ only by chain, so a wrong variant routes funds to the wrong network.