Cross-Chain Swaps
How It Works
POST /quote
{
"from_token": "USDC",
"to_token": "USDC",
"amount": "1000",
"from_chain": "ethereum",
"to_chain": "arbitrum"
}Important Considerations
Full Example: Bridge USDC from Ethereum to Arbitrum
Step 1: Get a Cross-Chain Quote
Example Response
Step 2: Execute the Swap
Example Response
Step 3: Check Status Until Complete
Example Response (in progress)
Example Response (completed)
Python Example
TypeScript Example
Supported Cross-Chain Routes
Last updated