💾API DOCUMENTATION

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

  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: https://api-partner.houdiniswap.com/

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

Example:

// headers
{
"authorization": "<your API KEY>:<your API SECRET>"
}

Last updated