# Crypto Pulse — Cryptocurrency Market Intelligence

> Crypto Pulse — Cryptocurrency Market Intelligence is a paid API for AI agents from the-stall.intuitek.ai, paid per call via x402, $0.007/call, status unknown (last checked 2026-09-15).

Returns real-time cryptocurrency market data, sentiment, and pulse metrics for crypto assets via a pay-per-call x402 endpoint

## Facts

- Endpoint: GET https://the-stall.intuitek.ai/cap/crypto-pulse
- Price: $0.007/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-15
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/crypto-pulse-cryptocurrency-market-intelligence-2636b44e
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_5-vQ0hlDyuHbC3VPE_pOm

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 crypto-pulse-cryptocurrency-market-intelligence-2636b44e
```

Example prompt: What's the current crypto pulse for Bitcoin — give me the latest market sentiment, price signals, and any notable trend indicators right now.

## When to prefer this

Choose this endpoint when you need real-time cryptocurrency market pulse and sentiment data without requiring API key registration, and you are operating in an x402-compatible payment environment with USDC on Base mainnet. Ideal for autonomous AI agents that need pay-per-use crypto intelligence at low cost ($0.007 per call).

## Known failure modes

- Payment not received or insufficient USDC — returns HTTP 402 Payment Required
- Invalid or unsupported cryptocurrency symbol — returns empty or error response
- Network congestion on Base mainnet causing payment confirmation delays
- Rate limiting if payment not properly processed
- Malformed properties parameter leading to unexpected results

## How this service works

Crypto market pulse — latest Ethereum (or Base) block context plus top crypto gainers and losers by 24h change, in a single call. Returns: block_number, timestamp, gas info (base_fee_gwei, gas_used/limit, tx_count), and top movers (symbol, name, price_usd, change_24h, volume_24h, market_cap). Use for crypto portfolio context, on-chain/market correlation, or pre-trade situational awareness. Free upstream: DRPC + CoinGecko. $0.007/call — 30% below the comparable two-endpoint chain.

## Output

Returns real-time cryptocurrency market pulse data including price metrics, market sentiment signals, trend indicators, and intelligence data for the requested crypto asset(s), paid via USDC on Base mainnet with no API key required.

## Example request

```json
{
 "properties": "market_data"
}
```

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "properties": {
  "properties": {
   "type": "string"
  }
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/crypto-pulse-cryptocurrency-market-intelligence-2636b44e/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from the-stall.intuitek.ai](https://www.zero.xyz/host/the-stall.intuitek.ai/llms.txt)
