# Houdini documentation ## Docs - [Analytics & Settlement (Partner Dashboard)](https://docs.houdiniswap.com/analytics-and-settlement.md): Understand how commissions are calculated, tracked, and withdrawn. - [Get available chains](https://docs.houdiniswap.com/api-reference/chains/get-available-chains.md): Get the list of available `enabled` blockchain networks/chains for both CEX and DEX swaps. - [Get partner commission summary](https://docs.houdiniswap.com/api-reference/commissions/get-partner-commission-summary.md) - [Get partner commissions](https://docs.houdiniswap.com/api-reference/commissions/get-partner-commissions.md) - [Check token allowance](https://docs.houdiniswap.com/api-reference/dex/check-token-allowance.md): Check if token allowance is sufficient for a DEX swap - [Confirm DEX transaction](https://docs.houdiniswap.com/api-reference/dex/confirm-dex-transaction.md): Confirms a DEX transaction with the provided transaction hash. This endpoint should be called after the user has signed and submitted the transaction. Without it the Order status may not be determined - [Get next chain signature](https://docs.houdiniswap.com/api-reference/dex/get-next-chain-signature.md): Get the next signature requirement in a multi-step signature chain - [Get token approval data](https://docs.houdiniswap.com/api-reference/dex/get-token-approval-data.md): Get approval transaction data for a DEX swap - [Create exchange](https://docs.houdiniswap.com/api-reference/exchanges/create-exchange.md): Create a new exchange (swap). Use `type: "private"` or `type: "standard"` for centralized exchanges or `type: "dex"` for decentralized exchanges. - [Create multi exchange](https://docs.houdiniswap.com/api-reference/exchanges/create-multi-exchange.md): Create a group of exchanges linked by a shared multiId. Each order is stored with status NEW and initialized asynchronously. Quotes are resolved internally — no quoteId required. - [Get multi exchange batch transaction data](https://docs.houdiniswap.com/api-reference/exchanges/get-multi-exchange-batch-transaction-data.md): Returns batched transaction data for all orders in a multi exchange group (only Solana supported for now). All orders must share the same source token chain. For Solana, batches contain up to 10 deposit addresses each. - [Get multi exchange status](https://docs.houdiniswap.com/api-reference/exchanges/get-multi-exchange-status.md): Returns the status of all orders belonging to a multi exchange group. - [Get all available swaps/exchanges](https://docs.houdiniswap.com/api-reference/liquidity-providers/get-all-available-swapsexchanges.md): Returns all available swap providers (exchanges) that can be used for trading. This includes both centralized exchanges (CEX) and decentralized exchanges (DEX). - [Get DEX and CEX min/max amounts](https://docs.houdiniswap.com/api-reference/minmax/get-dex-and-cex-minmax-amounts.md): Get combined CEX and DEX min/max swap amounts for a token pair and return exchange limits. - [Get all active orders](https://docs.houdiniswap.com/api-reference/orders/get-all-active-orders.md): Returns a paginated list of orders created in the last 48 hours. - [Get order details](https://docs.houdiniswap.com/api-reference/orders/get-order-details.md): Returns order details for a given Houdini order ID created in the last 48 hours. - [Get authenticated partner profile](https://docs.houdiniswap.com/api-reference/partner-profile/get-authenticated-partner-profile.md) - [Get available quotes for a given amount and token pair.](https://docs.houdiniswap.com/api-reference/quotes/get-available-quotes-for-a-given-amount-and-token-pair.md) - [Get Quotes By Chain And Address](https://docs.houdiniswap.com/api-reference/quotes/get-quotes-by-chain-and-address.md): Get CEX/DEX quotes using token chain/address pairs. - [Get partner rate limits](https://docs.houdiniswap.com/api-reference/rate-limits/get-partner-rate-limits.md) - [Get partner chart stats](https://docs.houdiniswap.com/api-reference/stats/get-partner-chart-stats.md) - [Get partner volume stats](https://docs.houdiniswap.com/api-reference/stats/get-partner-volume-stats.md) - [Get partner weekly volume stats](https://docs.houdiniswap.com/api-reference/stats/get-partner-weekly-volume-stats.md) - [Search tokens](https://docs.houdiniswap.com/api-reference/tokens/search-tokens.md) - [Get partner withdrawals](https://docs.houdiniswap.com/api-reference/withdrawals/get-partner-withdrawals.md) - [Get CEX Quote](https://docs.houdiniswap.com/api-v1/get-cex-quote.md): Get a price quote for a CEX swap - [Get CEX Tokens](https://docs.houdiniswap.com/api-v1/get-cex-tokens.md): Retrieve supported CEX token list - [Get DEX Quote](https://docs.houdiniswap.com/api-v1/get-dex-quote.md): Get a price quote for a DEX swap - [Get DEX Tokens](https://docs.houdiniswap.com/api-v1/get-dex-tokens.md): Retrieve supported DEX token list - [Get Min/Max](https://docs.houdiniswap.com/api-v1/get-min-max.md): Get minimum and maximum exchange amounts for a pair - [Get Status](https://docs.houdiniswap.com/api-v1/get-status.md): Check the status of a swap transaction - [Get Volume](https://docs.houdiniswap.com/api-v1/get-volume.md): Retrieve total swap volume for HoudiniSwap - [Get Weekly Volume](https://docs.houdiniswap.com/api-v1/get-weekly-volume.md): Retrieve weekly swap volume data for HoudiniSwap - [API v1 Introduction](https://docs.houdiniswap.com/api-v1/introduction.md): HoudiniSwap Partner API documentation - [POST CEX Exchange](https://docs.houdiniswap.com/api-v1/post-cex-exchange.md): Initiates an exchange transaction, including sender and receiver information, transaction status, quoted amounts, and token details. - [POST DEX Approve](https://docs.houdiniswap.com/api-v1/post-dex-approve.md): Get approval transaction data for a DEX swap - [POST DEX Confirm Transaction](https://docs.houdiniswap.com/api-v1/post-dex-confirm-tx.md): Confirm a DEX transaction after on-chain submission - [POST DEX Exchange](https://docs.houdiniswap.com/api-v1/post-dex-exchange.md): Initiate a DEX cryptocurrency swap - [DEX Swap Integration](https://docs.houdiniswap.com/api-v1/swap-flows/dex-swap.md): Complete guide to integrating on-chain DEX swaps with wallet signatures and approvals - [Private Swap Integration](https://docs.houdiniswap.com/api-v1/swap-flows/private-swap.md): Complete guide to integrating multi-hop private swaps with maximum privacy - [Standard Swap Flow](https://docs.houdiniswap.com/api-v1/swap-flows/standard-swap.md): Integrate standard swaps with single-hop CEX routing for fast execution - [Release notes](https://docs.houdiniswap.com/changelog/release-notes.md) - [Order Lifecycle](https://docs.houdiniswap.com/developer-hub/core-concepts/order-lifecycle.md): Understanding order states, status transitions, and lifecycle management - [Partner Stats](https://docs.houdiniswap.com/developer-hub/core-concepts/partner-stats.md): Query your partner volume, weekly breakdowns, and time-series chart data - [Payout Wallet Rotation](https://docs.houdiniswap.com/developer-hub/core-concepts/payout-wallet-rotation.md): Improve swap privacy by rotating provider routing paths across consecutive orders - [Routing Types](https://docs.houdiniswap.com/developer-hub/core-concepts/routing-types.md): Understand Houdini's three routing strategies and when to use each - [Tokens & Networks](https://docs.houdiniswap.com/developer-hub/core-concepts/tokens-networks.md): Understanding how tokens and networks are represented and discovered in Houdini - [Order Status Updates](https://docs.houdiniswap.com/developer-hub/core-concepts/websocket-order-updates.md): Real-time order status updates via WebSocket - [x402 Payments](https://docs.houdiniswap.com/developer-hub/core-concepts/x402-pay-per-request.md): Pay-per-request API access using USDC stablecoin payments - [API Keys & Authentication](https://docs.houdiniswap.com/developer-hub/getting-started/authentication.md): Learn how to obtain and use API keys to authenticate with Houdini - [Quick Start](https://docs.houdiniswap.com/developer-hub/getting-started/quick-start.md): Jump straight into integrating the swap type you need - [Rate Limits & Tiers](https://docs.houdiniswap.com/developer-hub/getting-started/rate-limits-and-tiers.md): Understand how API usage limits work and how to upgrade your tier. - [Architecture Overview](https://docs.houdiniswap.com/developer-hub/overview/architecture.md): Learn how Houdini's intelligent routing engine connects CEXs and on-chain DeFi protocols for optimal swap execution - [What You Can Build](https://docs.houdiniswap.com/developer-hub/overview/what-you-can-build.md): Explore the possibilities with Houdini's cross-chain swap infrastructure - [DEX Swap Integration](https://docs.houdiniswap.com/developer-hub/swap-flows/dex-swap.md): Integrate on-chain DEX swaps using the unified v2 quotes and exchanges API - [Multi-Swap Flow](https://docs.houdiniswap.com/developer-hub/swap-flows/multi-swap.md): Create and manage multiple swaps in a single batch — supports CEX and anonymous routing - [Private Swap Integration](https://docs.houdiniswap.com/developer-hub/swap-flows/private-swap.md): Integrate multi-hop private swaps using the unified v2 quotes and exchanges API - [Standard Swap Flow](https://docs.houdiniswap.com/developer-hub/swap-flows/standard-swap.md): Integrate standard CEX swaps using the unified v2 quotes and exchanges API - [Error Codes & Troubleshooting](https://docs.houdiniswap.com/developer-hub/troubleshooting/error-codes-and-troubleshooting.md): Complete reference of error codes, HTTP statuses, and response formats for the HoudiniSwap Partner API v2. - [Error Codes & Troubleshooting](https://docs.houdiniswap.com/developer-hub/troubleshooting/errors.md): Common errors, their causes, and how to resolve them - [Widget Overview](https://docs.houdiniswap.com/developer-hub/widget/overview.md): Drop-in swap widget for easy integration into any website or application - [Contact Support](https://docs.houdiniswap.com/faqs/contact-support.md) - [Contact support](https://docs.houdiniswap.com/guides/how-to/contact-support.md) - [Payment Link](https://docs.houdiniswap.com/guides/how-to/create-private-payment-links.md) - [Earn rewards / Become an affiliate](https://docs.houdiniswap.com/guides/how-to/earn-rewards.md) - [Multiswap](https://docs.houdiniswap.com/guides/how-to/multiswap.md) - [Private Swap](https://docs.houdiniswap.com/guides/how-to/private-swap.md) - [Onchain DEX / Bridge](https://docs.houdiniswap.com/guides/how-to/swap-on-chain.md) - [Migration V1 to V2](https://docs.houdiniswap.com/migration/v1-to-v2.md): Migrate from Partner API v1 to v2 - [Chain Coverage & Partners](https://docs.houdiniswap.com/overview/coverage-and-economy/chain-tokens-partners.md) - [Fees & Pricing](https://docs.houdiniswap.com/overview/coverage-and-economy/monetization-and-fees.md) - [Staking program](https://docs.houdiniswap.com/overview/earn-with-houdini/staking-program.md) - [$LOCK Tokenomics](https://docs.houdiniswap.com/overview/earn-with-houdini/tokenomics.md) - [Core Swap Concepts](https://docs.houdiniswap.com/overview/getting-started/core-swap-concepts.md): Compare Houdini’s non-custodial swap types, including private swaps, no wallet connect swaps, and DEX swaps, and understand the tradeoffs between privacy, speed, and execution across chains. - [Privacy and Compliance](https://docs.houdiniswap.com/overview/getting-started/privacy-and-compliance.md): How Houdini balances privacy with regulatory compliance - [About Houdini](https://docs.houdiniswap.com/overview/getting-started/what-is-houdini.md): Understand what Houdini is, how it works, and what makes it different. - [Pointless (Rewards Program)](https://docs.houdiniswap.com/overview/products-and-features/affiliate-and-incentive.md): Reward balance, settlement, and withdrawals - [HoudiniPay](https://docs.houdiniswap.com/overview/products-and-features/houdinipay.md): Private crypto payments using shareable payment links - [MultiSwap](https://docs.houdiniswap.com/overview/products-and-features/multi-swap.md) - [No Wallet Connect](https://docs.houdiniswap.com/overview/swaps-and-transfers/no-wallet-connect.md): Swap without needing to connect your wallet, using a manual deposit address. - [On-chain DEX or Bridge](https://docs.houdiniswap.com/overview/swaps-and-transfers/on-chain-swaps.md): Swap any token on any chain instantly, securely, and at the best market rates. - [Private Swap](https://docs.houdiniswap.com/overview/swaps-and-transfers/private-swaps.md): Privacy-first, non-custodial cross-chain swaps designed to eliminate on-chain traceability. - [Partner FAQs](https://docs.houdiniswap.com/partner-faqs.md) - [Compliance Policy](https://docs.houdiniswap.com/products/swap-transfer/compliance-policy.md) - [Media Kit](https://docs.houdiniswap.com/products/swap-transfer/media-kit.md) - [Privacy Notice](https://docs.houdiniswap.com/products/swap-transfer/privacy-notice.md) - [Terms of Service](https://docs.houdiniswap.com/products/swap-transfer/terms-of-service.md) - [FAQs](https://docs.houdiniswap.com/support-and-faqs/faqs.md) ## OpenAPI Specs - [openapi](https://api-partner.houdiniswap.com/v2/openapi.json)