Authorizations
API Key required to access Supertransaction API. Example: mee_2w3mXCuyt4xVXDRCZ5k5Lhgs
Body
Body
Object containing the cross-chain swap request fields, including source/destination tokens and chains, user address, amount, execution mode, provider allow/deny lists, and slippage tolerance.
Source token EVM address. Must be a valid checksummed Ethereum address.
"0x833589fcd6edb6e08f4c7c32d4f71b54bda02913"
Destination token EVM address. Must be a valid checksummed Ethereum address.
"0x94b008aa00579c1307b0ef2c499ad98a8ce58e58"
The source chain ID for the swap. Use a supported chain ID number.
8453
The destination chain ID for the swap. Use a supported chain ID number.
10
EOA wallet address which is going to be used as a owner of orchestrator account
"0x742d35cc6639cb8d4b5d1c5d7b8b5e2e7c0c7a8a"
smart-account
, eoa
, eoa-7702
Slippage tolerance (0-1, default: 0.01 = 1%)
0 <= x <= 1
0.01
Comma-separated list of allowed swap providers.
"lifi,gluex"
Comma-separated list of denied swap providers.
""
Comma-separated list of allowed bridge providers.
"across"
Comma-separated list of denied bridge providers.
"across"
Response
Response schema for a cross-chain swap operation, including the generated MEE instructions, output amounts, and a detailed route summary. This object is returned after a successful swap request and provides all necessary data for execution and user feedback.
Output token amount (as string, in wei).
"999960"
Minimum output token amount (as string/bigint, in wei).
"989960"
Object describing a full cross-chain swap or bridge route, including a summary, steps, estimated fees, time, output amounts, and route type.