A service to get a sorted registered DAOs total holdings (ETH + erc20) array in USD via APIs
The service returns total balance and formatted total balance for each DAO
The endpoint accepts 4 parameters:
- version: Alchemy version (
v1
orv2
) - network:
http_main
for example. - from (optional): start selection index
- to (optional): end selection index (excluding)
By default, the DAOs are sorted in descending balance order.
git clone https://github.com/daostack/daos-balances.git && cd daos-balances
npm install
npm start
The service runs on port 3001