H

Hyperliquid Account Intelligence · Staking

by Hyperliquid Account Intelligence

GETBaseSolanaArbitrumPolygon

$0.01

per call · USD Coin on Base

A Hyperliquid account's HYPE staking summary (delegated/undelegated/pending), for any 0x address.

Endpoint

GET https://hyperliquid-accounts.use.x402atlas.com/staking

7

Calls / 30d

3

Unique payers / 30d

Sep 1

Last called

exact

Payment scheme

Call this service

TypeScript · @x402/fetch
import { wrapFetchWithPayment } from "@x402/fetch";
import { privateKeyToAccount } from "viem/accounts";

const account = privateKeyToAccount(process.env.PRIVATE_KEY);
const fetchWithPay = wrapFetchWithPayment(fetch, account);

const res = await fetchWithPay("https://hyperliquid-accounts.use.x402atlas.com/staking", {
  method: "GET",
});
const data = await res.json();
cURL
curl -X GET \
  "https://hyperliquid-accounts.use.x402atlas.com/staking?address=0x010461c14e146ac35fe42271bdc1134ee31c703a" \
  -H "X-PAYMENT: <signed x402 payment>"

Example response

{
  "address": "0x010461c14e146ac35fe42271bdc1134ee31c703a",
  "queried_at": "2026-07-10T12:00:00Z",
  "staking": {
    "delegated": "0.0",
    "totalPendingWithdrawal": "0.0",
    "undelegated": "0.0"
  }
}

Payment details

Pay to0xe79aa9d55170f7e1ac420266ec93a6c28c436de8
AssetUSD Coin · 0x833589fcd6edb6e08f4c7c32d4f71b54bda02913
NetworksBase, Solana, Arbitrum, Polygon
Schemesexact

Is this your API?

Pin it to the top of Onchain Data and the homepage with a featured placement.

Get featured →

More from Hyperliquid Account Intelligence & similar services