Skip to main content
GET
/
swaps
Get all available swaps/exchanges
curl --request GET \
  --url https://api-partner.houdiniswap.com/v2/swaps \
  --header 'Authorization: <api-key>'
[
  {
    "id": "<string>",
    "name": "<string>",
    "shortName": "<string>",
    "enabled": true,
    "txUrl": "<string>",
    "isDex": true,
    "deprecated": true,
    "markupSupported": true,
    "slippageSupported": true,
    "autoSlippageSupported": true,
    "logoUrl": "<string>"
  }
]

Documentation Index

Fetch the complete documentation index at: https://docs.houdiniswap.com/llms.txt

Use this file to discover all available pages before exploring further.

Authorizations

Authorization
string
header
required

Response

Success

id
string
required
name
string
required
shortName
string
required
enabled
boolean
required
txUrl
string
isDex
boolean
deprecated
boolean
markupSupported
boolean
slippageSupported
boolean
autoSlippageSupported
boolean | null
logoUrl
string