v4

latestOpenAPI 3.0.32026-08-07129194194.6 KB
LiquidityProvisioning

Returns pools on Coffee DEX that correspond to the pools of provided addresses

get/v1/liquidity/migration/corresponding-pools

Query parameters

pools_addressesstring[] required
[
  "EQC1v4xPDDY_JTS1Pghq0r9QcBpA0zCVuCNaENeF-cb1wUIS"
]

Response

Corresponding pools on Coffee Dex

Example response

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