x402 List

x402 Protocol Service Directory

Hyperliquid Account Intelligence

Finance

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.

UPTIME 24H 100% 7D 100% 30D 100%
BASE URL https://hyperliquid-accounts.use.x402atlas.com ENDPOINTS 7 NETWORK Base / Solana ASSET USDC MEMBER SINCE 2026-07-20 MONITORED SINCE 2026-07-20

ASSESSMENT

updated 5h ago

Evidence-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.

jump to compliance checklist

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-derived

Provides 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
cryptotradingportfoliomarket-dataaccount-info

AI-generated summary. The measured data is never altered by it.

ENDPOINTS

Service endpoints with HTTP method, path, description, pricing, and network
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
7 endpoints

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.

// request
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

07-21 · uptime 100.0% · 156ms avg07-2107-21
RESPONSE TIME
07-21 · 156ms avg07-21 · 156ms avg07-2107-21
24h UPTIME 100%
UPTIME 24H 100%
AVG RESP 160ms
TOTAL CHECKS 65

RECENT CHECKS

TIME STATUS RESP
● OK 111ms
● OK 109ms
● OK 135ms
● OK 116ms
● OK 142ms
● OK 123ms
● OK 164ms
● OK 139ms
● OK 126ms
● OK 120ms
● OK 126ms
● OK 125ms
● OK 127ms
● OK 123ms
● OK 108ms
● OK 134ms
● OK 122ms
● OK 152ms

OVER TIME

All charts share the 24h 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).

PRICE (captured 402, USD)
07-20 · $0.0107-21 · $0.01$0.0107-2007-21

Median across 7 endpoints. Use the selector to isolate one.

SUB-SCORES (uptime + x402 compliance)
07-20 compliance: 100% checks07-21 uptime: 100.0% compliance: 100% checksuptimecompliance07-2007-21
VOLUME (on-chain settlement, USD)
no on-chain volume in the last 24h

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.

DISTINCT BUYERS
no distinct buyers in the last 24h

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

Show that Hyperliquid Account Intelligence is monitored on x402-list. Paste this on your site or README, it links back to this live listing.

Hyperliquid Account Intelligence listed on x402-list
status
Hyperliquid Account Intelligence uptime on x402-list
live uptime
// HTML
<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>
// Markdown
[![Hyperliquid Account Intelligence on x402-list](https://x402-list.com/badge/hyperliquid-account-intelligence.svg)](https://x402-list.com/services/hyperliquid-account-intelligence?utm_source=badge&utm_medium=referral&utm_campaign=embed)
// HTML · live uptime variant
<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>

RUN THIS SERVICE?

Keep this listing accurate: propose changes to the name, description, website, category or add new endpoints to monitor. Ownership is verified with a domain proof and every change is reviewed manually; measured data stays read-only.

[ update this listing ]