Pools

get

All pools where account participates

Path parameters
account_idstringRequired

account ID

Example: 0:97264395BD65A255A429B11326C84128B7D70FFED7949ABAE3036D506BA38621
Responses
200
account's pools
application/json
get
GET /v2/staking/nominator/{account_id}/pools HTTP/1.1
Host: ton-open-api.nownodes.io
Accept: */*
{
  "pools": [
    {
      "pool": "EQBI-wGVp_x0VFEjd7m9cEUD3tJ_bnxMSp0Tb9qz757ATEAM",
      "amount": 10050000000000,
      "pending_deposit": 500000000000,
      "pending_withdraw": 500000000000,
      "ready_withdraw": 500000000000
    }
  ]
}