x402 List

x402 Protocol Service Directory

Hyperliquid Market Data

Finance

Pay-per-call REST API serving Hyperliquid market data on Base: spot and perp context, mid prices, order book, OHLCV candles, funding and predicted funding, open-interest caps and perp metadata. Nine endpoints, $0.005 to $0.01 per call. Operated by x402 Atlas, not by Hyperliquid.

Pay from $0.005 to $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.use.x402atlas.com ENDPOINTS 9 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
269ms
avg response
175ms
total checks
47
compliance A (11/11)

11 of 11 x402 conformance checks pass. Full checklist below.

jump to compliance checklist

price $0.005 to $0.01 (p36 in Finance)
price (min)
$0.005
price (max)
$0.01
category percentile (min)
p36 in Finance
category percentile (max)
p32 in Finance
endpoints / prices
9 / 2
model
tiered
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.00375 30d · 0 buyers
volume 30d
$0.00375
buyers 30d
0
settlements 30d
0
last settlement
2026-07-20
top buyer share
100% of 30d volume
trend 7d vs 30d
4.29x 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 market data for Hyperliquid including order books, candles, funding rates, and mid prices for various assets.

category
market-data
in
query params
auth
none
market-dataorder-bookcandlesfunding-ratesperpetualsspotcryptotrading

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 /book $0.01 Base/Solana USDC
GET /candles $0.01 Base/Solana USDC
GET /funding $0.01 Base/Solana USDC
GET /mids $0.005 Base/Solana USDC
GET /oi-caps $0.005 Base/Solana USDC
GET /perps $0.01 Base/Solana USDC
GET /perps-meta $0.005 Base/Solana USDC
GET /predicted-funding $0.01 Base/Solana USDC
GET /spot $0.01 Base/Solana USDC
9 endpoints

REQUEST / RESPONSE EXAMPLE

An unpaid request to GET /book returns HTTP 402 with the payment terms. Settle onchain via your facilitator, then retry with the X-Payment header.

