isVip

post
/info

Request to check if a user is a VIP.

Body

Request to check if a user is a VIP.

typeundefined · enumRequired

Type of request.

Possible values:
userstring · min: 42 · max: 42Required

User address.

Pattern: ^0[xX][0-9a-fA-F]+$
Responses
200

Boolean indicating user's VIP status.

application/json
Responseany of

Boolean indicating user's VIP status.

boolean | nullableOptional
post
/info
POST /info HTTP/1.1
Host: api.hyperliquid.xyz
Content-Type: application/json
Accept: */*
Content-Length: 30

{
  "type": "isVip",
  "user": "text"
}
true

Last updated