Withdraw undelegated HYPE tokens to SPOT balance

Withdraw undelegated HYPE tokens to SPOT balance

post

Withdraw accumulated staking rewards from delegated HYPE tokens

Authorizations
Path parameters
networkstring · enumRequired

The Hyperliquid network to use

Example: mainnetPossible values:
Body
amountnumber · min: 0.1 · max: 9007199254740991Required

HYPE amount to withdraw

Example: 10
delegatorAddressstringRequired

Delegator Hyperliquid address

Example: 0x80f0cd23da5bf3a0101110cfd0f89c8a69a1384e
Responses
200

OK

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": {}
}

Last updated