# X402 Hub Crypto News Endpoint 51

> X402 Hub Crypto News Endpoint 51 is a paid API for AI agents from x402-hub.vercel.app, paid per call via x402, $0.076666/call, status unknown (last checked 2026-09-14).

Fetches cryptocurrency news results for a given query, paid via x402 micropayments on Base

## Facts

- Endpoint: POST https://x402-hub.vercel.app/api/crypto-news51
- Price: $0.076666/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-14
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/x402-hub-crypto-news-endpoint-51-a6823d8b
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_dSPUwVXmmzg2XaJuNgVED

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 x402-hub-crypto-news-endpoint-51-a6823d8b -d '<json body>'
```

Example prompt: Search for the latest crypto news about Ethereum Layer 2 scaling solutions and give me what you find.

## When to prefer this

Use this endpoint when you need quick, pay-per-use access to cryptocurrency news without a subscription, especially when operating in an x402-enabled agent context on Base and requiring search-driven news retrieval rather than a fixed feed.

## Known failure modes

- Payment not fulfilled — 402 response if x402 micropayment is not sent
- Empty or vague query returns irrelevant or no results
- Upstream news API unavailable causing error in data field
- Malformed request body missing required query field returns 400

## How this service works

63 paid API endpoints protected by x402 micropayments on Base

## Output

Returns a data object containing news results from an upstream crypto news API, including articles, headlines, or related information matching the submitted query string.

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "required": [
  "query"
 ],
 "properties": {
  "query": {
   "type": "string",
   "description": "Query parameter for the API"
  }
 }
}
```

## Response schema (JSON Schema)

```json
{
 "type": "object",
 "properties": {
  "data": {
   "type": "object",
   "description": "Response data from upstream API"
  }
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/x402-hub-crypto-news-endpoint-51-a6823d8b/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from x402-hub.vercel.app](https://www.zero.xyz/host/x402-hub.vercel.app/llms.txt)
