v3

latestOpenAPI 3.0.32026-07-21128192192.7 KB
LiquidityProvisioning

Returns list of pools from which user may migrate tokens

get/v1/liquidity/migration/{user_address}

Path parameters

user_addressstring required

Response

List of pools from which user may migrate tokens

total_lp_amountstring required

Absolute value

user_lp_amountstring required

Absolute value

Example response

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