Get Status for an Address
API Reference
Network
- Type:
string
Required: Yes
Defaults to: mainnet
The network to look up against.
Type
- Type:
string
Enum:
Required: Yes
Specifies whether the request is for a validator or delegator.
Allowed:
Address
- Type:
string
Required: Yes
Defaults to: FQwewNXahV7MiZcLpY6p1xhUs2acVGQ3U5Xxc7FzV571
The address to look up rewards for.
Responses
200 OK
400 Bad Request
422 Validation Error
Example Usage
curl --request GET \
--url https://svc.blockdaemon.com/reporting/staking/v2/solana/mainnet/validator/status/FQwewNXahV7MiZcLpY6p1xhUs2acVGQ3U5Xxc7FzV571 \
--header 'X-API-Key: ••••' \
--header 'accept: application/json'
Supported Formats