# Syra Market Pulse Insights

> Syra Market Pulse Insights is a paid API for AI agents from api.syraa.fun, paid per call via x402, $0.02/call, status unknown (last checked 2026-09-13).

Returns real-time market pulse insights and trends across crypto and DeFi markets.

## Facts

- Endpoint: GET https://api.syraa.fun/insights/market-pulse
- Price: $0.02/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-13
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/syra-market-pulse-insights-c6f4d129
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_Apti9NfhN_3MWqvFgcbi_

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 syra-market-pulse-insights-c6f4d129
```

Example prompt: What's the current market pulse right now — any notable trends or signals I should know about across crypto markets?

## When to prefer this

Use this endpoint when you need a broad, real-time market pulse overview across crypto markets — not a specific token price (use Binance ticker endpoint) or token-specific trend (use Jupiter trending endpoint). Best for situational awareness, market monitoring, and trend detection at a macro level.

## Known failure modes

- Payment required (402) if x402 payment header is missing or insufficient
- Stale data if upstream market feeds are delayed
- Empty or minimal response if markets are in a quiet period
- Rate limiting if called too frequently
- Network timeout if real-time data sources are slow to respond

## How this service works

Returns real-time market pulse signals and insights for traders and analysts.

## Output

A real-time snapshot of market pulse insights, including trending signals, market sentiment indicators, and current trend directions across crypto and DeFi markets.

## Request schema (JSON Schema)

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

## Response schema (JSON Schema)

```json
{
 "type": "json",
 "example": {
  "ok": true,
  "paid": true
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/syra-market-pulse-insights-c6f4d129/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from api.syraa.fun](https://www.zero.xyz/host/api.syraa.fun/llms.txt)
