Deprecation of the REST v1 swap endpoints begins on September 30, 2026. Please migrate to the Partner API v2. Dashboard and authentication endpoints remain on v1 GraphQL and are not affected. Read the migration guide
API v1
Overview
The HoudiniSwap Partner API enables you to integrate private cryptocurrency swaps into your platform. The API supports both CEX (centralized) and DEX (decentralized) swap flows.Base URL
Authentication
All requests require anAuthorization header using the format:
Mandatory Fields
All exchange requests must include the following fields for compliance:Core Workflow
- Authentication – Verify your API credentials
- Get Currencies – Retrieve supported tokens and network information
- Get Quote – Obtain pricing data for a swap, including exchange rates and validity windows
- Initiate Exchange – Execute the transaction with source/destination currencies and recipient address
- Get Status – Monitor swap progress from initiation through completion