---
title: "Get Hyperliquid staking information for delegator"
method: GET
path: "/api/v1/hyperliquid/{network}/staking/info"
tags: ["Hyperliquid"]
---

# Get Hyperliquid staking information for delegator

`GET /api/v1/hyperliquid/{network}/staking/info`

Retrieve detailed staking information including spot balance, stake balance, delegations, and pending withdrawals for a given delegator address

## Path parameters

- `network` 'mainnet' | 'testnet', required

## Request body

- HyperLiquidStakingInfoRequestDto
  - `delegatorAddress` string, required — Delegator Hyperliquid address

## Response `200`

OK

- SuccessResponse
  - `error` object, nullable, required
  - `result` object, required

## Other responses

- `400` — Bad request
- `401` — Unauthorized
- `500` — Internal server error

---

[API](https://skmtc.dev/hyperbeat/apis/staking-api.md) · [All operations](https://skmtc.dev/hyperbeat/apis/staking-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/hyperbeat/staking-api/revisions/0eead9dc3168/schema)
