API DOCUMENTATION
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.
Authentication – All requests require a valid API key and secret for access.
Get Currencies – Retrieve the list of supported cryptocurrencies and their relevant details, such as symbols, network information, and availability.
Get Quote – Request a price quote for swapping one cryptocurrency to another. The quote includes the exchange rate, expected amount, and validity period.
Initiate Exchange – Execute the swap by providing the necessary transaction details, including the source currency, destination currency, and recipient address.
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:
Last updated