Withdraw undelegated HYPE tokens to SPOT balance
Withdraw accumulated staking rewards from delegated HYPE tokens
Authorizations
Path parameters
networkstring · enumRequiredExample:
The Hyperliquid network to use
mainnet
Possible values: Body
amountnumber · min: 0.1 · max: 9007199254740991RequiredExample:
HYPE amount to withdraw
10
delegatorAddressstringRequiredExample:
Delegator Hyperliquid address
0x80f0cd23da5bf3a0101110cfd0f89c8a69a1384e
Responses
200
OK
application/json
400
Bad request
application/json
401
Unauthorized
application/json
500
Internal server error
application/json
post
POST /api/v1/hyperliquid/{network}/staking/withdraw HTTP/1.1
Host: api.p2p.org
Authorization: Bearer JWT
Content-Type: application/json
Accept: */*
Content-Length: 77
{
"amount": 10,
"delegatorAddress": "0x80f0cd23da5bf3a0101110cfd0f89c8a69a1384e"
}
{
"result": {},
"error": {}
}
PreviousUndelegate HYPE tokens from Hyperbeat validatorNextGet Hyperliquid staking information for delegator
Last updated