---
title: "Returns list of pools that are possible for migration of LP."
method: GET
path: "/v1/liquidity/migration/pools/{source_pool_address}"
tags: ["LiquidityProvisioning"]
---

# Returns list of pools that are possible for migration of LP.

`GET /v1/liquidity/migration/pools/{source_pool_address}`

## Path parameters

- `source_pool_address` string, required

## Response `200`

Possible pools to migrate LP

- ApiLpMigrationPoolDestination[]
  - `pool_address` string
  - `total_lp_amount` string, required — Absolute value
  - `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
  - `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
  - `pool_action_type` 'not_existing_pool' | 'existing_pool', required
  - `amm_settings` ApiJson

## 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)
