Undelegate HYPE tokens from Hyperbeat validator
Undelegate HYPE tokens from P2P validator to stop earning staking rewards
Authorizations
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Path parameters
networkstring · enumRequiredExample:
The Hyperliquid network to use
mainnetPossible values: Body
amountnumber · min: 0.1 · max: 9007199254740991RequiredExample:
HYPE amount to undelegate
10delegatorAddressstringRequiredExample:
Delegator Hyperliquid address
0x80f0cd23da5bf3a0101110cfd0f89c8a69a1384eResponses
200
OK
application/json
400
Bad request
application/json
401
Unauthorized
application/json
500
Internal server error
application/json
post
/api/v1/hyperliquid/{network}/staking/undelegatePOST /api/v1/hyperliquid/{network}/staking/undelegate HTTP/1.1
Host: api.p2p.org
Authorization: Bearer YOUR_SECRET_TOKEN
Content-Type: application/json
Accept: */*
Content-Length: 77
{
"amount": 10,
"delegatorAddress": "0x80f0cd23da5bf3a0101110cfd0f89c8a69a1384e"
}{
"result": {},
"error": {}
}PreviousDelegate HYPE tokens to Hyperbeat validatorNextWithdraw undelegated HYPE tokens to SPOT balance
Last updated