---
title: "Returns information about the given decentralized exchange for the given blockchain"
method: GET
path: "/v1/dex/{blockchain}/{name}"
tags: ["Entity"]
---

# Returns information about the given decentralized exchange for the given blockchain

`GET /v1/dex/{blockchain}/{name}`

## Path parameters

- `blockchain` string, required
- `name` string, required

## Response `200`

pool

- ApiDex
  - `blockchain` string, required
  - `name` string, required

## Other responses

- `default` — Some error during request processing

---

[API](https://skmtc.net/swap/apis/swap-coffee-api.md) · [All operations](https://skmtc.net/swap/apis/swap-coffee-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/swap/swap-coffee-api/versions/fd1067547679/schema)
