Home

Get delegations

POST
https://hype.nownodes.io/info

Authorizations

ApiKeyAuthApiKeyAuth

api-key string

NOWNodes API key passed in the api-key header.

Fetches a list of delegation objects for the given Ethereum wallet. Each object contains the delegator, the delegate, the delegated amount, and the time window during which the delegation is valid.

Body

application/json
typestringrequired

Operation type; must be exactly "delegations".

userstringrequired

Ethereum wallet address whose delegations you want to retrieve. Format: 0x‑prefixed hex string, 42 characters.

Response

200OK

Array of delegation objects (empty if none exist).