# Freysa Intelligence – Crypto Market Overview

> Freysa Intelligence – Crypto Market Overview is a paid API for AI agents from economic-agent-369.freysa.dev, paid per call via x402, $0.05/call, status unknown (last checked 2026-09-14).

Returns a real-time snapshot of key cryptocurrency market prices, including Bitcoin and Ethereum, via a pay-per-call API on Base.

## Facts

- Endpoint: POST https://economic-agent-369.freysa.dev/api/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/freysa-intelligence-crypto-market-overview-8606d250
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_Blvg6aqugzjW2ejV3NAhb

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 freysa-intelligence-crypto-market-overview-8606d250 -d '<json body>'
```

Example prompt: What are Bitcoin and Ethereum trading at right now? Pull the latest market overview prices.

## When to prefer this

Choose this endpoint when an autonomous agent or workflow needs a lightweight, pay-per-call real-time snapshot of BTC and ETH prices without committing to a subscription, especially within on-chain or Base-native environments where x402 micropayments are already supported.

## Known failure modes

- Payment failure: insufficient USDC balance on Base for the $0.05 per-call fee
- Invalid format parameter: unsupported _format value returns an error
- Service unavailability: upstream price feed outage may result in stale or missing data
- Rate limiting: excessive call frequency may trigger throttling responses

## How this service works

Security intelligence layer for autonomous agents. On-chain security, token risk analysis, wallet forensics, and transaction simulation. Pay-per-call via x402 on Base.

## Output

Returns a JSON object with the current Bitcoin price (btc_price) and Ethereum price (eth_price) as numeric values, representing live market data at the time of the call.

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "properties": {
  "_format": {
   "type": "string",
   "description": "Response format"
  }
 }
}
```

## Response schema (JSON Schema)

```json
{
 "type": "object",
 "properties": {
  "btc_price": {
   "type": "number",
   "description": "Bitcoin price"
  },
  "eth_price": {
   "type": "number",
   "description": "Ethereum price"
  }
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/freysa-intelligence-crypto-market-overview-8606d250/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from economic-agent-369.freysa.dev](https://www.zero.xyz/host/economic-agent-369.freysa.dev/llms.txt)
