GET
/
v1
/
yield
/
pool
/
{pool_address}
curl --request GET \
  --url https://backend.swap.coffee/v1/yield/pool/{pool_address}
{
  "pool_statistics": {
    "address": "<string>",
    "tvl_usd": 123,
    "volume_usd": 123,
    "fee_usd": 123,
    "apr": 123,
    "lp_apr": 123,
    "boost_apr": 123
  },
  "pool": {
    "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
    },
    "boosts": [
      {
        "pool_address": "<string>",
        "boost_factory": "<string>",
        "boost_id": 123,
        "reward_token": {
          "address": {
            "blockchain": "ton",
            "address": "native"
          },
          "metadata": {
            "name": "ARBUZ",
            "symbol": "ARBUZ",
            "decimals": 123,
            "image_url": "<string>",
            "listed": true
          }
        },
        "reward_rate_per_second": "<string>",
        "start_seconds_unix": 123,
        "finish_seconds_unix": 123,
        "rewards_per_day_usd": 123,
        "apr": 123,
        "lock_duration_seconds": 123
      }
    ],
    "total_supply": "<string>"
  }
}

Authorizations

X-Api-Key
string
header
required

Path Parameters

pool_address
string
required

Pool address

Response

200
application/json
Detailed information about requested pool, with incentives and so on
pool_statistics
object
required
pool
object
required