Skip to main content

Validator Rewards

Using this endpoint, you can query the historical daily rewards of a validator by their unique validator_address.
GET
/
v1
/
babylon
/
validators
/
{validator_address}
/
rewards

Delegator Rewards

Using this endpoint, you can query the historical daily rewards of a delegator by their unique delegator_address.
GET
/
v1
/
babylon
/
delegators
/
{delegator_address}
/
rewards

Network Rewards

Using this endpoint, you can query the total historical daily rewards at the network-level for the specific day. This is based on the validator and delegator rewards.
GET
/
v1
/
babylon
/
network
/
rewards

Finality Provider Rewards

Using this endpoint, you can query the historical daily rewards of a finality provider by their unique finality_provider identifier/s. This identifier can be their Babylon address, BTC public key, or BTC address.
GET
/
v1
/
babylon
/
finalityProviders
/
{finality_provider}
/
rewards

BTC Delegator Rewards

Using this endpoint, you can query the historical daily rewards of a finality provider delegator by their unique delegator_address, which is based on their address in the Babylon Genesis chain.
GET
/
v1
/
babylon
/
btcDelegators
/
{delegator_address}
/
rewards
I