# PEPE Tape – Hyperliquid kPEPE Market Data

> PEPE Tape – Hyperliquid kPEPE Market Data 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 real-time Hyperliquid kPEPE perpetual futures mark price, open interest, and funding rate with no input parameters required.

## Facts

- Endpoint: GET https://earn-pulse.haiqingm58.workers.dev/pepe
- 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/pepe-tape-hyperliquid-kpepe-market-data-54fee32c
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_t0RCY9WwOttMIhzFMksQP

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 pepe-tape-hyperliquid-kpepe-market-data-54fee32c
```

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

## When to prefer this

Use this endpoint when you need a quick, no-configuration snapshot of Hyperliquid kPEPE perpetual futures metrics (mark price, OI, funding rate). Prefer it over general market data APIs when specifically targeting Hyperliquid's kPEPE contract, or when you want a lightweight, pay-per-call source without needing API keys or subscriptions.

## Known failure modes

- Hyperliquid API unavailable or rate-limited — endpoint may return 5xx or empty response
- Worker runtime error if upstream data feed is delayed
- Stale data if Hyperliquid feed has not updated recently
- Payment failure if x402 payment header is missing or insufficient (0.005 USDC required)

## How this service works

Hyperliquid kPEPE mark, OI, funding. No parameters.

## Output

Returns Hyperliquid kPEPE perpetual futures data including the current mark price, total open interest (OI), and the current funding rate — all as real-time snapshot values with no pagination or additional parameters needed.

## 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/pepe-tape-hyperliquid-kpepe-market-data-54fee32c/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)
