# CryptoPulse Equity Marks — 24/7 Stock, Commodity, FX & Index Prices via Perp Markets

> CryptoPulse Equity Marks — 24/7 Stock, Commodity, FX & Index Prices via Perp Markets is a paid API for AI agents from cryptopulse.theaslangroupllc.com, paid per call via x402, $0.03/call, status unknown (last checked 2026-09-14).

Returns live mark prices for equities, commodities, FX pairs, and indices including weekends and off-hours using Hyperliquid HIP-3 perpetual market data, with oracle-regime flags and 24h change/funding/open-interest metrics.

## Facts

- Endpoint: GET https://cryptopulse.theaslangroupllc.com/api/equity-marks
- Price: $0.03/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-14
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/cryptopulse-equity-marks-24-7-stock-commodity-fx-index-prices-via-4f577f12
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_Nlv2NyII3QEYUzCHIBXG6

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 cryptopulse-equity-marks-24-7-stock-commodity-fx-index-prices-via-4f577f12
```

Example prompt: What is TSLA trading at right now? It's Sunday and I want to see the current mark price, 24h change, and funding rate from the Hyperliquid perp market, plus whether the price is oracle-anchored or venue-derived.

## When to prefer this

Choose this endpoint when you need equity, commodity, FX, or index prices outside regular exchange hours — on weekends, overnight, or holidays — and traditional market data APIs return stale or unavailable data. Ideal when you need a live mark price with accompanying funding rate and open interest context from perp markets, or when you need to determine whether a price has moved since Friday's close.

## Known failure modes

- Unknown or unsupported ticker symbol — returns error or empty result
- Asset not listed on Hyperliquid HIP-3 perp markets — no price available
- Stale data if Hyperliquid feed is temporarily unavailable
- Payment not processed (x402 payment required before data is returned)
- Rate limiting if too many calls are made in quick succession

## How this service works

Stock, commodity, FX and index prices 24/7 — including weekends and overnight when exchanges are closed. Answers "what is TSLA trading at right now on a Sunday", "weekend gold price", "has NVDA moved since Friday close". Live marks from Hyperliquid HIP-3 perp markets (trade.xyz and others): mark price, 24h change, funding, open interest, plus an oracle-regime flag telling you whether the price is externally anchored or venue-derived off-hours. Deterministic, no LLM.

## Output

Returns the current mark price for the requested equity, commodity, FX pair, or index sourced from Hyperliquid HIP-3 perp markets, along with 24-hour price change, funding rate, open interest, and an oracle-regime flag indicating whether the price is externally anchored or derived from the venue — available 24/7 including weekends and overnight when traditional exchanges are closed.

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "properties": {
  "group": {
   "type": "string",
   "description": "filter: equity | commodity | fx | index | crypto_index | preipo"
  },
  "limit": {
   "type": "number",
   "description": "when symbol omitted: how many markets (default 15, max 100)"
  },
  "symbol": {
   "type": "string",
   "description": "one symbol, e.g. TSLA, NVDA, GOLD, JPY, US500, SPCX — omit for top markets by open interest"
  }
 }
}
```

## Response schema (JSON Schema)

```json
{
 "type": "json",
 "example": {
  "markets": [
   {
    "symbol": "TSLA",
    "mark_price": 395.83,
    "asset_class": "equity",
    "change_24h_pct": -1.2,
    "open_interest_usd": 98000000,
    "funding_annualized_pct": 8.4
   }
  ],
  "deterministic": true,
  "oracle_regime": "venue_derived",
  "us_equity_session": "closed_weekend"
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/cryptopulse-equity-marks-24-7-stock-commodity-fx-index-prices-via-4f577f12/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from cryptopulse.theaslangroupllc.com](https://www.zero.xyz/host/cryptopulse.theaslangroupllc.com/llms.txt)
