Validator Deposits by Pubkey
Beacon Validators
Validator Deposits by Pubkey
Paginated list of deposits made to a validator by BLS pubkey.
Cost: 1 credit per call. Automatically refunded on 4xx/5xx responses.
Access: Requires portfolio entitlement.
Rate limit: 360 req/min (shared with portfolio bucket)
Get your API key: Dev Portal
GET
Validator Deposits by Pubkey
Documentation Index
Fetch the complete documentation index at: https://docs.octav.fi/llms.txt
Use this file to discover all available pages before exploring further.
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Path Parameters
48-byte BLS pubkey, hex-encoded with 0x prefix (96 hex characters). Case-insensitive.
Pattern:
^0x[a-fA-F0-9]{96}$Query Parameters
Pagination offset.
Number of records to return. Max 10.
Required range:
x <= 10