GET
/
v1
/
liquidity
/
migration
/
corresponding-pools
curl --request GET \
  --url https://backend.swap.coffee/v1/liquidity/migration/corresponding-pools
[
  {
    "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,
            "verification": "whitelisted"
          }
        }
      ],
      "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
    },
    "info": {
      "address": "<string>",
      "tvl_usd": 123,
      "volume_usd": 123,
      "fee_usd": 123,
      "apr": 123,
      "lp_apr": 123,
      "boost_apr": 123,
      "locked_asset_amount": "<string>"
    }
  }
]

Authorizations

X-Api-Key
string
header
required

Query Parameters

pools_addresses
string[]
required

Response

200
application/json

Corresponding pools on Coffee Dex

The response is of type object[].