Skip to main content
POST
Create Delegate Request

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

network
enum<string>
required

Hyperliquid network:

  • `mainnet` — Hyperliquid mainnet.
  • `testnet` — Hyperliquid testnet.
Available options:
mainnet,
testnet

Body

application/json
amount
number<double>
required

Amount of tokens in HYPE to delegate.

Required range: 0.1 <= x <= 9007199254740991
Example:

10

delegatorAddress
string
required

Delegator address on the Hyperliquid network.

Example:

"0x80f0cd23da5bf3a0101110cfd0f89c8a69a1384e"

Response

OK

Standard API success response envelope wrapping the result payload.

error
object | null
required

Error object. Always null on successful responses.

result
object
required

Response payload containing the requested data.