Staking

All pools available in network

get/v2/staking/pools

Query parameters

available_forstring address
Example:0:97264395BD65A255A429B11326C84128B7D70FFED7949ABAE3036D506BA38621

account ID

include_unverifiedboolean

return also pools not from white list - just compatible by interfaces (maybe dangerous!)

Headers

Accept-Languagestring
Example:ru-RU,ru;q=0.5

Response

a list of pools

implementationsobject required

Example response

{
  "pools": [
    {
      "address": "0:48fb0195a7fc7454512377b9bd704503ded27f6e7c4c4a9d136fdab3ef9ec04c",
      "apy": 5.31,
      "current_nominators": 10,
      "cycle_end": 1678223064,
      "cycle_start": 1678223064,
      "liquid_jetton_master": "0:4a91d32d0289bda9813ae00ff7640e6c38fdce76e4583dd6afc463b70c7d767c",
      "max_nominators": 100,
      "min_stake": 5000000000,
      "name": "Tonkeeper pool",
      "nominators_stake": 5000000000,
      "validator_stake": 5000000000,
      "verified": true
    }
  ]
}

Changes

No recorded changes to this endpoint across all 1 revision of this API.