# AgentServices Market Overview

> AgentServices 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 broad crypto market overview including key signals and optionally a full dataset of market conditions

## Facts

- Endpoint: GET https://agentservices.to/v1/skills/market-overview
- 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-overview-c9078e9d
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_cb3lPRen9ceVlqMlvLyF9

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-overview-c9078e9d
```

Example prompt: Give me a quick summary of how the crypto market is doing right now — just the key signals, nothing too deep.

## When to prefer this

Choose this endpoint when an AI agent needs a broad, holistic view of the crypto market rather than data on a specific token or asset. It is ideal for daily briefings, pre-trade condition checks, or monitoring workflows where a high-level market pulse is needed. It is cost-effective at $0.05 USDC per call via x402 micropayments on Base, making it suitable for frequent automated polling.

## Known failure modes

- Invalid depth parameter value returns an error — only 'summary' or 'full' are accepted
- Payment failure via x402 micropayment if USDC balance is insufficient
- Rate limiting or timeout if the upstream data provider is unavailable
- Empty or stale data if market data feed is temporarily disrupted

## 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

Returns either a summary of key crypto market signals or a complete dataset of current market conditions, depending on the requested depth level. May include price trends, sentiment indicators, DeFi metrics, and overall market health data.

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "properties": {
  "depth": {
   "type": "string",
   "description": "Detail level: 'summary' for key signals, 'full' for complete dataset"
  }
 }
}
```

## Response schema (JSON Schema)

```json
{}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/agentservices-market-overview-c9078e9d/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)
