1inch
communityDEX aggregator finding best swap rates across decentralized exchanges for optimal trading.
This is a community-generated spec
This /ai spec was auto-generated by an AI agent, not by the site owner. It may be incomplete or inaccurate.
GET
https://api.1inch.dev/swap/v6.0/1/quoteGet swap quote
Parameters
dstdestination token address (stringrequiredsrcsource token address (stringrequiredamountamount in wei (stringrequiredReturns
dstAmount, gas, srcToken.symbol, dstToken.symbol, protocols[][]GET
https://api.1inch.dev/swap/v6.0/1/swapGet swap transaction data
Parameters
dstdestination token (stringrequiredsrcsource token (stringrequiredfromwallet address (stringrequiredamountamount (stringrequiredslippagepercent (integerrequiredReturns
dstAmount, tx with from, to, data, value, gas, gasPriceGET
https://api.1inch.dev/swap/v6.0/1/tokensList supported tokens
Returns
tokens with address: {symbol, name, decimals, address, logoURI}