Skip to main content
GET
/
v2
/
staking
/
nominator
/
{account_id}
/
pools
cURL
curl --request GET \
  --url https://tonapi.io/v2/staking/nominator/{account_id}/pools
{
  "pools": [
    {
      "pool": "EQBI-wGVp_x0VFEjd7m9cEUD3tJ_bnxMSp0Tb9qz757ATEAM",
      "amount": 10050000000000,
      "pending_deposit": 500000000000,
      "pending_withdraw": 500000000000,
      "ready_withdraw": 500000000000
    }
  ]
}

Path Parameters

account_id
string<address>
required

account ID

Example:

"0:97264395BD65A255A429B11326C84128B7D70FFED7949ABAE3036D506BA38621"

Response

account's pools

pools
object[]
required