// request
curl -i 'https://hyperliquid.use.x402atlas.com/book'
// 402 response (captured by monitor) · 9 payloads · click to expand
[
  {
    "error": "Payment required",
    "accepts": [
      {
        "asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
        "extra": {
          "name": "USD Coin",
          "tier": "standard",
          "version": "2",
          "merchant": "x402Atlas"
        },
        "payTo": "0x383190a4F26F075Fc2c73F6738eAbf4Dc6F33442",
        "amount": "10000",
        "scheme": "exact",
        "network": "eip155:8453",
        "maxTimeoutSeconds": 300
      },
      {
        "asset": "EPjFWdd5AufqSSqeM2qN1xzybapC8G4wEGGkZwyTDt1v",
        "extra": {
          "tier": "standard",
          "feePayer": "Hc3sdEAsCGQcpgfivywog9uwtk8gUBUZgsxdME1EJy88",
          "merchant": "x402Atlas"
        },
        "payTo": "ASt6xvRyQ7ntERsmcYVMdLqZvz1GEN8Fzexzq62tXrNQ",
        "amount": "10000",
        "scheme": "exact",
        "network": "solana:5eykt4UsFv8P8NJdTREpY1vzqKqZKvdp",
        "maxTimeoutSeconds": 300
      }
    ],
    "resource": {
      "url": "https://hyperliquid.use.x402atlas.com/spot",
      "mimeType": "application/json",
      "description": "Live context for every Hyperliquid spot pair — price, 24h notional volume and token supply, with token names resolved and context zipped in.",
      "serviceName": "Hyperliquid Market Data"
    },
    "extensions": {
      "bazaar": {
        "info": {
          "input": {
            "type": "http",
            "method": "GET"
          },
          "output": {
            "type": "json",
            "example": {
              "count": 1,
              "pairs": [
                {
                  "name": "PURR/USDC",
                  "mid_px": "0.141",
                  "mark_px": "0.14",
                  "base_token": "PURR",
                  "day_ntl_vlm": "12345.6",
                  "prev_day_px": "0.13",
                  "quote_token": "USDC",
                  "total_supply": "1000000000.0",
                  "circulating_supply": "1000000000.0"
                }
              ],
              "queried_at": "2026-07-10T12:00:00Z"
            }
          }
        },
        "tags": [
          "hyperliquid",
          "crypto",
          "spot",
          "token",
          "supply",
          "price",
          "market-data",
          "dex"
        ],
        "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",
                  "properties": {}
                }
              },
              "additionalProperties": false
            },
            "output": {
              "type": "object",
              "required": [
                "type"
              ],
              "properties": {
                "type": {
                  "type": "string"
                },
                "example": {
                  "type": "object",
                  "properties": {
                    "count": {
                      "type": "integer",
                      "description": "Number of pairs returned"
                    },
                    "pairs": {
                      "type": "array",
                      "items": {
                        "type": "object",
                        "properties": {
                          "name": {
                            "type": "string"
                          },
                          "mid_px": {
                            "type": "string",
                            "description": "Mid price (string for full precision)"
                          },
                          "mark_px": {
                            "type": "string",
                            "description": "Mark price (string for full precision)"
                          },
                          "base_token": {
                            "type": "string"
                          },
                          "day_ntl_vlm": {
                            "type": "string",
                            "description": "24h notional volume (string for full precision)"
                          },
                          "prev_day_px": {
                            "type": "string",
                            "description": "Previous day price (string for full precision)"
                          },
                          "quote_token": {
                            "type": "string"
                          },
                          "total_supply": {
                            "type": "string",
                            "description": "Total supply (string for full precision)"
                          },
                          "circulating_supply": {
                            "type": "string",
                            "description": "Circulating supply (string for full precision)"
                          }
                        }
                      }
                    },
                    "queried_at": {
                      "type": "string",
                      "format": "date-time",
                      "description": "When this response was generated"
                    }
                  }
                }
              }
            }
          }
        },
        "category": "finance",
        "routeTemplate": ":var1"
      }
    },
    "x402Version": 2
  },
  {
    "error": "Payment required",
    "accepts": [
      {
        "asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
        "extra": {
          "name": "USD Coin",
          "tier": "standard",
          "version": "2",
          "merchant": "x402Atlas"
        },
        "payTo": "0x383190a4F26F075Fc2c73F6738eAbf4Dc6F33442",
        "amount": "10000",
        "scheme": "exact",
        "network": "eip155:8453",
        "maxTimeoutSeconds": 300
      },
      {
        "asset": "EPjFWdd5AufqSSqeM2qN1xzybapC8G4wEGGkZwyTDt1v",
        "extra": {
          "tier": "standard",
          "feePayer": "Hc3sdEAsCGQcpgfivywog9uwtk8gUBUZgsxdME1EJy88",
          "merchant": "x402Atlas"
        },
        "payTo": "ASt6xvRyQ7ntERsmcYVMdLqZvz1GEN8Fzexzq62tXrNQ",
        "amount": "10000",
        "scheme": "exact",
        "network": "solana:5eykt4UsFv8P8NJdTREpY1vzqKqZKvdp",
        "maxTimeoutSeconds": 300
      }
    ],
    "resource": {
      "url": "https://hyperliquid.use.x402atlas.com/predicted-funding",
      "mimeType": "application/json",
      "description": "Predicted next funding rates per asset across venues (Hyperliquid vs CEX perps) — cross-venue carry, de-positioned from Hyperliquid's nested arrays.",
      "serviceName": "Hyperliquid Market Data"
    },
    "extensions": {
      "bazaar": {
        "info": {
          "input": {
            "type": "http",
            "method": "GET"
          },
          "output": {
            "type": "json",
            "example": {
              "count": 1,
              "assets": [
                {
                  "coin": "BTC",
                  "venues": [
                    {
                      "venue": "HlPerp",
                      "funding_rate": "0.0000125",
                      "next_funding_time": "2026-07-10T13:00:00Z"
                    },
                    {
                      "venue": "BinancePerp",
                      "funding_rate": "0.0001",
                      "next_funding_time": "2026-07-10T16:00:00Z"
                    }
                  ]
                }
              ],
              "queried_at": "2026-07-10T12:00:00Z"
            }
          }
        },
        "tags": [
          "hyperliquid",
          "crypto",
          "perps",
          "funding",
          "predicted-funding",
          "cross-venue",
          "carry",
          "market-data",
          "dex"
        ],
        "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",
                  "properties": {}
                }
              },
              "additionalProperties": false
            },
            "output": {
              "type": "object",
              "required": [
                "type"
              ],
              "properties": {
                "type": {
                  "type": "string"
                },
                "example": {
                  "type": "object",
                  "properties": {
                    "count": {
                      "type": "integer",
                      "description": "Number of assets returned"
                    },
                    "assets": {
                      "type": "array",
                      "items": {
                        "type": "object",
                        "properties": {
                          "coin": {
                            "type": "string"
                          },
                          "venues": {
                            "type": "array",
                            "items": {
                              "type": "object",
                              "properties": {
                                "venue": {
                                  "type": "string"
                                },
                                "funding_rate": {
                                  "type": "string",
                                  "description": "Funding rate (string for full precision)"
                                },
                                "next_funding_time": {
                                  "type": "string",
                                  "format": "date-time",
                                  "description": "Nullable: omitted if the venue reports none"
                                }
                              }
                            }
                          }
                        }
                      }
                    },
                    "queried_at": {
                      "type": "string",
                      "format": "date-time",
                      "description": "When this response was generated"
                    }
                  }
                }
              }
            }
          }
        },
        "category": "finance",
        "routeTemplate": ":var1"
      }
    },
    "x402Version": 2
  },
  {
    "error": "Payment required",
    "accepts": [
      {
        "asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
        "extra": {
          "name": "USD Coin",
          "tier": "standard",
          "version": "2",
          "merchant": "x402Atlas"
        },
        "payTo": "0x383190a4F26F075Fc2c73F6738eAbf4Dc6F33442",
        "amount": "5000",
        "scheme": "exact",
        "network": "eip155:8453",
        "maxTimeoutSeconds": 300
      },
      {
        "asset": "EPjFWdd5AufqSSqeM2qN1xzybapC8G4wEGGkZwyTDt1v",
        "extra": {
          "tier": "standard",
          "feePayer": "Hc3sdEAsCGQcpgfivywog9uwtk8gUBUZgsxdME1EJy88",
          "merchant": "x402Atlas"
        },
        "payTo": "ASt6xvRyQ7ntERsmcYVMdLqZvz1GEN8Fzexzq62tXrNQ",
        "amount": "5000",
        "scheme": "exact",
        "network": "solana:5eykt4UsFv8P8NJdTREpY1vzqKqZKvdp",
        "maxTimeoutSeconds": 300
      }
    ],
    "resource": {
      "url": "https://hyperliquid.use.x402atlas.com/perps-meta",
      "mimeType": "application/json",
      "description": "The Hyperliquid perpetuals universe — tradeable symbols with max leverage and size decimals, without live context.",
      "serviceName": "Hyperliquid Market Data"
    },
    "extensions": {
      "bazaar": {
        "info": {
          "input": {
            "type": "http",
            "method": "GET"
          },
          "output": {
            "type": "json",
            "example": {
              "count": 1,
              "assets": [
                {
                  "name": "BTC",
                  "sz_decimals": 5,
                  "max_leverage": 50,
                  "only_isolated": false
                }
              ],
              "queried_at": "2026-07-10T12:00:00Z"
            }
          }
        },
        "tags": [
          "hyperliquid",
          "crypto",
          "perps",
          "metadata",
          "leverage",
          "universe",
          "market-data",
          "dex"
        ],
        "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",
                  "properties": {}
                }
              },
              "additionalProperties": false
            },
            "output": {
              "type": "object",
              "required": [
                "type"
              ],
              "properties": {
                "type": {
                  "type": "string"
                },
                "example": {
                  "type": "object",
                  "properties": {
                    "count": {
                      "type": "integer",
                      "description": "Number of assets returned"
                    },
                    "assets": {
                      "type": "array",
                      "items": {
                        "type": "object",
                        "properties": {
                          "name": {
                            "type": "string"
                          },
                          "sz_decimals": {
                            "type": "integer"
                          },
                          "max_leverage": {
                            "type": "integer"
                          },
                          "only_isolated": {
                            "type": "boolean"
                          }
                        }
                      }
                    },
                    "queried_at": {
                      "type": "string",
                      "format": "date-time",
                      "description": "When this response was generated"
                    }
                  }
                }
              }
            }
          }
        },
        "category": "finance",
        "routeTemplate": ":var1"
      }
    },
    "x402Version": 2
  },
  {
    "error": "Payment required",
    "accepts": [
      {
        "asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
        "extra": {
          "name": "USD Coin",
          "tier": "standard",
          "version": "2",
          "merchant": "x402Atlas"
        },
        "payTo": "0x383190a4F26F075Fc2c73F6738eAbf4Dc6F33442",
        "amount": "10000",
        "scheme": "exact",
        "network": "eip155:8453",
        "maxTimeoutSeconds": 300
      },
      {
        "asset": "EPjFWdd5AufqSSqeM2qN1xzybapC8G4wEGGkZwyTDt1v",
        "extra": {
          "tier": "standard",
          "feePayer": "Hc3sdEAsCGQcpgfivywog9uwtk8gUBUZgsxdME1EJy88",
          "merchant": "x402Atlas"
        },
        "payTo": "ASt6xvRyQ7ntERsmcYVMdLqZvz1GEN8Fzexzq62tXrNQ",
        "amount": "10000",
        "scheme": "exact",
        "network": "solana:5eykt4UsFv8P8NJdTREpY1vzqKqZKvdp",
        "maxTimeoutSeconds": 300
      }
    ],
    "resource": {
      "url": "https://hyperliquid.use.x402atlas.com/perps",
      "mimeType": "application/json",
      "description": "Live context for every Hyperliquid perpetual — mark/oracle/mid price, funding, open interest, premium and 24h notional volume, zipped with each asset's metadata.",
      "serviceName": "Hyperliquid Market Data"
    },
    "extensions": {
      "bazaar": {
        "info": {
          "input": {
            "type": "http",
            "method": "GET"
          },
          "output": {
            "type": "json",
            "example": {
              "count": 1,
              "assets": [
                {
                  "name": "BTC",
                  "mid_px": "64249.5",
                  "funding": "0.0000125",
                  "mark_px": "64250.0",
                  "premium": "0.0001",
                  "oracle_px": "64240.0",
                  "impact_pxs": [
                    "64249.0",
                    "64251.0"
                  ],
                  "day_ntl_vlm": "1234567.8",
                  "prev_day_px": "63000.0",
                  "sz_decimals": 5,
                  "max_leverage": 50,
                  "only_isolated": false,
                  "open_interest": "12345.6"
                }
              ],
              "queried_at": "2026-07-10T12:00:00Z"
            }
          }
        },
        "tags": [
          "hyperliquid",
          "crypto",
          "perps",
          "funding",
          "open-interest",
          "mark-price",
          "oracle",
          "market-data",
          "dex"
        ],
        "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",
                  "properties": {}
                }
              },
              "additionalProperties": false
            },
            "output": {
              "type": "object",
              "required": [
                "type"
              ],
              "properties": {
                "type": {
                  "type": "string"
                },
                "example": {
                  "type": "object",
                  "properties": {
                    "count": {
                      "type": "integer",
                      "description": "Number of assets returned"
                    },
                    "assets": {
                      "type": "array",
                      "items": {
                        "type": "object",
                        "properties": {
                          "name": {
                            "type": "string"
                          },
                          "mid_px": {
                            "type": "string",
                            "description": "Mid price (string for full precision)"
                          },
                          "funding": {
                            "type": "string",
                            "description": "Funding rate (string for full precision)"
                          },
                          "mark_px": {
                            "type": "string",
                            "description": "Mark price (string for full precision)"
                          },
                          "premium": {
                            "type": "string",
                            "description": "Premium (string for full precision)"
                          },
                          "oracle_px": {
                            "type": "string",
                            "description": "Oracle price (string for full precision)"
                          },
                          "impact_pxs": {
                            "type": "array",
                            "items": {
                              "type": "string"
                            },
                            "description": "Impact bid/ask prices (strings for full precision)"
                          },
                          "day_ntl_vlm": {
                            "type": "string",
                            "description": "24h notional volume (string for full precision)"
                          },
                          "prev_day_px": {
                            "type": "string",
                            "description": "Previous day price (string for full precision)"
                          },
                          "sz_decimals": {
                            "type": "integer"
                          },
                          "max_leverage": {
                            "type": "integer"
                          },
                          "only_isolated": {
                            "type": "boolean"
                          },
                          "open_interest": {
                            "type": "string",
                            "description": "Open interest (string for full precision)"
                          }
                        }
                      }
                    },
                    "queried_at": {
                      "type": "string",
                      "format": "date-time",
                      "description": "When this response was generated"
                    }
                  }
                }
              }
            }
          }
        },
        "category": "finance",
        "routeTemplate": ":var1"
      }
    },
    "x402Version": 2
  },
  {
    "error": "Payment required",
    "accepts": [
      {
        "asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
        "extra": {
          "name": "USD Coin",
          "tier": "standard",
          "version": "2",
          "merchant": "x402Atlas"
        },
        "payTo": "0x383190a4F26F075Fc2c73F6738eAbf4Dc6F33442",
        "amount": "5000",
        "scheme": "exact",
        "network": "eip155:8453",
        "maxTimeoutSeconds": 300
      },
      {
        "asset": "EPjFWdd5AufqSSqeM2qN1xzybapC8G4wEGGkZwyTDt1v",
        "extra": {
          "tier": "standard",
          "feePayer": "Hc3sdEAsCGQcpgfivywog9uwtk8gUBUZgsxdME1EJy88",
          "merchant": "x402Atlas"
        },
        "payTo": "ASt6xvRyQ7ntERsmcYVMdLqZvz1GEN8Fzexzq62tXrNQ",
        "amount": "5000",
        "scheme": "exact",
        "network": "solana:5eykt4UsFv8P8NJdTREpY1vzqKqZKvdp",
        "maxTimeoutSeconds": 300
      }
    ],
    "resource": {
      "url": "https://hyperliquid.use.x402atlas.com/oi-caps",
      "mimeType": "application/json",
      "description": "The Hyperliquid perpetual assets currently at their open-interest cap — a liquidity/risk signal.",
      "serviceName": "Hyperliquid Market Data"
    },
    "extensions": {
      "bazaar": {
        "info": {
          "input": {
            "type": "http",
            "method": "GET"
          },
          "output": {
            "type": "json",
            "example": {
              "coins": [
                "HYPE"
              ],
              "count": 1,
              "queried_at": "2026-07-10T12:00:00Z"
            }
          }
        },
        "tags": [
          "hyperliquid",
          "crypto",
          "perps",
          "open-interest",
          "risk",
          "liquidity",
          "market-data",
          "dex"
        ],
        "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",
                  "properties": {}
                }
              },
              "additionalProperties": false
            },
            "output": {
              "type": "object",
              "required": [
                "type"
              ],
              "properties": {
                "type": {
                  "type": "string"
                },
                "example": {
                  "type": "object",
                  "properties": {
                    "coins": {
                      "type": "array",
                      "items": {
                        "type": "string"
                      }
                    },
                    "count": {
                      "type": "integer",
                      "description": "Number of coins returned"
                    },
                    "queried_at": {
                      "type": "string",
                      "format": "date-time",
                      "description": "When this response was generated"
                    }
                  }
                }
              }
            }
          }
        },
        "category": "finance",
        "routeTemplate": ":var1"
      }
    },
    "x402Version": 2
  },
  {
    "error": "Payment required",
    "accepts": [
      {
        "asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
        "extra": {
          "name": "USD Coin",
          "tier": "standard",
          "version": "2",
          "merchant": "x402Atlas"
        },
        "payTo": "0x383190a4F26F075Fc2c73F6738eAbf4Dc6F33442",
        "amount": "5000",
        "scheme": "exact",
        "network": "eip155:8453",
        "maxTimeoutSeconds": 300
      },
      {
        "asset": "EPjFWdd5AufqSSqeM2qN1xzybapC8G4wEGGkZwyTDt1v",
        "extra": {
          "tier": "standard",
          "feePayer": "Hc3sdEAsCGQcpgfivywog9uwtk8gUBUZgsxdME1EJy88",
          "merchant": "x402Atlas"
        },
        "payTo": "ASt6xvRyQ7ntERsmcYVMdLqZvz1GEN8Fzexzq62tXrNQ",
        "amount": "5000",
        "scheme": "exact",
        "network": "solana:5eykt4UsFv8P8NJdTREpY1vzqKqZKvdp",
        "maxTimeoutSeconds": 300
      }
    ],
    "resource": {
      "url": "https://hyperliquid.use.x402atlas.com/mids",
      "mimeType": "application/json",
      "description": "Current mid price for every Hyperliquid asset (perps + spot) in one call — a fast whole-venue price snapshot.",
      "serviceName": "Hyperliquid Market Data"
    },
    "extensions": {
      "bazaar": {
        "info": {
          "input": {
            "type": "http",
            "method": "GET"
          },
          "output": {
            "type": "json",
            "example": {
              "mids": {
                "BTC": "64250.0",
                "ETH": "3120.5"
              },
              "count": 2,
              "queried_at": "2026-07-10T12:00:00Z"
            }
          }
        },
        "tags": [
          "hyperliquid",
          "crypto",
          "price",
          "perps",
          "spot",
          "market-data",
          "dex",
          "mid-price"
        ],
        "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",
                  "properties": {}
                }
              },
              "additionalProperties": false
            },
            "output": {
              "type": "object",
              "required": [
                "type"
              ],
              "properties": {
                "type": {
                  "type": "string"
                },
                "example": {
                  "type": "object",
                  "properties": {
                    "mids": {
                      "type": "object",
                      "description": "Map of symbol to mid price (string for full precision)",
                      "additionalProperties": {
                        "type": "string"
                      }
                    },
                    "count": {
                      "type": "integer",
                      "description": "Number of symbols returned"
                    },
                    "queried_at": {
                      "type": "string",
                      "format": "date-time",
                      "description": "When this response was generated"
                    }
                  }
                }
              }
            }
          }
        },
        "category": "finance",
        "routeTemplate": ":var1"
      }
    },
    "x402Version": 2
  },
  {
    "error": "Payment required",
    "accepts": [
      {
        "asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
        "extra": {
          "name": "USD Coin",
          "tier": "standard",
          "version": "2",
          "merchant": "x402Atlas"
        },
        "payTo": "0x383190a4F26F075Fc2c73F6738eAbf4Dc6F33442",
        "amount": "10000",
        "scheme": "exact",
        "network": "eip155:8453",
        "maxTimeoutSeconds": 300
      },
      {
        "asset": "EPjFWdd5AufqSSqeM2qN1xzybapC8G4wEGGkZwyTDt1v",
        "extra": {
          "tier": "standard",
          "feePayer": "Hc3sdEAsCGQcpgfivywog9uwtk8gUBUZgsxdME1EJy88",
          "merchant": "x402Atlas"
        },
        "payTo": "ASt6xvRyQ7ntERsmcYVMdLqZvz1GEN8Fzexzq62tXrNQ",
        "amount": "10000",
        "scheme": "exact",
        "network": "solana:5eykt4UsFv8P8NJdTREpY1vzqKqZKvdp",
        "maxTimeoutSeconds": 300
      }
    ],
    "resource": {
      "url": "https://hyperliquid.use.x402atlas.com/funding",
      "mimeType": "application/json",
      "description": "Historical funding rates for one Hyperliquid perpetual over a time window — funding rate, premium and timestamp per hour.",
      "serviceName": "Hyperliquid Market Data"
    },
    "extensions": {
      "bazaar": {
        "info": {
          "input": {
            "type": "http",
            "method": "GET",
            "queryParams": {
              "end": 1784332800000,
              "coin": "BTC",
              "start": 1782864000000
            }
          },
          "output": {
            "type": "json",
            "example": {
              "coin": "BTC",
              "count": 1,
              "funding": [
                {
                  "coin": "BTC",
                  "time": "2026-07-10T11:00:00Z",
                  "premium": "0.0001",
                  "funding_rate": "0.0000125"
                }
              ],
              "queried_at": "2026-07-10T12:00:00Z"
            }
          }
        },
        "tags": [
          "hyperliquid",
          "crypto",
          "perps",
          "funding",
          "funding-rate",
          "carry",
          "market-data",
          "dex"
        ],
        "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": [
                    "coin"
                  ],
                  "properties": {
                    "end": {
                      "type": "integer",
                      "minimum": 0,
                      "description": "Optional end (ms epoch)"
                    },
                    "coin": {
                      "type": "string",
                      "maxLength": 32,
                      "description": "Perp asset symbol (e.g. BTC)"
                    },
                    "start": {
                      "type": "integer",
                      "minimum": 0,
                      "description": "Optional start (ms epoch); defaults to 7 days ago"
                    }
                  }
                }
              },
              "additionalProperties": false
            },
            "output": {
              "type": "object",
              "required": [
                "type"
              ],
              "properties": {
                "type": {
                  "type": "string"
                },
                "example": {
                  "type": "object",
                  "properties": {
                    "coin": {
                      "type": "string"
                    },
                    "count": {
                      "type": "integer",
                      "description": "Number of funding entries returned"
                    },
                    "funding": {
                      "type": "array",
                      "items": {
                        "type": "object",
                        "properties": {
                          "coin": {
                            "type": "string"
                          },
                          "time": {
                            "type": "string",
                            "format": "date-time"
                          },
                          "premium": {
                            "type": "string",
                            "description": "Premium (string for full precision)"
                          },
                          "funding_rate": {
                            "type": "string",
                            "description": "Funding rate (string for full precision)"
                          }
                        }
                      }
                    },
                    "queried_at": {
                      "type": "string",
                      "format": "date-time",
                      "description": "When this response was generated"
                    }
                  }
                }
              }
            }
          }
        },
        "category": "finance",
        "routeTemplate": ":var1"
      }
    },
    "x402Version": 2
  },
  {
    "error": "Payment required",
    "accepts": [
      {
        "asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
        "extra": {
          "name": "USD Coin",
          "tier": "standard",
          "version": "2",
          "merchant": "x402Atlas"
        },
        "payTo": "0x383190a4F26F075Fc2c73F6738eAbf4Dc6F33442",
        "amount": "10000",
        "scheme": "exact",
        "network": "eip155:8453",
        "maxTimeoutSeconds": 300
      },
      {
        "asset": "EPjFWdd5AufqSSqeM2qN1xzybapC8G4wEGGkZwyTDt1v",
        "extra": {
          "tier": "standard",
          "feePayer": "Hc3sdEAsCGQcpgfivywog9uwtk8gUBUZgsxdME1EJy88",
          "merchant": "x402Atlas"
        },
        "payTo": "ASt6xvRyQ7ntERsmcYVMdLqZvz1GEN8Fzexzq62tXrNQ",
        "amount": "10000",
        "scheme": "exact",
        "network": "solana:5eykt4UsFv8P8NJdTREpY1vzqKqZKvdp",
        "maxTimeoutSeconds": 300
      }
    ],
    "resource": {
      "url": "https://hyperliquid.use.x402atlas.com/candles",
      "mimeType": "application/json",
      "description": "OHLCV candles for one Hyperliquid asset over any interval (1m to 1M), normalized into named fields with RFC3339 timestamps.",
      "serviceName": "Hyperliquid Market Data"
    },
    "extensions": {
      "bazaar": {
        "info": {
          "input": {
            "type": "http",
            "method": "GET",
            "queryParams": {
              "end": 1784332800000,
              "coin": "BTC",
              "start": 1782864000000,
              "interval": "1h"
            }
          },
          "output": {
            "type": "json",
            "example": {
              "coin": "BTC",
              "count": 1,
              "candles": [
                {
                  "low": "63900.0",
                  "high": "64300.0",
                  "open": "64000.0",
                  "close": "64250.0",
                  "trades": 987,
                  "volume": "1234.5",
                  "open_time": "2026-07-10T11:00:00Z",
                  "close_time": "2026-07-10T12:00:00Z"
                }
              ],
              "interval": "1h",
              "queried_at": "2026-07-10T12:00:00Z"
            }
          }
        },
        "tags": [
          "hyperliquid",
          "crypto",
          "ohlc",
          "ohlcv",
          "candles",
          "chart",
          "market-data",
          "dex"
        ],
        "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": [
                    "coin",
                    "interval"
                  ],
                  "properties": {
                    "end": {
                      "type": "integer",
                      "minimum": 0,
                      "description": "Optional end (ms epoch); defaults to now"
                    },
                    "coin": {
                      "type": "string",
                      "maxLength": 32,
                      "description": "Asset symbol (e.g. BTC)"
                    },
                    "start": {
                      "type": "integer",
                      "minimum": 0,
                      "description": "Optional start (ms epoch); defaults to ~500 intervals ago"
                    },
                    "interval": {
                      "enum": [
                        "1m",
                        "3m",
                        "5m",
                        "15m",
                        "30m",
                        "1h",
                        "2h",
                        "4h",
                        "8h",
                        "12h",
                        "1d",
                        "3d",
                        "1w",
                        "1M"
                      ],
                      "type": "string",
                      "description": "Candle interval"
                    }
                  }
                }
              },
              "additionalProperties": false
            },
            "output": {
              "type": "object",
              "required": [
                "type"
              ],
              "properties": {
                "type": {
                  "type": "string"
                },
                "example": {
                  "type": "object",
                  "properties": {
                    "coin": {
                      "type": "string"
                    },
                    "count": {
                      "type": "integer",
                      "description": "Number of candles returned"
                    },
                    "candles": {
                      "type": "array",
                      "items": {
                        "type": "object",
                        "properties": {
                          "low": {
                            "type": "string",
                            "description": "Low price (string for full precision)"
                          },
                          "high": {
                            "type": "string",
                            "description": "High price (string for full precision)"
                          },
                          "open": {
                            "type": "string",
                            "description": "Open price (string for full precision)"
                          },
                          "close": {
                            "type": "string",
                            "description": "Close price (string for full precision)"
                          },
                          "trades": {
                            "type": "integer",
                            "description": "Number of trades in the candle"
                          },
                          "volume": {
                            "type": "string",
                            "description": "Volume (string for full precision)"
                          },
                          "open_time": {
                            "type": "string",
                            "format": "date-time"
                          },
                          "close_time": {
                            "type": "string",
                            "format": "date-time"
                          }
                        }
                      }
                    },
                    "interval": {
                      "type": "string"
                    },
                    "queried_at": {
                      "type": "string",
                      "format": "date-time",
                      "description": "When this response was generated"
                    }
                  }
                }
              }
            }
          }
        },
        "category": "finance",
        "routeTemplate": ":var1"
      }
    },
    "x402Version": 2
  },
  {
    "error": "Payment required",
    "accepts": [
      {
        "asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
        "extra": {
          "name": "USD Coin",
          "tier": "standard",
          "version": "2",
          "merchant": "x402Atlas"
        },
        "payTo": "0x383190a4F26F075Fc2c73F6738eAbf4Dc6F33442",
        "amount": "10000",
        "scheme": "exact",
        "network": "eip155:8453",
        "maxTimeoutSeconds": 300
      },
      {
        "asset": "EPjFWdd5AufqSSqeM2qN1xzybapC8G4wEGGkZwyTDt1v",
        "extra": {
          "tier": "standard",
          "feePayer": "Hc3sdEAsCGQcpgfivywog9uwtk8gUBUZgsxdME1EJy88",
          "merchant": "x402Atlas"
        },
        "payTo": "ASt6xvRyQ7ntERsmcYVMdLqZvz1GEN8Fzexzq62tXrNQ",
        "amount": "10000",
        "scheme": "exact",
        "network": "solana:5eykt4UsFv8P8NJdTREpY1vzqKqZKvdp",
        "maxTimeoutSeconds": 300
      }
    ],
    "resource": {
      "url": "https://hyperliquid.use.x402atlas.com/book",
      "mimeType": "application/json",
      "description": "Live L2 order book for one Hyperliquid asset — bids and asks with price, size and order count, up to 20 levels per side.",
      "serviceName": "Hyperliquid Market Data"
    },
    "extensions": {
      "bazaar": {
        "info": {
          "input": {
            "type": "http",
            "method": "GET",
            "queryParams": {
              "coin": "BTC"
            }
          },
          "output": {
            "type": "json",
            "example": {
              "asks": [
                {
                  "n": 2,
                  "px": "64251.0",
                  "sz": "0.8"
                }
              ],
              "bids": [
                {
                  "n": 3,
                  "px": "64249.0",
                  "sz": "1.5"
                }
              ],
              "coin": "BTC",
              "time": "2026-07-10T12:00:00Z",
              "queried_at": "2026-07-10T12:00:00Z"
            }
          }
        },
        "tags": [
          "hyperliquid",
          "crypto",
          "order-book",
          "l2",
          "depth",
          "microstructure",
          "market-data",
          "dex"
        ],
        "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": [
                    "coin"
                  ],
                  "properties": {
                    "coin": {
                      "type": "string",
                      "maxLength": 32,
                      "description": "Asset symbol (perp e.g. BTC, or spot pair e.g. PURR/USDC)"
                    }
                  }
                }
              },
              "additionalProperties": false
            },
            "output": {
              "type": "object",
              "required": [
                "type"
              ],
              "properties": {
                "type": {
                  "type": "string"
                },
                "example": {
                  "type": "object",
                  "properties": {
                    "asks": {
                      "type": "array",
                      "items": {
                        "type": "object",
                        "properties": {
                          "n": {
                            "type": "integer",
                            "description": "Number of orders at this level"
                          },
                          "px": {
                            "type": "string",
                            "description": "Price (string for full precision)"
                          },
                          "sz": {
                            "type": "string",
                            "description": "Size (string for full precision)"
                          }
                        }
                      }
                    },
                    "bids": {
                      "type": "array",
                      "items": {
                        "type": "object",
                        "properties": {
                          "n": {
                            "type": "integer",
                            "description": "Number of orders at this level"
                          },
                          "px": {
                            "type": "string",
                            "description": "Price (string for full precision)"
                          },
                          "sz": {
                            "type": "string",
                            "description": "Size (string for full precision)"
                          }
                        }
                      }
                    },
                    "coin": {
                      "type": "string"
                    },
                    "time": {
                      "type": "string",
                      "format": "date-time",
                      "description": "Book timestamp reported by Hyperliquid"
                    },
                    "queried_at": {
                      "type": "string",
                      "format": "date-time",
                      "description": "When this response was generated"
                    }
                  }
                }
              }
            }
          }
        },
        "category": "finance",
        "routeTemplate": ":var1"
      }
    },
    "x402Version": 2
  }
]

UPTIME

07-20 · uptime 100.0% · 154ms avg07-21 · uptime 100.0% · 171ms avg07-2007-21
RESPONSE TIME
07-20 · 154ms avg07-20 · 154ms avg07-21 · 171ms avg07-21 · 171ms avg07-2007-21
30d UPTIME 100%
UPTIME 30D 100%
AVG RESP 167ms
TOTAL CHECKS 64

RECENT CHECKS

TIME STATUS RESP
● OK 194ms
● OK 157ms
● OK 173ms
● OK 202ms
● OK 91ms
● OK 132ms
● OK 140ms
● OK 115ms
● OK 199ms
● OK 106ms
● OK 112ms
● OK 92ms
● OK 97ms
● SLOW 270ms
● OK 169ms
● OK 136ms
● OK 89ms
● OK 197ms

OVER TIME

All charts share the 30d window selected here. Every series is also served as JSON at /api/v1/services/hyperliquid-market-data/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 9 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)
building volume history (1 day so far)

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
building buyer history (1 day so far)

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 Market Data is monitored on x402-list. Paste this on your site or README, it links back to this live listing.

Hyperliquid Market Data listed on x402-list
status
Hyperliquid Market Data uptime on x402-list
live uptime
// HTML
<a href="https://x402-list.com/services/hyperliquid-market-data?utm_source=badge&utm_medium=referral&utm_campaign=embed">
  <img src="https://x402-list.com/badge/hyperliquid-market-data.svg" alt="Hyperliquid Market Data listed on x402-list" height="28">
</a>
// Markdown
[![Hyperliquid Market Data on x402-list](https://x402-list.com/badge/hyperliquid-market-data.svg)](https://x402-list.com/services/hyperliquid-market-data?utm_source=badge&utm_medium=referral&utm_campaign=embed)
// HTML · live uptime variant
<a href="https://x402-list.com/services/hyperliquid-market-data?utm_source=badge&utm_medium=referral&utm_campaign=embed">
  <img src="https://x402-list.com/badge/hyperliquid-market-data.svg?data=uptime" alt="Hyperliquid Market Data 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 ]