Quick start
API Keys
Key Type
Requests/Minute
Commission
Example: USDC from Arbitrum to Ethereum
1. Get Route
curl -X POST "https://api.crosscurve.fi/routing/scan" \
-H "Content-Type: application/json" \
-H "api-key: YOUR_KEY" \
-d '{
"params": {
"chainIdIn": 42161,
"chainIdOut": 1,
"tokenIn": "0xaf88d065e77c8cC2239327C5EDb3A432268e5831",
"tokenOut": "0xA0b86991c6218b36c1d19D4a2e9Eb0cE3606eB48",
"amountIn": "1000000000"
},
"slippage": 1
}'2. Create Transaction
3. Send Transaction
4. Track Status
Reference Endpoints
Endpoint
Returns
Next Steps
Last updated

