GET
/
v1
/
yield
/
pool
/
{pool_address}
/
{user_address}
curl --request GET \
  --url https://backend.swap.coffee/v1/yield/pool/{pool_address}/{user_address}
{
  "pool": {
    "user_lp_amount": "<string>",
    "user_lp_wallet": "<string>",
    "boosts": [
      {
        "token": {
          "address": {
            "blockchain": "ton",
            "address": "native"
          },
          "metadata": {
            "name": "ARBUZ",
            "symbol": "ARBUZ",
            "decimals": 123,
            "image_url": "<string>",
            "listed": true
          }
        },
        "wallet": "<string>",
        "type": "all",
        "claimed": "<string>",
        "locked": "<string>",
        "available": "<string>",
        "available_usd": 123
      }
    ]
  }
}

Authorizations

X-Api-Key
string
header
required

Path Parameters

pool_address
string
required

Pool address

user_address
string
required

User address

Response

200
application/json
Detailed information about user's position in requested pool, with incentives and so on
pool
object
required