Houdini Swap
  • 🔎Overview: Your Crypto Privacy Guide
  • 🪜STANDARD SWAPS
    • ▪️Wallet Connect
    • ▪️Manual Send
  • 🧙PRIVATE SWAPS
    • ▪️Private Mode
    • ▪️Use Monero
    • ▪️Private Transaction Data
  • ❓FAQs
    • ▫️Do I have to connect my wallet?
    • ▫️How do I find my order details?
    • ▫️What should I do if my transaction shows 'Order Expired' after sending?
    • ▫️What happens if I accidentally sent the wrong currency?
    • ▫️Are Private Swaps truly private?
    • ▫️What KYC and AML requirements are there?
    • ▫️Are Private Swaps compliant?
    • ▫️Is Houdini Swap a crypto mixer?
    • ▫️Staking Program
      • How does $LOCK relate to Houdini Swap?
      • How does Houdini Swap’s Staking Program work?
      • How are staking rewards calculated?
      • How do I unstake?
      • Who receives the rewards from the Withdrawal Penalty?
      • How is Annual Percentage Yield (APY) calculated?
  • 🪙TOKENOMICS
    • ▪️LOCK Token
    • ▪️$LOCK Distribution
    • ▪️$LOCK Staking and Burns
  • 🔒STAKING PROGRAM
  • ☎️CONTACT US
    • ▪️User Support
    • ▪️Partnership Enquiries
  • 📚NOTICES
    • ▪️Privacy Notice
    • ▪️Terms of Service
    • ▪️Compliance Policy
  • 📃WHITEPAPER
    • ▪️Vision & Purpose
    • ▪️Current Landscape
    • ▪️Private Transactions
      • ▫️Semi-Private Transactions
      • ▫️Houdini DEX
    • ▪️Transaction Types
    • ▪️Platform Functions
      • ▫️Why It Works
    • ▪️Integrations
    • ▪️Compliance
    • ▪️Data Retention Policy
    • ▪️Fee Structure
    • ▪️Staking Program
      • ▫️Deflationary Mechanics
      • ▫️Rewards Distribution
      • ▫️Dynamic Rewards
      • ▫️Withdrawal Options
      • ▫️Penalty Distribution
      • ▫️Buybacks and Staking Flow
  • 🐛BUG BOUNTY PROGRAM
  • 💾API DOCUMENTATION
    • Get CEX Tokens API
    • Get DEX Tokens API
    • Get CEX Quote API
    • Get DEX Quote API
    • Post dexApprove API
    • Post dexConfirmTx API
    • Post CEX Exchange API
    • Post DEX Exchange API
    • Get Status API
    • Get Min-Max API
    • Get Volume API
    • Get WeeklyVolume API
    • Changelog
Powered by GitBook
On this page

API DOCUMENTATION

PreviousBUG BOUNTY PROGRAMNextGet CEX Tokens API

Last updated 1 month ago

Security considerations:

Never expose your api key and secret publicly. This API is meant to be used in a backend environment not a frontend UI directly.

Mandatory fields like ip, userAgent and timezone are needed for compliance.

For full API specifications, refer to the OpenAPI documentation at .

  1. Authentication – All requests require a valid API key and secret for access.

  2. Get Currencies – Retrieve the list of supported cryptocurrencies and their relevant details, such as symbols, network information, and availability.

  3. Get Quote – Request a price quote for swapping one cryptocurrency to another. The quote includes the exchange rate, expected amount, and validity period.

  4. Initiate Exchange – Execute the swap by providing the necessary transaction details, including the source currency, destination currency, and recipient address.

  5. Get Status – Track the status of the swap, from initiation to completion, ensuring transparency and reliability in the exchange process.

This flow ensures efficiency, accuracy, and security for crypto asset swaps.

API URL:

Authentication is done using a Authorization header using this syntax: ApiKey:ApiSecret

Example:

// headers
{
"authorization": "<your API KEY>:<your API SECRET>"
}
💾
HoudiniSwap API Docs
https://api-partner.houdiniswap.com/