Get Quotes By Chain And Address
Get CEX/DEX quotes using token chain/address pairs.
Resolves both tokens via dex.getToken and runs the same quote flow as v2 quote endpoint.
Documentation Index
Fetch the complete documentation index at: https://docs.houdiniswap.com/llms.txt
Use this file to discover all available pages before exploring further.
Authorizations
Query Parameters
Amount of the from token to swap as a decimal float in the token's display units
(e.g. 1.5 BTC, 250.75 USDT) — not a base-units / wei integer like 100000000000000.
Must be strictly greater than 0 and at most the maximum BSON Double value
(Number.MAX_VALUE ≈ 1.7976931348623157e308).
0 <= x <= 1.7976931348623157e+308Source chain identifier — shortName from GET /v2/chains (e.g. "ethereum", "kava_2222-10", "AssetHub") or numeric EVM chainId (e.g. "1", "42161").
^[A-Za-z0-9][A-Za-z0-9_.\-]{0,49}$Destination chain identifier — shortName from GET /v2/chains (e.g. "ethereum", "kava_2222-10", "AssetHub") or numeric EVM chainId (e.g. "1", "42161").
^[A-Za-z0-9][A-Za-z0-9_.\-]{0,49}$Slippage percentage, only used for decentralized swaps.
0 <= x <= 100Maximum price deviation percentage when rotating wallets. Only used if rotatePayoutWallets is true. Default 5
0 <= x <= 100Number of recent orders to check for path rotation. Only used if rotatePayoutWallets is true. Default 10
1 <= x <= 100private, standard, dex ch, cl, cn, el, le, se, ss, sz, sp, eb, nx, cc, qx, tc, sw, dl, ad, wh, cf, un, jp, mn, rd, ps, cs, kd, ct, zx, wc, su, bd, tt, sd, bg, ab Allowlist for the in-leg of anonymous (private, 2-hop) paths. When set, only these providers may be used as the in-leg. Silently ignored for STANDARD and DEX quotes, which are single-hop and have no in/out leg concept.
Providers excluded from the in-leg of anonymous (private, 2-hop) paths. Does not affect the out-leg. Silently ignored for STANDARD and DEX quotes, which are single-hop and have no in/out leg concept.
Allowlist for the out-leg of anonymous (private, 2-hop) paths. When set, only these providers may be used as the out-leg. Silently ignored for STANDARD and DEX quotes, which are single-hop and have no in/out leg concept.
Providers excluded from the out-leg of anonymous (private, 2-hop) paths. Does not affect the in-leg. Silently ignored for STANDARD and DEX quotes, which are single-hop and have no in/out leg concept.
amountOut, amountOutUsd, duration asc, desc