Get delegations
POST
Authorizations
ApiKeyAuthApiKeyAuthapi-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
typestringrequiredOperation type; must be exactly "delegations".
userstringrequiredEthereum 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).