txDetails
post
/info
Request transaction details by transaction hash.
Body
Request transaction details by transaction hash.
typeundefined · enumRequiredPossible values:
Type of request.
hashstring · min: 66 · max: 66RequiredPattern:
Transaction hash.
^0[xX][0-9a-fA-F]+$Responses
200
Response with 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: 34
{
"type": "txDetails",
"hash": "text"
}{
"type": "txDetails",
"tx": {
"action": {
"type": "text"
},
"block": 1,
"error": "text",
"hash": "text",
"time": 1,
"user": "text"
}
}Last updated