vaultModify
post
/exchange
Modify a vault's configuration.
Body
Modify a vault's configuration.
nonceintegerRequired
Unique request identifier (current timestamp in ms).
expiresAfterintegerOptional
Expiration time of the action.
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: 175
{
"action": {
"type": "vaultModify",
"vaultAddress": "text",
"allowDeposits": true,
"alwaysCloseOnWithdraw": true
},
"nonce": 1,
"signature": {
"r": "text",
"s": "text",
"v": 27
},
"expiresAfter": 1
}{
"status": "ok",
"response": {
"type": "default"
}
}Last updated