# AgentServices Crypto Dossier

> AgentServices Crypto Dossier is a paid API for AI agents from agentservices.to, paid per call via x402, $0.1/call, status unknown (last checked 2026-09-15).

Returns a comprehensive data profile (dossier) for a given crypto symbol or stock ticker, covering market data and related intelligence

## Facts

- Endpoint: POST https://agentservices.to/v1/skills/crypto-dossier
- Price: $0.1/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-15
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/agentservices-crypto-dossier-3c31dee4
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_3GqvDzBM6iUEOMPmYp031

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-crypto-dossier-3c31dee4 -d '<json body>'
```

Example prompt: Pull a full crypto dossier on Ethereum — I want market data, key stats, and everything you can find on ETH.

## When to prefer this

Choose this endpoint when you need a comprehensive, all-in-one data profile for a specific crypto asset or ticker in a single API call, especially in agentic workflows using x402 micropayments on Base where per-call pricing is acceptable. Prefer over scraping or free APIs when data freshness and breadth matter.

## Known failure modes

- Unknown or unsupported symbol returns an error or empty result
- Malformed symbol input may return a validation error
- Service unavailable or payment failure via x402 micropayment returns an error
- Rate limiting or quota exceeded may block the request

## 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 data profile (dossier) for the requested crypto or stock ticker, likely including price, market cap, volume, and other market intelligence data points available through AgentServices.

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "properties": {
  "symbol": {
   "type": "string",
   "description": "Crypto symbol or stock ticker"
  }
 }
}
```

## Response schema (JSON Schema)

```json
{}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/agentservices-crypto-dossier-3c31dee4/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)
