Staking

Stacking pool info

get/v2/staking/pool/{account_id}

Path parameters

account_idstring address required
Example:0:97264395BD65A255A429B11326C84128B7D70FFED7949ABAE3036D506BA38621

account ID

Headers

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

Response

stacking pool info

Example response

{
  "implementation": {
    "description": "Oldest pool with minimal staking amount 50 Gram",
    "name": "TON Whales",
    "socials": [
      "https://t.me/tonwhales"
    ],
    "url": "https://tonvalidators.org/"
  },
  "pool": {
    "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.