v1
latestOpenAPI 3.1.02026-07-24223580832.9 KBbridge
Create Bridge Swap Transaction with Approval
Generates both token approval and swap transactions in a single call with configurable slippage protection.
💡 Compute Unit Value: 110 (Fixed)
post/defi/v1/bridge/swap-with-approval
Request body
Example request
{
"bridgeId": "600",
"srcChainId": "1",
"dstChainId": "1",
"srcTokenSymbol": "usdt",
"dstTokenSymbol": "ETH",
"srcTokenAddress": "0xdAe2F6EdDdA6fb4fb60cc02633DE27e2b431B402",
"dstTokenAddress": "0xdAe2F6EdDdA6fb4fb60cc02633DE27e2b431B402",
"amountIn": "10000",
"amountOutMin": "0",
"from": "0xdAe2F6EdDdA6fb4fb60cc02633DE27e2b431B402",
"to": "0xdAe2F6EdDdA6fb4fb60cc02633DE27e2b431B402",
"gasPriority": "low",
"slippage": "10",
"enableFee": false,
"batchOption": "EIP-5792",
"batcherContract": "0x9c933f9d2efd76ce25b0d3dde84d3f94e78a50ca",
"gas": "100000",
"srcChainSymbol": "ETH"
}Response
Successful response
Example response
{
"status": 200,
"msg": "success",
"data": [
{
"chainId": "1",
"from": "0xa67E9B68c41b0f26184D64C26e0b2B81466E5994",
"to": "0xA0b86991c6218b36c1d19D4a2e9Eb0cE3606eB48",
"value": "0",
"gas": "900000",
"data": "0x095ea7b30000000000000000000000008731d54e9d02c286767d56ac03e8037c07e01e980000000000000000000000000000000000000000000000000000000000002710",
"nonce": 0,
"referenceId": "fdd8054bbd7f42d59692b35e7e7141c0"
},
{
"chainId": "1",
"from": "0xa67E9B68c41b0f26184D64C26e0b2B81466E5994",
"to": "0x8731d54E9D02c286767d56ac03e8037C07e01e98",
"value": "336014619161195",
"gas": "900000",
"data": "0x9fbf10fc000000000000000000000000000000000000000000000000000000000000006d00000000000000000000000000000000000000000000000000000000000000010000000000000000000000000000000000000000000000000000000000000001000000000000000000000000a67e9b68c41b0f26184d64c26e0b2b81466e599400000000000000000000000000000000000000000000000000000000000027100000000000000000000000000000000000000000000000000000000000000064000000000000000000000000000000000000000000000000000000000000012000000000000000000000000000000000000000000000000000000000000001a000000000000000000000000000000000000000000000000000000000000001e000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000006000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000014a67e9b68c41b0f26184d64c26e0b2b81466e59940000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
"gasPrice": "1588879231",
"nonce": 1,
"referenceId": "fdd8054bbd7f42d59692b35e7e7141c0"
}
]
}