Pool history
account ID
"0:97264395BD65A255A429B11326C84128B7D70FFED7949ABAE3036D506BA38621"
pool history
const response = await fetch('https://ton-open-api.nownodes.io/v2/staking/pool/{account_id}/history', { method: 'GET', headers: {}, }); const data = await response.json();
{ "apy": [ { "apy": 0, "time": 0 } ] }