v3

latestOpenAPI 3.0.32026-07-21128192192.7 KB
Entity

Returns list of liquid staking pools

get/v1/liquid_staking_pools

Response

List of liquid staking pools

protocolstring required
addressstring required
supports_tx_buildingboolean required

Example response

[
  {
    "base_token": {
      "address": {
        "blockchain": "ton",
        "address": "native"
      },
      "metadata": {
        "name": "ARBUZ",
        "symbol": "ARBUZ"
      }
    },
    "liquid_token": {
      "address": {
        "blockchain": "ton",
        "address": "native"
      },
      "metadata": {
        "name": "ARBUZ",
        "symbol": "ARBUZ"
      }
    }
  }
]