---
title: "Returns information about the given liquidity pool for the given blockchain"
method: GET
path: "/v1/pool/{blockchain}/{address}"
tags: ["Entity"]
---

# Returns information about the given liquidity pool for the given blockchain

`GET /v1/pool/{blockchain}/{address}`

## Path parameters

- `blockchain` string, required
- `address` string, required

## Response `200`

pool

- ApiPool
  - `dex` string, required
  - `address` string, required
  - `type` 'public' | 'private' | 'slumbering' | 'invalid', required
  - `amm_type` 'constant_product' | 'cubic_stable' | 'curve_fi_stable' | 'concentrated_v3' | 'tonstakers' | 'weighted_constant_product' | 'weighted_stable' | 'bidask' | 'moon_dlmm' | 'bidask_damm' | 'dedust_v2', required
  - `amm_settings` ApiJson
  - `tokens` ApiToken[], required
    - `address` ApiTokenAddress, required
      - `blockchain` string, required
      - `address` string, required
    - `metadata` ApiTokenMetadata, required
      - `name` string, required
      - `symbol` string, required
      - `decimals` integer, required
      - `image_url` string
      - `listed` boolean, required
      - `verification` 'whitelisted' | 'blacklisted' | 'community' | 'unknown', required
  - `reserves` number[], required
  - `restrictions` ApiTokenRestrictions[]
    - `min_swap_amount` number, double
    - `max_swap_amount` number, double
  - `fees` ApiPoolFees, required
    - `average_gas` number, double, required
    - `divider` integer
    - `input` integer
    - `output` integer
    - `first_token` integer
    - `second_token` integer
  - `unavailable_until` integer — UTC unix timestamp in seconds

## 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/revisions/8f32977bfb50/schema)
