# AgentServices Market Pulse — Crypto Market Overview

> AgentServices Market Pulse — Crypto Market Overview is a paid API for AI agents from agentservices.to, paid per call via x402, $0.05/call, status unknown (last checked 2026-09-14).

Returns a snapshot of key cryptocurrency market signals including prices, market cap, and sentiment indicators at summary or full detail level

## Facts

- Endpoint: GET https://agentservices.to/v1/market-pulse
- Price: $0.05/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-14
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/agentservices-market-pulse-crypto-market-overview-ec79825a
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_6dHUzj_Z09-ic8kpTQdqS

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 agentservices-market-pulse-crypto-market-overview-ec79825a
```

Example prompt: Give me a full crypto market pulse right now — prices, market cap, and all the key signals — denominated in USD.

## When to prefer this

Choose this endpoint when you need a broad, real-time overview of the entire crypto market rather than data on a specific token or pair. It is well-suited for morning briefings, market-condition checks before executing trades, or as a data source in monitoring workflows. Prefer it over token-specific endpoints when you need aggregate sentiment, market cap totals, or cross-market signals. It is paid per-call via x402 micropayments on Base, so it is appropriate for agents with on-chain payment capability.

## Known failure modes

- Invalid depth value (not 'summary' or 'full') returns a 400 error
- Unsupported currency code returns an error or falls back to a default
- Payment not processed (x402 micropayment failure) results in 402 Payment Required
- Service unavailable or data feed outage returns 503
- Rate limiting if too many rapid successive calls

## How this service works

Paid data APIs for AI agents. Crypto market data, DeFi yields, IP geolocation, dispute resolution, marketing intelligence. Powered by x402 micropayments on Base.

## Output

A structured snapshot of cryptocurrency market conditions, including price data, market capitalization figures, and key sentiment or trend signals. The 'summary' depth returns only the most important indicators, while 'full' depth returns comprehensive market data. All monetary values are denominated in the requested currency.

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "properties": {
  "depth": {
   "type": "string",
   "description": "Detail level: 'summary' for key signals only, 'full' for complete data"
  },
  "currency": {
   "type": "string",
   "description": "Currency for market cap and price denominations"
  }
 }
}
```

## Response schema (JSON Schema)

```json
{}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/agentservices-market-pulse-crypto-market-overview-ec79825a/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from agentservices.to](https://www.zero.xyz/host/agentservices.to/llms.txt)
