---
title: "Get all available swaps/exchanges"
method: GET
path: "/swaps"
tags: ["Liquidity providers"]
---

# Get all available swaps/exchanges

`GET /swaps`

Returns all available swap providers (exchanges) that can be used for trading.
This includes both centralized exchanges (CEX) and decentralized exchanges (DEX).

## Query parameters

- `isDex` boolean
- `markupSupported` boolean
- `slippageSupported` boolean

## Response `200`

Success

- SwapResponse[]
  - `id` string, required
  - `name` string, required
  - `shortName` string, required
  - `txUrl` string
  - `enabled` boolean, required
  - `isDex` boolean
  - `deprecated` boolean
  - `markupSupported` boolean
  - `slippageSupported` boolean
  - `autoSlippageSupported` boolean, nullable
  - `logoUrl` string

## Other responses

- `422` — Validation Failed
- `500` — Internal Server Error

---

[API](https://skmtc.net/houdiniswap/apis/houdiniswap-backend.md) · [All operations](https://skmtc.net/houdiniswap/apis/houdiniswap-backend/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/houdiniswap/houdiniswap-backend/revisions/2063dbc88d59/schema)
