Paid API returning a Hyperliquid account's trading state for any 0x address: perpetuals positions and margin, spot balances, HYPE staking, open orders, recent fills, portfolio history and fee tier. Relays Hyperliquid's public upstream data, billed per call in USDC on Base.
Pay from $0.01 per request in USDC on Base / Solana, settled onchain via the x402 protocol, no signup, no API key needed.
ASSESSMENT
updated 5h agoEvidence-backed signals, not a single score. Click any chip for the proof. Measured values stay read-only; unknown is honest.
reliability 100%
- uptime 24h
- 100%
- uptime 7d
- 100%
- uptime 30d
- 100%
- uptime 90d
- 100%
- response p95
- 232ms
- avg response
- 172ms
- total checks
- 47
compliance A (11/11)
11 of 11 x402 conformance checks pass. Full checklist below.
price $0.01 (p49 in Finance)
- price (min)
- $0.01
- category percentile (min)
- p49 in Finance
- endpoints / prices
- 7 / 1
- model
- flat
- stability
- 100%
risk clean
No deterministic risk flag. Risk fires only on an exact blocklist match, or a reserved-brand name with a mismatched verified payTo. Never from low uptime, a high price, or a model guess.
traction $0.03 30d · 0 buyers
- volume 30d
- $0.03
- buyers 30d
- 0
- settlements 30d
- 3
- last settlement
- 2026-07-20
- top buyer share
- 60% of 30d volume
- trend 7d vs 30d
- 3.13x the 30d daily rate
- networks
- eip155:8453, solana:5eykt4UsFv8P8NJdTREpY1vzqKqZKvdpKuc147dw2N9d
Attributed pro-quota: this payout address is shared, so volume and buyers are the operator-level figure divided by the services sharing it. A declared convention, not an individually observed measure, and still a conservative undercount.
Top buyer share is a concentration signal, not part of the ranking score.
WHAT IT DOES
ai-derivedProvides account intelligence data for Hyperliquid users including fees, fills, open orders, portfolio, spot prices, staking, and account state.
- category
- crypto-trading
- in
- query params
- auth
- api key
AI-generated summary. The measured data is never altered by it.
ENDPOINTS
| METHOD | PATH | DESCRIPTION | PRICE | NETWORK | ASSET |
|---|---|---|---|---|---|
| GET | /fees | $0.01 | Base/Solana | USDC | |
| GET | /fills | $0.01 | Base/Solana | USDC | |
| GET | /open-orders | $0.01 | Base/Solana | USDC | |
| GET | /portfolio | $0.01 | Base/Solana | USDC | |
| GET | /spot | $0.01 | Base/Solana | USDC | |
| GET | /staking | $0.01 | Base/Solana | USDC | |
| GET | /state | $0.01 | Base/Solana | USDC |
REQUEST / RESPONSE EXAMPLE
An unpaid request to GET /fees returns HTTP 402 with the payment terms. Settle onchain via your facilitator, then retry with the X-Payment header.
curl -i 'https://hyperliquid-accounts.use.x402atlas.com/fees'
// 402 response (captured by monitor) · 7 payloads · click to expand
[
{
"error": "Payment required",
"accepts": [
{
"asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
"extra": {
"name": "USD Coin",
"tier": "standard",
"version": "2",
"merchant": "x402Atlas"
},
"payTo": "0xE79Aa9d55170f7E1AC420266ec93A6c28c436de8",
"amount": "10000",
"scheme": "exact",
"network": "eip155:8453",
"maxTimeoutSeconds": 300
},
{
"asset": "EPjFWdd5AufqSSqeM2qN1xzybapC8G4wEGGkZwyTDt1v",
"extra": {
"tier": "standard",
"feePayer": "BFK9TLC3edb13K6v4YyH3DwPb5DSUpkWvb7XnqCL9b4F",
"merchant": "x402Atlas"
},
"payTo": "ASt6xvRyQ7ntERsmcYVMdLqZvz1GEN8Fzexzq62tXrNQ",
"amount": "10000",
"scheme": "exact",
"network": "solana:5eykt4UsFv8P8NJdTREpY1vzqKqZKvdp",
"maxTimeoutSeconds": 300
}
],
"resource": {
"url": "https://hyperliquid-accounts.use.x402atlas.com/open-orders",
"mimeType": "application/json",
"description": "A Hyperliquid account's resting open orders with frontend metadata, for any 0x address.",
"serviceName": "Hyperliquid Account Intelligence"
},
"extensions": {
"bazaar": {
"info": {
"input": {
"type": "http",
"method": "GET",
"queryParams": {
"address": "0x010461c14e146ac35fe42271bdc1134ee31c703a"
}
},
"output": {
"type": "json",
"example": {
"count": 0,
"orders": [],
"address": "0x010461c14e146ac35fe42271bdc1134ee31c703a",
"queried_at": "2026-07-10T12:00:00Z"
}
}
},
"tags": [
"hyperliquid",
"crypto",
"account",
"orders",
"open-orders",
"wallet",
"trading"
],
"schema": {
"type": "object",
"$schema": "https://json-schema.org/draft/2020-12/schema",
"required": [
"input"
],
"properties": {
"input": {
"type": "object",
"required": [
"type",
"method"
],
"properties": {
"type": {
"type": "string",
"const": "http"
},
"method": {
"enum": [
"GET"
],
"type": "string"
},
"queryParams": {
"type": "object",
"required": [
"address"
],
"properties": {
"address": {
"type": "string",
"pattern": "^0x[0-9a-fA-F]{40}$",
"description": "0x-prefixed 20-byte Hyperliquid account address"
}
}
}
},
"additionalProperties": false
},
"output": {
"type": "object",
"required": [
"type"
],
"properties": {
"type": {
"type": "string"
},
"example": {
"type": "object",
"required": [
"queried_at",
"address",
"count",
"orders"
],
"properties": {
"count": {
"type": "integer",
"minimum": 0,
"description": "Number of open orders returned"
},
"orders": {
"type": "array",
"items": {
"type": "object"
},
"description": "Upstream Hyperliquid frontendOpenOrders array relayed verbatim — coin, side, limit price, size, order type, trigger, timestamp per order"
},
"address": {
"type": "string",
"description": "Lower-cased account address queried"
},
"queried_at": {
"type": "string",
"format": "date-time",
"description": "Time the upstream was queried"
}
}
}
}
}
}
},
"category": "finance",
"routeTemplate": ":var1"
}
},
"x402Version": 2
},
{
"error": "Payment required",
"accepts": [
{
"asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
"extra": {
"name": "USD Coin",
"tier": "standard",
"version": "2",
"merchant": "x402Atlas"
},
"payTo": "0xE79Aa9d55170f7E1AC420266ec93A6c28c436de8",
"amount": "10000",
"scheme": "exact",
"network": "eip155:8453",
"maxTimeoutSeconds": 300
},
{
"asset": "EPjFWdd5AufqSSqeM2qN1xzybapC8G4wEGGkZwyTDt1v",
"extra": {
"tier": "standard",
"feePayer": "BFK9TLC3edb13K6v4YyH3DwPb5DSUpkWvb7XnqCL9b4F",
"merchant": "x402Atlas"
},
"payTo": "ASt6xvRyQ7ntERsmcYVMdLqZvz1GEN8Fzexzq62tXrNQ",
"amount": "10000",
"scheme": "exact",
"network": "solana:5eykt4UsFv8P8NJdTREpY1vzqKqZKvdp",
"maxTimeoutSeconds": 300
}
],
"resource": {
"url": "https://hyperliquid-accounts.use.x402atlas.com/fills",
"mimeType": "application/json",
"description": "A Hyperliquid account's recent trade fills (up to 2000) with price, size, fee and closed PnL, for any 0x address.",
"serviceName": "Hyperliquid Account Intelligence"
},
"extensions": {
"bazaar": {
"info": {
"input": {
"type": "http",
"method": "GET",
"queryParams": {
"address": "0x010461c14e146ac35fe42271bdc1134ee31c703a"
}
},
"output": {
"type": "json",
"example": {
"count": 0,
"fills": [],
"address": "0x010461c14e146ac35fe42271bdc1134ee31c703a",
"queried_at": "2026-07-10T12:00:00Z"
}
}
},
"tags": [
"hyperliquid",
"crypto",
"account",
"fills",
"trades",
"pnl",
"wallet",
"history"
],
"schema": {
"type": "object",
"$schema": "https://json-schema.org/draft/2020-12/schema",
"required": [
"input"
],
"properties": {
"input": {
"type": "object",
"required": [
"type",
"method"
],
"properties": {
"type": {
"type": "string",
"const": "http"
},
"method": {
"enum": [
"GET"
],
"type": "string"
},
"queryParams": {
"type": "object",
"required": [
"address"
],
"properties": {
"address": {
"type": "string",
"pattern": "^0x[0-9a-fA-F]{40}$",
"description": "0x-prefixed 20-byte Hyperliquid account address"
}
}
}
},
"additionalProperties": false
},
"output": {
"type": "object",
"required": [
"type"
],
"properties": {
"type": {
"type": "string"
},
"example": {
"type": "object",
"required": [
"queried_at",
"address",
"count",
"fills"
],
"properties": {
"count": {
"type": "integer",
"minimum": 0,
"description": "Number of fills returned"
},
"fills": {
"type": "array",
"items": {
"type": "object"
},
"description": "Upstream Hyperliquid userFills array relayed verbatim (up to 2000 most recent) — coin, side, price, size, fee, closed PnL, direction and timestamp per fill"
},
"address": {
"type": "string",
"description": "Lower-cased account address queried"
},
"queried_at": {
"type": "string",
"format": "date-time",
"description": "Time the upstream was queried"
}
}
}
}
}
}
},
"category": "finance",
"routeTemplate": ":var1"
}
},
"x402Version": 2
},
{
"error": "Payment required",
"accepts": [
{
"asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
"extra": {
"name": "USD Coin",
"tier": "standard",
"version": "2",
"merchant": "x402Atlas"
},
"payTo": "0xE79Aa9d55170f7E1AC420266ec93A6c28c436de8",
"amount": "10000",
"scheme": "exact",
"network": "eip155:8453",
"maxTimeoutSeconds": 300
},
{
"asset": "EPjFWdd5AufqSSqeM2qN1xzybapC8G4wEGGkZwyTDt1v",
"extra": {
"tier": "standard",
"feePayer": "BFK9TLC3edb13K6v4YyH3DwPb5DSUpkWvb7XnqCL9b4F",
"merchant": "x402Atlas"
},
"payTo": "ASt6xvRyQ7ntERsmcYVMdLqZvz1GEN8Fzexzq62tXrNQ",
"amount": "10000",
"scheme": "exact",
"network": "solana:5eykt4UsFv8P8NJdTREpY1vzqKqZKvdp",
"maxTimeoutSeconds": 300
}
],
"resource": {
"url": "https://hyperliquid-accounts.use.x402atlas.com/fees",
"mimeType": "application/json",
"description": "A Hyperliquid account's fee schedule and trailing volume, for any 0x address.",
"serviceName": "Hyperliquid Account Intelligence"
},
"extensions": {
"bazaar": {
"info": {
"input": {
"type": "http",
"method": "GET",
"queryParams": {
"address": "0x010461c14e146ac35fe42271bdc1134ee31c703a"
}
},
"output": {
"type": "json",
"example": {
"fees": {
"userAddRate": "0.0001",
"userCrossRate": "0.00035"
},
"address": "0x010461c14e146ac35fe42271bdc1134ee31c703a",
"queried_at": "2026-07-10T12:00:00Z"
}
}
},
"tags": [
"hyperliquid",
"crypto",
"account",
"fees",
"volume",
"wallet",
"trading"
],
"schema": {
"type": "object",
"$schema": "https://json-schema.org/draft/2020-12/schema",
"required": [
"input"
],
"properties": {
"input": {
"type": "object",
"required": [
"type",
"method"
],
"properties": {
"type": {
"type": "string",
"const": "http"
},
"method": {
"enum": [
"GET"
],
"type": "string"
},
"queryParams": {
"type": "object",
"required": [
"address"
],
"properties": {
"address": {
"type": "string",
"pattern": "^0x[0-9a-fA-F]{40}$",
"description": "0x-prefixed 20-byte Hyperliquid account address"
}
}
}
},
"additionalProperties": false
},
"output": {
"type": "object",
"required": [
"type"
],
"properties": {
"type": {
"type": "string"
},
"example": {
"type": "object",
"required": [
"queried_at",
"address",
"fees"
],
"properties": {
"fees": {
"type": "object",
"description": "Upstream Hyperliquid userFees object relayed verbatim — maker/taker rates, referral/staking discounts, trailing 14-day volume"
},
"address": {
"type": "string",
"description": "Lower-cased account address queried"
},
"queried_at": {
"type": "string",
"format": "date-time",
"description": "Time the upstream was queried"
}
}
}
}
}
}
},
"category": "finance",
"routeTemplate": ":var1"
}
},
"x402Version": 2
},
{
"error": "Payment required",
"accepts": [
{
"asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
"extra": {
"name": "USD Coin",
"tier": "standard",
"version": "2",
"merchant": "x402Atlas"
},
"payTo": "0xE79Aa9d55170f7E1AC420266ec93A6c28c436de8",
"amount": "10000",
"scheme": "exact",
"network": "eip155:8453",
"maxTimeoutSeconds": 300
},
{
"asset": "EPjFWdd5AufqSSqeM2qN1xzybapC8G4wEGGkZwyTDt1v",
"extra": {
"tier": "standard",
"feePayer": "BFK9TLC3edb13K6v4YyH3DwPb5DSUpkWvb7XnqCL9b4F",
"merchant": "x402Atlas"
},
"payTo": "ASt6xvRyQ7ntERsmcYVMdLqZvz1GEN8Fzexzq62tXrNQ",
"amount": "10000",
"scheme": "exact",
"network": "solana:5eykt4UsFv8P8NJdTREpY1vzqKqZKvdp",
"maxTimeoutSeconds": 300
}
],
"resource": {
"url": "https://hyperliquid-accounts.use.x402atlas.com/state",
"mimeType": "application/json",
"description": "A Hyperliquid account's perpetuals state — open positions, margin summary and withdrawable balance, for any 0x address.",
"serviceName": "Hyperliquid Account Intelligence"
},
"extensions": {
"bazaar": {
"info": {
"input": {
"type": "http",
"method": "GET",
"queryParams": {
"address": "0x010461c14e146ac35fe42271bdc1134ee31c703a"
}
},
"output": {
"type": "json",
"example": {
"state": {
"marginSummary": {
"accountValue": "1000.0"
},
"assetPositions": []
},
"address": "0x010461c14e146ac35fe42271bdc1134ee31c703a",
"queried_at": "2026-07-10T12:00:00Z"
}
}
},
"tags": [
"hyperliquid",
"crypto",
"account",
"positions",
"margin",
"pnl",
"wallet",
"perps"
],
"schema": {
"type": "object",
"$schema": "https://json-schema.org/draft/2020-12/schema",
"required": [
"input"
],
"properties": {
"input": {
"type": "object",
"required": [
"type",
"method"
],
"properties": {
"type": {
"type": "string",
"const": "http"
},
"method": {
"enum": [
"GET"
],
"type": "string"
},
"queryParams": {
"type": "object",
"required": [
"address"
],
"properties": {
"address": {
"type": "string",
"pattern": "^0x[0-9a-fA-F]{40}$",
"description": "0x-prefixed 20-byte Hyperliquid account address"
}
}
}
},
"additionalProperties": false
},
"output": {
"type": "object",
"required": [
"type"
],
"properties": {
"type": {
"type": "string"
},
"example": {
"type": "object",
"required": [
"queried_at",
"address",
"state"
],
"properties": {
"state": {
"type": "object",
"description": "Upstream Hyperliquid clearinghouseState object relayed verbatim — open positions (size, entry, unrealized PnL, leverage, liquidation price), cross-margin summary (account value, total margin used, total notional), and withdrawable balance"
},
"address": {
"type": "string",
"description": "Lower-cased account address queried"
},
"queried_at": {
"type": "string",
"format": "date-time",
"description": "Time the upstream was queried"
}
}
}
}
}
}
},
"category": "finance",
"routeTemplate": ":var1"
}
},
"x402Version": 2
},
{
"error": "Payment required",
"accepts": [
{
"asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
"extra": {
"name": "USD Coin",
"tier": "standard",
"version": "2",
"merchant": "x402Atlas"
},
"payTo": "0xE79Aa9d55170f7E1AC420266ec93A6c28c436de8",
"amount": "10000",
"scheme": "exact",
"network": "eip155:8453",
"maxTimeoutSeconds": 300
},
{
"asset": "EPjFWdd5AufqSSqeM2qN1xzybapC8G4wEGGkZwyTDt1v",
"extra": {
"tier": "standard",
"feePayer": "BFK9TLC3edb13K6v4YyH3DwPb5DSUpkWvb7XnqCL9b4F",
"merchant": "x402Atlas"
},
"payTo": "ASt6xvRyQ7ntERsmcYVMdLqZvz1GEN8Fzexzq62tXrNQ",
"amount": "10000",
"scheme": "exact",
"network": "solana:5eykt4UsFv8P8NJdTREpY1vzqKqZKvdp",
"maxTimeoutSeconds": 300
}
],
"resource": {
"url": "https://hyperliquid-accounts.use.x402atlas.com/staking",
"mimeType": "application/json",
"description": "A Hyperliquid account's HYPE staking summary (delegated/undelegated/pending), for any 0x address.",
"serviceName": "Hyperliquid Account Intelligence"
},
"extensions": {
"bazaar": {
"info": {
"input": {
"type": "http",
"method": "GET",
"queryParams": {
"address": "0x010461c14e146ac35fe42271bdc1134ee31c703a"
}
},
"output": {
"type": "json",
"example": {
"address": "0x010461c14e146ac35fe42271bdc1134ee31c703a",
"staking": {
"delegated": "0.0",
"undelegated": "0.0",
"totalPendingWithdrawal": "0.0"
},
"queried_at": "2026-07-10T12:00:00Z"
}
}
},
"tags": [
"hyperliquid",
"crypto",
"account",
"staking",
"hype",
"delegation",
"wallet"
],
"schema": {
"type": "object",
"$schema": "https://json-schema.org/draft/2020-12/schema",
"required": [
"input"
],
"properties": {
"input": {
"type": "object",
"required": [
"type",
"method"
],
"properties": {
"type": {
"type": "string",
"const": "http"
},
"method": {
"enum": [
"GET"
],
"type": "string"
},
"queryParams": {
"type": "object",
"required": [
"address"
],
"properties": {
"address": {
"type": "string",
"pattern": "^0x[0-9a-fA-F]{40}$",
"description": "0x-prefixed 20-byte Hyperliquid account address"
}
}
}
},
"additionalProperties": false
},
"output": {
"type": "object",
"required": [
"type"
],
"properties": {
"type": {
"type": "string"
},
"example": {
"type": "object",
"required": [
"queried_at",
"address",
"staking"
],
"properties": {
"address": {
"type": "string",
"description": "Lower-cased account address queried"
},
"staking": {
"type": "object",
"description": "Upstream Hyperliquid delegatorSummary object relayed verbatim — total delegated, undelegated and pending-withdrawal HYPE amounts across validators"
},
"queried_at": {
"type": "string",
"format": "date-time",
"description": "Time the upstream was queried"
}
}
}
}
}
}
},
"category": "finance",
"routeTemplate": ":var1"
}
},
"x402Version": 2
},
{
"error": "Payment required",
"accepts": [
{
"asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
"extra": {
"name": "USD Coin",
"tier": "standard",
"version": "2",
"merchant": "x402Atlas"
},
"payTo": "0xE79Aa9d55170f7E1AC420266ec93A6c28c436de8",
"amount": "10000",
"scheme": "exact",
"network": "eip155:8453",
"maxTimeoutSeconds": 300
},
{
"asset": "EPjFWdd5AufqSSqeM2qN1xzybapC8G4wEGGkZwyTDt1v",
"extra": {
"tier": "standard",
"feePayer": "BFK9TLC3edb13K6v4YyH3DwPb5DSUpkWvb7XnqCL9b4F",
"merchant": "x402Atlas"
},
"payTo": "ASt6xvRyQ7ntERsmcYVMdLqZvz1GEN8Fzexzq62tXrNQ",
"amount": "10000",
"scheme": "exact",
"network": "solana:5eykt4UsFv8P8NJdTREpY1vzqKqZKvdp",
"maxTimeoutSeconds": 300
}
],
"resource": {
"url": "https://hyperliquid-accounts.use.x402atlas.com/spot",
"mimeType": "application/json",
"description": "A Hyperliquid account's spot token balances, for any 0x address.",
"serviceName": "Hyperliquid Account Intelligence"
},
"extensions": {
"bazaar": {
"info": {
"input": {
"type": "http",
"method": "GET",
"queryParams": {
"address": "0x010461c14e146ac35fe42271bdc1134ee31c703a"
}
},
"output": {
"type": "json",
"example": {
"state": {
"balances": []
},
"address": "0x010461c14e146ac35fe42271bdc1134ee31c703a",
"queried_at": "2026-07-10T12:00:00Z"
}
}
},
"tags": [
"hyperliquid",
"crypto",
"account",
"spot",
"balances",
"wallet",
"token"
],
"schema": {
"type": "object",
"$schema": "https://json-schema.org/draft/2020-12/schema",
"required": [
"input"
],
"properties": {
"input": {
"type": "object",
"required": [
"type",
"method"
],
"properties": {
"type": {
"type": "string",
"const": "http"
},
"method": {
"enum": [
"GET"
],
"type": "string"
},
"queryParams": {
"type": "object",
"required": [
"address"
],
"properties": {
"address": {
"type": "string",
"pattern": "^0x[0-9a-fA-F]{40}$",
"description": "0x-prefixed 20-byte Hyperliquid account address"
}
}
}
},
"additionalProperties": false
},
"output": {
"type": "object",
"required": [
"type"
],
"properties": {
"type": {
"type": "string"
},
"example": {
"type": "object",
"required": [
"queried_at",
"address",
"state"
],
"properties": {
"state": {
"type": "object",
"description": "Upstream Hyperliquid spotClearinghouseState object relayed verbatim — per-token spot holdings (total, hold, entry notional)"
},
"address": {
"type": "string",
"description": "Lower-cased account address queried"
},
"queried_at": {
"type": "string",
"format": "date-time",
"description": "Time the upstream was queried"
}
}
}
}
}
}
},
"category": "finance",
"routeTemplate": ":var1"
}
},
"x402Version": 2
},
{
"error": "Payment required",
"accepts": [
{
"asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
"extra": {
"name": "USD Coin",
"tier": "standard",
"version": "2",
"merchant": "x402Atlas"
},
"payTo": "0xE79Aa9d55170f7E1AC420266ec93A6c28c436de8",
"amount": "10000",
"scheme": "exact",
"network": "eip155:8453",
"maxTimeoutSeconds": 300
},
{
"asset": "EPjFWdd5AufqSSqeM2qN1xzybapC8G4wEGGkZwyTDt1v",
"extra": {
"tier": "standard",
"feePayer": "BFK9TLC3edb13K6v4YyH3DwPb5DSUpkWvb7XnqCL9b4F",
"merchant": "x402Atlas"
},
"payTo": "ASt6xvRyQ7ntERsmcYVMdLqZvz1GEN8Fzexzq62tXrNQ",
"amount": "10000",
"scheme": "exact",
"network": "solana:5eykt4UsFv8P8NJdTREpY1vzqKqZKvdp",
"maxTimeoutSeconds": 300
}
],
"resource": {
"url": "https://hyperliquid-accounts.use.x402atlas.com/portfolio",
"mimeType": "application/json",
"description": "A Hyperliquid account's historical account value and PnL across day/week/month/all-time windows, for any 0x address.",
"serviceName": "Hyperliquid Account Intelligence"
},
"extensions": {
"bazaar": {
"info": {
"input": {
"type": "http",
"method": "GET",
"queryParams": {
"address": "0x010461c14e146ac35fe42271bdc1134ee31c703a"
}
},
"output": {
"type": "json",
"example": {
"address": "0x010461c14e146ac35fe42271bdc1134ee31c703a",
"portfolio": [],
"queried_at": "2026-07-10T12:00:00Z"
}
}
},
"tags": [
"hyperliquid",
"crypto",
"account",
"portfolio",
"pnl",
"performance",
"wallet",
"history"
],
"schema": {
"type": "object",
"$schema": "https://json-schema.org/draft/2020-12/schema",
"required": [
"input"
],
"properties": {
"input": {
"type": "object",
"required": [
"type",
"method"
],
"properties": {
"type": {
"type": "string",
"const": "http"
},
"method": {
"enum": [
"GET"
],
"type": "string"
},
"queryParams": {
"type": "object",
"required": [
"address"
],
"properties": {
"address": {
"type": "string",
"pattern": "^0x[0-9a-fA-F]{40}$",
"description": "0x-prefixed 20-byte Hyperliquid account address"
}
}
}
},
"additionalProperties": false
},
"output": {
"type": "object",
"required": [
"type"
],
"properties": {
"type": {
"type": "string"
},
"example": {
"type": "object",
"required": [
"queried_at",
"address",
"portfolio"
],
"properties": {
"address": {
"type": "string",
"description": "Lower-cased account address queried"
},
"portfolio": {
"type": "array",
"items": {
"type": "array"
},
"description": "Upstream Hyperliquid portfolio payload relayed verbatim — a positional array of [period, series] pairs (day/week/month/allTime), each series holding account value and PnL points over time"
},
"queried_at": {
"type": "string",
"format": "date-time",
"description": "Time the upstream was queried"
}
}
}
}
}
}
},
"category": "finance",
"routeTemplate": ":var1"
}
},
"x402Version": 2
}
] UPTIME
RECENT CHECKS
OVER TIME
All charts share the 30d window selected here. Every series is also served as JSON at /api/v1/services/hyperliquid-account-intelligence/price, /scores, /volume and /buyers. On-chain volume and distinct buyers are measured over the service's settlement address and are a conservative undercount (only settlements that reach a measured facilitator are counted).
Median across 7 endpoints. Use the selector to isolate one.
Shared payout address (19 other services). These bars are the full shared address (operator-level), so do not sum them across the services that share it. Where a per-service figure is attributed, the assessment block and the ranking, it is the address total divided pro-quota by the 20 services sharing it: a declared convention, not an individually observed measure.
Shared payout address (19 other services). These bars are the full shared address (operator-level), so do not sum them across the services that share it. Where a per-service buyer count is attributed, the assessment block and the ranking, it is divided pro-quota by the 20 services sharing the address and can be fractional: a declared convention, not an individually observed measure.
COMPLIANCE
11/11 checks pass · grade A- 402 payload captured
- accepts[] array present
- payTo address recoverable
- payTo at accepts[0].payTo (conformant shape)
- payTo is a valid on-chain address
- atomic price declared
- atomic price in a sane range
- asset (token) address declared
- network resolves to CAIP-2
- payment scheme declared
- served over HTTPS
EMBED THIS BADGE
<a href="https://x402-list.com/services/hyperliquid-account-intelligence?utm_source=badge&utm_medium=referral&utm_campaign=embed"> <img src="https://x402-list.com/badge/hyperliquid-account-intelligence.svg" alt="Hyperliquid Account Intelligence listed on x402-list" height="28"> </a>
[](https://x402-list.com/services/hyperliquid-account-intelligence?utm_source=badge&utm_medium=referral&utm_campaign=embed)
<a href="https://x402-list.com/services/hyperliquid-account-intelligence?utm_source=badge&utm_medium=referral&utm_campaign=embed"> <img src="https://x402-list.com/badge/hyperliquid-account-intelligence.svg?data=uptime" alt="Hyperliquid Account Intelligence uptime on x402-list" height="28"> </a>