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>"
  }
]

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
logoUrl
string