Returns the saver position given then savers pool and address.
"BTC.BTC"
"thor1zupk5lmc84r2dh738a9g3zscavannjy3nzplwt"
OK
"BNB.BNB"
"bnb1xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx"
82745
"0"
"0.02"
const response = await fetch('https://thor.nownodes.io/thorchain/pool/{asset}/saver/{address}', { 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" }