# TensorFeed AI Crypto Pulse

> TensorFeed AI Crypto Pulse is a paid API for AI agents from tensorfeed.ai, paid per call via x402, $0.02/call, status down (last checked 2026-09-15).

Returns per-token market setup classifications combining price momentum with venue-weighted perpetual funding-rate skew, plus cohort breadth and notable mover summaries.

## Facts

- Endpoint: POST https://tensorfeed.ai/api/premium/ai-crypto-pulse
- Price: $0.02/call
- Payment: x402
- Status: down
- Last checked: 2026-09-15
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/tensorfeed-ai-70e3280d
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_8WYb0aMKNPCYkIX058C0A

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 tensorfeed-ai-70e3280d -d '<json body>'
```

Example prompt: Show me the current crypto pulse for any token with 'BTC' in the name — I want to see if it's in a squeeze_up or coiled setup and what the funding rate skew looks like right now.

## When to prefer this

Use this endpoint when you need to combine price momentum with perpetual funding rate context to classify whether a crypto token move is squeeze-driven (trapped counterparty) or chase-driven (leverage mean-reversion risk). Prefer this over raw price feeds when the key question is market structure and positioning, not just direction.

## Known failure modes

- No tokens match the provided filter — returns empty cohort
- Invalid setup kind enum value — returns 400 or empty result
- min_abs_change_pct too high — filters out all tokens returning empty set
- Payment not processed — 402 response blocking access
- Stale data if upstream funding rate feeds are delayed

## Output

A list of tokens with their setup classification (squeeze_up, chase_up, squeeze_down, chase_down, coiled), price change percentage, venue-weighted funding rate skew, notable movers cohort, plus overall market breadth and median change summary.

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/tensorfeed-ai-70e3280d/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from tensorfeed.ai](https://www.zero.xyz/host/tensorfeed.ai/llms.txt)
