Getting pool information through cardano-cli or other tools

Hello everybody,

I am trying to retrieve some information using curl in adapools, the url that I am using is the following https://js.adapools.org/pools/69d93de6cef78d33979c03ca4aa3818b22176677be5654a0b72b654f/summary.json

The problem is that I am being blocked by CloudFlare, apparently CloudFlare blocks AWS hosts or just mine, go figure it… I want to know if I can get the same metrics using cardano-cli or a using a different tool, there is a few metrics that I want to add in my Grafana dashboard for example total_stake and number of delegators in the pool.

Thanks :slight_smile:

1 Like

blockfrost.io is what you want. Alternatively https://www.koios.rest/
not in grafana though

I’d also be interested in the remaining part of this question… i.e. how to get around, or at least challenge or report, the CloudFlare blocks on AdaPools & other sites. I’ve seen pages blacklisted by default in India even on professionally licensed IP addresses, but never had the problem long enough to make a stink about it.

If continued difficulty getting the JSON summaries I would report the problem here & maybe they can fine tune their CloudFlare settings: Telegram: Contact @adapools_ops

I tried different methods to download this json file, I build python scripts, selenium scripts and even using the curl command from my browser, but the behavior is the same I can get the file from my desktop, but in AWS I am being blocked.
Good advice, I will try contact Adapools and see if they can help with that.

1 Like

Awesome I really appreciate, I will take a look in both sites.