GET
/
v1
/
liquidity
/
migration
/
{user_address}
curl --request GET \
  --url https://backend.swap.coffee/v1/liquidity/migration/{user_address}
[
  {
    "pool": {
      "dex": "stonfi",
      "address": "<string>",
      "type": "public",
      "amm_type": "constant_product",
      "amm_settings": {},
      "tokens": [
        {
          "address": {
            "blockchain": "ton",
            "address": "native"
          },
          "metadata": {
            "name": "ARBUZ",
            "symbol": "ARBUZ",
            "decimals": 123,
            "image_url": "<string>",
            "listed": true
          }
        }
      ],
      "reserves": [
        123
      ],
      "restrictions": [
        {
          "min_swap_amount": 123,
          "max_swap_amount": 123
        }
      ],
      "fees": {
        "average_gas": 123,
        "divider": 123,
        "input": 123,
        "output": 123,
        "first_token": 123,
        "second_token": 123
      },
      "unavailable_until": 123
    },
    "total_lp_amount": "<string>",
    "user_lp_amount": "<string>"
  }
]

Authorizations

X-Api-Key
string
header
required

Path Parameters

user_address
string
required

Response

200
application/json
List of pools from which user may migrate tokens
pool
object
required
total_lp_amount
string
required

Absolute value

user_lp_amount
string
required

Absolute value