Get pool reserves via REST API
Fetch all HTS token balances for a pool via Mirror Node’s REST API.Code overview
- REST API
Get pool reserves via JSON RPC
Fetch all HTS token balances for a pool using the getReserves() solidity function via Mirror Node’s JSON RPC Relay. Function name:getReserves
No gas cost — read-only call.
Code overview
- JSON RPC
Next steps
Track pool updates (V1)
Follow reserve changes in near real time.
Fetch all pools (V1)
List every V1 pool with reserves included.