Skip to main content

Documentation Index

Fetch the complete documentation index at: https://hypernode-docs.polynode.dev/llms.txt

Use this file to discover all available pages before exploring further.

Endpoint

GET /v2/user/delegations?address={wallet}

Response

[
  {
    "validator": "0x1234...",
    "amount": "5000.0",
    "lockedUntil": null
  }
]
Empty array [] if the wallet has no active delegations.
FieldTypeDescription
validatorstringValidator address receiving the delegation
amountstringAmount of HYPE delegated
lockedUntilnumber|nullLock expiry timestamp, null if unlocked

Example

curl -H "x-api-key: YOUR_KEY" "https://hyper.polynode.dev/v2/user/delegations?address=0x..."