Get available quotes for a given amount and token pair.
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+308Token ID from which the swap is initiated. Must be a MongoDB ObjectId (24-char hex string), not a symbol. Use GET /v2/tokens to look up token IDs.
Token ID to which the swap is directed. Must be a MongoDB ObjectId (24-char hex string), not a symbol. Use GET /v2/tokens to look up token IDs.
Slippage percentage, only used for decentralized swaps.
0 <= x <= 100Use XMR if true, if false use another token for the anonymous transaction
Request a fixed-rate quote. Only partners that support fixed rate will be returned.
Sender's wallet address for refunds if a fixed-rate swap fails.
200Maximum 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 <= 100Enable payout wallet rotation for better privacy. Only used for centralized quotes
Types of quotes to return; if omitted, all types are used
private, standard, dex Swaps to use for the quote; if omitted, all swaps are used
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, pt 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.
Address of the wallet initiating the swap
If different from senderAddress, DEX routes that don't support sending to another wallet are filtered. Also used for payout wallet rotation
Sort the quotes by the given field (default: amountOut)
amountOut, amountOutUsd, duration Sort direction for quotes (default: desc)
asc, desc