Skip to main content
POST
Bridges (swaps) cNGN between supported networks. The API returns a receivableAddress on the origin network. Send your cNGN there, and the equivalent amount is delivered to destinationAddress on the destination network.
Requires the Swap permission. The request body must be encrypted. Get the fees and receivable amount first with Bridge Quote.

Body parameters (plain payload, pre-encryption)

string
required
Network ID you are bridging from. See Get Networks.
string
required
Network ID you are bridging to.
string
required
Wallet address to receive cNGN on the destination network.
string
Address you will send from on the origin network.
string
HTTPS URL to notify when the bridge completes. See Bridge completion callback for the payload.

Response (decrypted data)

string
Deposit address on the origin network. Send the cNGN you want to bridge here.
string
Internal transaction ID.
string
Bridge reference for tracking.