quote
Address of the sell token
0xa0b86991c6218b36c1d19d4a2e9eb0ce3606eb48Address of the buy token
0x2260fac5e5542a773aa44fbcfedf7c193bc2c599Sell amount in token base units (e.g. Wei for ETH)
1000000000000Address which holds the sellToken. (Allowance has to be set before execution)
0xab5801a7d398351b8be11c439e05c5b3259aec9bAddress of the external account that executed the tx. (Only needed if taker is a contract)
0xab5801a7d398351b8be11c439e05c5b3259aec9b(WIP) Liquidity sources types
Configuration allows three strategies: empty, include or exclude.
- Empty: all sources are enabled.
- Include (Whitelisting): only the given sources are enabled.
- Exclude (Blacklisting): all sources except the given ones are enabled.
Maximum allowed slippage for the swap. (in basis points)
50Max price impact for the swap. (in basis points)
10000If true an error is returned if the price impact is exceeded. Otherwise an issue (warning) is added to the response. Defaults to false.
falseMin quote expiry. (in seconds) RFQ/OTC quotes from market makers have hard expiries between 40-90 seconds. If minExpiry is set higher then MM expiries these MMs are excluded. (Keep in mind that MM pricing might be better than DEX pricing, especially if quantity is high)
35Skip Tenderly simulation
falseSkip balance and allowance checks
falseEncoding type for the returned raw transaction.
basicPossible values: 31Third API key (Request via [email protected])
Chain ID as hex string. (e.g.: 0x1 for Ethereum mainnet)
Unique ID of the calculated swap price.
0096124c-19df-4459-8cbb-7615fdc7c157Amount to sell. (In sell token units)
100000000Estimated buy amount. (In buy token units)
99500000Price of the buy token in sell token. E.g. 1 BTC = 100.000 USD; you sell WBTC and buy USDC; the price is 0.000001
0.999955Estimated price impact in basis points. [-10_000;10_000]. > 0 = value loss. < 0 = value gain
31Minimal buy amount. (In buy token units)
99500000Guaranteed price of the buy token in sell token.
0.999955Maximum price impact in basis points. [-10_000;10_000]. > 0 = value loss. < 0 = value gain
42If the swap contains RFQ/OTC fills this is a hard deadline. If not this can be considered as soft deadline. (Can be null if all fills are DEX based.) A new swap should be calculated every 20 - 30 seconds since market prices might change quickly.
2025-10-17T08:27:04.622ZLast updated