Skip to main content

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

Finality Provider Stake State

Using this endpoint, you can query the historical daily stake balance of a finality provider by their unique finality_provider identifier/s. This identifier can be their Babylon address, BTC public key, or BTC address. The data is aggregated by finality provider across all of their respective delegators.
GET
/
v1
/
babylon
/
finalityProviders
/
{finality_provider}
/
state

BTC Delegator Stake State

Using this endpoint, you can query the historical daily stake balance of a BTC delegator by their unique Babylon Genesis address. The results are per individual finality provider that the delegator has staked to.
GET
/
v1
/
babylon
/
btcDelegators
/
{delegator_address}
/
state