我如何获得 Zenon 网络上所有支柱的统计数据?

How do I get the stats of all the pillars on the Zenon Network?

有没有一种简单的方法可以获取 Zenon 网络上所有支柱的统计信息?

可以在命令行使用curl,访问方法:embedded.pillar.getAll (https://testnet.znn.space/#!api.md)

我将输出传递给命令 jq,以便于阅读。

curl -X POST http://127.0.0.1:35997 -H 'Content-Type: application/json' -d '{"jsonrpc": "2.0", "id": 20, "method": "embedded.pillar.getAll","params": [0, 299]}' | jq

这将为您提供以下输出: