# SUI Tape – Hyperliquid SUI Mark, OI & Funding

> SUI Tape – Hyperliquid SUI Mark, OI & Funding is a paid API for AI agents from earn-pulse.haiqingm58.workers.dev, paid per call via x402, $0.005/call, status unknown (last checked 2026-09-14).

Returns the current mark price, open interest, and funding rate for SUI on Hyperliquid.

## Facts

- Endpoint: GET https://earn-pulse.haiqingm58.workers.dev/sui
- Price: $0.005/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-14
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/sui-tape-hyperliquid-sui-mark-oi-funding-cd643261
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_XbWw8wL8wS_oaKEYxPxIe

Status and success rate cover calls made through Zero and Zero's own probes. Third-party monitors may report differently.

## How to call it through Zero

Zero handles the 402 payment challenge and records the run. With the Zero CLI installed (`npm i -g @zeroxyz/cli`):

```sh
zero fetch --capability sui-tape-hyperliquid-sui-mark-oi-funding-cd643261
```

Example prompt: What's the current SUI mark price, open interest, and funding rate on Hyperliquid right now?

## When to prefer this

Use this endpoint when you need real-time SUI perpetual futures metrics — mark price, open interest, and funding rate — sourced directly from Hyperliquid. Prefer this over generic crypto price feeds when funding rate and OI are specifically needed alongside price, or when Hyperliquid-specific data is required for arbitrage, basis trading, or sentiment analysis around SUI.

## Known failure modes

- Hyperliquid API unavailable — upstream data source outage returns error or empty response
- Worker timeout if Hyperliquid is slow to respond
- Stale data if caching is applied at the worker layer
- HTTP 402 if payment is not included or insufficient

## How this service works

Hyperliquid SUI mark, OI, funding. No parameters.

## Output

Returns real-time Hyperliquid data for SUI including the mark price (current fair value), open interest (total notional in the market), and funding rate (the periodic payment between longs and shorts), enabling assessment of market sentiment and positioning.

## Request schema (JSON Schema)

```json
{
 "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"
    }
   }
  }
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/sui-tape-hyperliquid-sui-mark-oi-funding-cd643261/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from earn-pulse.haiqingm58.workers.dev](https://www.zero.xyz/host/earn-pulse.haiqingm58.workers.dev/llms.txt)
