userDetails
post
/info
Request array of user transaction details.
Body
Request array of user transaction details.
typeundefined · enumRequiredPossible values:
Type of request.
userstring · min: 42 · max: 42RequiredPattern:
User address.
^0[xX][0-9a-fA-F]+$Responses
200
Response array of user transaction details.
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: 36
{
"type": "userDetails",
"user": "text"
}{
"type": "userDetails",
"txs": [
{
"action": {
"type": "text"
},
"block": 1,
"error": "text",
"hash": "text",
"time": 1,
"user": "text"
}
]
}Last updated