Get Stats for an address
Tip
The endpoint returns yield and reward data for an address across the last 30 and 90 days. For validators on networks that support delegations, the response also includes the yield for delegators staked to the validator. Note if an address is not currently monitored, it will return a 404 response. The first time an address is called, it will be calculated in the background and will eventually return a value. You can also preempt this by sending a PUT to add it to monitoring.
Monitored addresses are updated once a day and are based on UTC days only.
Network
Type: string
Required: true
Defaults to mainnet. The blockchain network to query (e.g., mainnet).
Address
Type: string
Required: true
The validator address to retrieve stats data for.
Responses
200
Description: OK
400
Description: Bad Request
422
Description: Validation Error
Example Request
curl --request GET \
--url https://svc.blockdaemon.com/reporting/staking/v2/ethereum/mainnet/validator/stats/address \
--header 'X-API-Key: ••••' \
--header 'accept: application/json'
Example Responses
- application/json
200400422