Returns all savers for the savers pool.
"BTC.BTC"
OK
"BNB.BNB"
"bnb1xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx"
82745
"0"
"0.02"
const response = await fetch('https://thor.nownodes.io/thorchain/pool/{asset}/savers', { method: 'GET', headers: {}, }); const data = await response.json();
[ { "asset": "BNB.BNB", "asset_address": "bnb1xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx", "last_add_height": 82745, "last_withdraw_height": 82745, "units": "0", "asset_deposit_value": "0", "asset_redeem_value": "0", "growth_pct": "0.02" } ]