userFunding
post
/info
Request array of user funding ledger updates.
Body
Request array of user 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 funding ledger updates.
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: 62
{
"type": "userFunding",
"user": "text",
"startTime": 1,
"endTime": 1
}[
{
"time": 1,
"hash": "text",
"delta": {
"type": "funding",
"coin": "text",
"usdc": "text",
"szi": "text",
"fundingRate": "text",
"nSamples": 1
}
}
]Last updated