preTransferCheck
post
/info
Request user existence check before transfer.
Body
Request user existence check before transfer.
typeundefined · enumRequiredPossible values:
Type of request.
userstring · min: 42 · max: 42RequiredPattern:
User address.
^0[xX][0-9a-fA-F]+$sourcestring · min: 42 · max: 42RequiredPattern:
Source address.
^0[xX][0-9a-fA-F]+$Responses
200
Pre-transfer user existence check result.
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: 57
{
"type": "preTransferCheck",
"user": "text",
"source": "text"
}{
"fee": "text",
"isSanctioned": true,
"userExists": true,
"userHasSentTx": true
}Last updated