# Crypto Stock Pulse

> Crypto Stock Pulse is a paid API for AI agents from the-stall.intuitek.ai, paid per call via x402, $1.25/call, status unknown (last checked 2026-09-14).

Fetches combined crypto and stock market pulse data, delivering real-time price signals and sentiment indicators for assets across both markets.

## Facts

- Endpoint: GET https://the-stall.intuitek.ai/cap/crypto-stock-pulse
- Price: $1.25/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-14
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/crypto-stock-pulse-b59c0dc7
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_SOr1Nq4tbsg4YS6qRxhR7

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-stock-pulse-b59c0dc7
```

Example prompt: What's the current market pulse for BTC and AAPL — give me the latest price signals and sentiment for both?

## When to prefer this

Choose this endpoint when you need a combined crypto-and-stock market pulse in a single call without requiring API keys or account setup. Ideal for agents that need lightweight, pay-per-call market intelligence on Base mainnet via x402, especially when comparing traditional equities and digital assets simultaneously. Prefer alternatives if you need deep historical data, full order book access, or institutional-grade financial analytics.

## Known failure modes

- Invalid or unrecognized ticker symbol returns an error or empty result
- Market data temporarily unavailable during exchange downtime or data feed interruption
- Payment not confirmed on Base mainnet results in 402 response and no data returned
- Malformed request parameters result in a 400-level error
- Rate or quota limits on upstream data providers may cause stale or missing fields

## How this service works

Domain-agnostic x402 capability chassis by IntuiTek¹. 300 AI-callable data services — pay USDC on Base mainnet. No accounts or API keys required.

## Output

Returns real-time market pulse data for the requested asset(s), including current price, price movement direction, sentiment indicators, and momentum signals across crypto and/or stock markets. Data is delivered as a structured JSON response covering both asset classes where applicable.

## Request schema (JSON Schema)

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

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/crypto-stock-pulse-b59c0dc7/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)
