Validator Stake State

Using this endpoint, you can query the historical daily stake balance of a validator by their unique validator_address. The data is aggregated by validator across all of their respective delegators.

GET
/
v1
/
babylon
/
validators
/
{validator_address}
/
state

Delegator Stake State

Using this endpoint, you can query the historical daily stake balance of a delegator by their unique address. The results are per individual validator that the delegator has staked to.

GET
/
v1
/
babylon
/
delegators
/
{delegator_address}
/
state