GET
/
v1
/
liquid_staking_pools
/
{address}
curl --request GET \
  --url https://backend.swap.coffee/v1/liquid_staking_pools/{address}
{
  "pool": {
    "protocol": "<string>",
    "address": "<string>",
    "base_token": {
      "address": {
        "blockchain": "ton",
        "address": "native"
      },
      "metadata": {
        "name": "ARBUZ",
        "symbol": "ARBUZ",
        "decimals": 123,
        "image_url": "<string>",
        "listed": true,
        "verification": "whitelisted"
      }
    },
    "liquid_token": {
      "address": {
        "blockchain": "ton",
        "address": "native"
      },
      "metadata": {
        "name": "ARBUZ",
        "symbol": "ARBUZ",
        "decimals": 123,
        "image_url": "<string>",
        "listed": true,
        "verification": "whitelisted"
      }
    },
    "supports_tx_building": true
  },
  "stats": {
    "rate": 123,
    "cycle_end": 123,
    "tvl_usd": 123,
    "apr": 123
  }
}

Authorizations

X-Api-Key
string
header
required

Path Parameters

address
string
required
Example:

"EQDY6PMeMbQSz7dltNN4RRTIxyuBJX4dQESOy8cWR2tUgBxH"

Response

200
application/json

Liquid staking pool

The response is of type object.