delegatorHistory

post
/info

Request user staking history.

Body

Request user staking history.

typeundefined · enumRequired

Type of request.

Possible values:
userstring · min: 42 · max: 42Required

User address.

Pattern: ^0[xX][0-9a-fA-F]+$
Responses
200

Array of records of staking events by a delegator.

application/json
post
/info
POST /info HTTP/1.1
Host: api.hyperliquid.xyz
Content-Type: application/json
Accept: */*
Content-Length: 41

{
  "type": "delegatorHistory",
  "user": "text"
}
[
  {
    "time": 1,
    "hash": "text",
    "delta": {
      "delegate": {
        "validator": "text",
        "amount": "text",
        "isUndelegate": true
      }
    }
  }
]

Last updated