Get a Stream of Statuses
Network
The network to look up against.
- Defaults to mainnet
Type
- string
Required
- Specifies whether the request is for a validator or delegator.
Validator/Delegator
Allowed:
validatordelegator
Accept
- string
- enum
- Defaults to application/json
Generated from available response content types:
- Allowed:
application/jsonapplication/x-ndjson
Response Codes
200OK400Bad Request422Validation Error
Example Request
curl --request POST \
--url https://svc.blockdaemon.com/reporting/staking/v2/solana/mainnet/validator/status \
--header 'X-API-Key: ••••' \
--header 'accept: application/json' \
--header 'content-type: application/json' \
--data '[\
"FQwewNXahV7MiZcLpY6p1xhUs2acVGQ3U5Xxc7FzV571"\
]'
Example Content Types
application/x-ndjsonapplication/json
Updated
- Updated 2 months ago.