I’m currently working on governance-related tools, and we make use of historical DRep voting power to validate some onchain activity. I’m using Koios currently for that, but would be interested in providing a Blockfrost alternative. The kind of queries we would need would be something like:
- DRep voting power for a given epoch, for example
/governance/dreps/{id}/history returning active_epoch and amount like what /accounts/{addr}/history can do.
- Epochs total DRep voting power, including or not always-abstain and always-no-confidence amounts.
I’m currently working on governance-related tools, and we make use of historical DRep voting power to validate some onchain activity. I’m using Koios currently for that, but would be interested in providing a Blockfrost alternative. The kind of queries we would need would be something like:
/governance/dreps/{id}/historyreturningactive_epochandamountlike what/accounts/{addr}/historycan do.