v4

latestOpenAPI 3.0.32026-08-07129194194.6 KB
LiquidityProvisioning

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

get/v1/liquidity/migration/pools/{source_pool_address}

Path parameters

source_pool_addressstring required

Address of the pool from non-coffee DEX

Response

Possible pools to migrate LP

pool_addressstring
total_lp_amountstring 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
reservesnumber[] required
pool_action_type'not_existing_pool' | 'existing_pool' required
amm_settingsApiJson

Example response

[
  {
    "tokens": [
      {
        "address": {
          "blockchain": "ton",
          "address": "native"
        },
        "metadata": {
          "name": "ARBUZ",
          "symbol": "ARBUZ"
        }
      }
    ]
  }
]