legalCheck

post
/info

Request legal verification status of a user.

Body

Request legal verification status of a user.

typeundefined · enumRequired

Type of request.

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

User address.

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

Legal verification status for a user.

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

{
  "type": "legalCheck",
  "user": "text"
}
{
  "ipAllowed": true,
  "acceptedTerms": true,
  "userAllowed": true
}

Last updated