Skip to main content
GET
/
v2
/
staking
/
pool
/
{account_id}
cURL
curl --request GET \
  --url https://tonapi.io/v2/staking/pool/{account_id}
{
  "implementation": {
    "name": "TON Whales",
    "description": "Oldest pool with minimal staking amount 50 TON",
    "url": "https://tonvalidators.org/",
    "socials": [
      "https://t.me/tonwhales"
    ]
  },
  "pool": {
    "address": "0:48fb0195a7fc7454512377b9bd704503ded27f6e7c4c4a9d136fdab3ef9ec04c",
    "name": "Tonkeeper pool",
    "total_amount": 123,
    "implementation": "whales",
    "apy": 5.31,
    "min_stake": 5000000000,
    "cycle_start": 1678223064,
    "cycle_end": 1678223064,
    "verified": true,
    "current_nominators": 10,
    "max_nominators": 100,
    "nominators_stake": 5000000000,
    "validator_stake": 5000000000,
    "liquid_jetton_master": "0:4a91d32d0289bda9813ae00ff7640e6c38fdce76e4583dd6afc463b70c7d767c",
    "cycle_length": 123
  }
}

Headers

Accept-Language
string
default:en
Example:

"ru-RU,ru;q=0.5"

Path Parameters

account_id
string<address>
required

account ID

Example:

"0:97264395BD65A255A429B11326C84128B7D70FFED7949ABAE3036D506BA38621"

Response

stacking pool info

implementation
object
required
pool
object
required