Returns the pool information for all derived assets.
OK
"BTC.BTC"
"Available"
6
"3197744873"
"13460619152985"
the depth of the derived virtual pool relative to L1 pool (in basis points)
"123456"
const response = await fetch('https://thor.nownodes.io/thorchain/dpools', { method: 'GET', headers: {}, }); const data = await response.json();
[ { "asset": "BTC.BTC", "status": "Available", "decimals": 6, "balance_asset": "3197744873", "balance_rune": "13460619152985", "derived_depth_bps": "123456" } ]