userToMultiSigSigners
post
/info
Request multi-sig signers for a user.
Body
Request multi-sig signers for a user.
typeundefined · enumRequiredPossible values:
Type of request.
userstring · min: 42 · max: 42RequiredPattern:
User address.
^0[xX][0-9a-fA-F]+$Responses
200
Multi-sig signers for a user or null if the user does not have any multi-sig signers.
application/json
Responseany of
Multi-sig signers for a user or null if the user does not have any multi-sig signers.
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: 46
{
"type": "userToMultiSigSigners",
"user": "text"
}{
"authorizedUsers": [
"text"
],
"threshold": 1
}Last updated