convertToMultiSigUser
post
/exchange
Convert a single-signature account to a multi-signature account or vice versa.
Body
Convert a single-signature account to a multi-signature account or vice versa.
nonceintegerRequired
Unique request identifier (current timestamp in ms).
Responses
200
Successful response without specific data or error response.
application/json
Responseany of
Successful response without specific data or error response.
or
422
Failed to deserialize the JSON body into the target type
text/plain
post
/exchangePOST /exchange HTTP/1.1
Host: api.hyperliquid.xyz
Content-Type: application/json
Accept: */*
Content-Length: 214
{
"action": {
"type": "convertToMultiSigUser",
"signatureChainId": "text",
"hyperliquidChain": "Mainnet",
"signers": {
"authorizedUsers": [
"text"
],
"threshold": 1
},
"nonce": 1
},
"nonce": 1,
"signature": {
"r": "text",
"s": "text",
"v": 27
}
}{
"status": "ok",
"response": {
"type": "default"
}
}Last updated