userNonFundingLedgerUpdates
post
/info
Request user non-funding ledger updates.
Body
Request user non-funding ledger updates.
typeundefined · enumRequiredPossible values:
Type of request.
userstring · min: 42 · max: 42RequiredPattern:
User address.
^0[xX][0-9a-fA-F]+$startTimeintegerRequired
Start time (in ms since epoch).
endTimeany ofOptional
End time (in ms since epoch).
integer | nullableOptional
Responses
200
Array of user's non-funding ledger update.
application/json
422
Failed to deserialize the JSON body into the target type
text/plain
500
Internal Server Error
application/json
post
/infoPOST /info HTTP/1.1
Host: api.hyperliquid.xyz
Content-Type: application/json
Accept: */*
Content-Length: 78
{
"type": "userNonFundingLedgerUpdates",
"user": "text",
"startTime": 1,
"endTime": 1
}[
{
"time": 1,
"hash": "text",
"delta": {
"type": "accountClassTransfer",
"usdc": "text",
"toPerp": true
}
}
]Last updated