All pools where account participates
account ID
"0:97264395BD65A255A429B11326C84128B7D70FFED7949ABAE3036D506BA38621"
account's pools
const response = await fetch('https://ton-open-api.nownodes.io/v2/staking/nominator/{account_id}/pools', { method: 'GET', headers: {}, }); const data = await response.json();
{ "pools": [ { "pool": "EQBI-wGVp_x0VFEjd7m9cEUD3tJ_bnxMSp0Tb9qz757ATEAM", "amount": 10050000000000, "pending_deposit": 500000000000, "pending_withdraw": 500000000000, "ready_withdraw": 500000000000 } ] }