Back to catalog
🪙

1inch

API Key

API for querying decentralize exchange

🪙CryptocurrencyHTTPSCORS enabled

Swap Quote

1inch

From TokenUSDC
To TokenETH
From Amount5000
To Amount1.67
Estimated Gas245,000
Protocols2 items

Sample Response

response.json
1{
2 "fromToken": "USDC",
3 "toToken": "ETH",
4 "fromAmount": "5000",
5 "toAmount": "1.67",
6 "estimatedGas": 245000,
7 "protocols": [
8 "Uniswap V3",
9 "Curve"
10 ]
11}

Code Snippets

request.sh
1"color:#c084fc">curl -X "color:#fbbf24">GET "https://business.1inch.com/" \
2 "color:#60a5fa">-H "Authorization: Bearer YOUR_API_KEY"
View Documentation

Similar APIs