# Forge-x402 Solana News & Market Intelligence

> Forge-x402 Solana News & Market Intelligence is a paid API for AI agents from 8000-bidqe1mpvdcfa3r7.splox.app, paid per call via x402, $0.01/call, status unknown (last checked 2026-09-14).

Fetches live Solana ecosystem news and market intelligence snippets, optionally filtered by topic (e.g. defi, nft, jupiter), paid per-call via x402 with USDC.

## Facts

- Endpoint: POST https://8000-bidqe1mpvdcfa3r7.splox.app/api/v1/news/solana
- Price: $0.01/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-14
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/forge-x402-solana-news-market-intelligence-2bb20f00
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_upQrX06p5uiaeRZlbeVva

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 forge-x402-solana-news-market-intelligence-2bb20f00 -d '<json body>'
```

Example prompt: Pull the latest Solana DeFi news for me — I want recent headlines and snippets about Jupiter and liquidity activity on Solana.

## When to prefer this

Choose this endpoint when your agent needs real-time Solana ecosystem news or market context without managing API keys — particularly useful for trading agents needing up-to-date DeFi, NFT, or DEX intelligence on Solana, paid microtransactionally via x402 USDC.

## Known failure modes

- Payment not received or x402 flow not completed — returns 402 Payment Required
- Invalid or unsupported topic string — may return empty results array
- Service unavailable on splox.app host — returns 5xx error
- Rate limit exceeded — returns 429 Too Many Requests
- Malformed request body — returns 400 Bad Request

## How this service works

Live Solana DEX data for trading agents: Jupiter route quality, venue spreads in bps, liquidity snapshots, new pairs, trending tokens. Pay per call via x402 with USDC on Base or Solana. No API keys.

## Output

Returns a JSON object with a timestamp, result count, the query string used, and an array of results each containing a URL, title, and snippet from recent Solana ecosystem news sources.

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "properties": {
  "topic": {
   "type": "string",
   "description": "Optional topic, e.g. defi, nft, jupiter"
  }
 }
}
```

## Response schema (JSON Schema)

```json
{
 "at": "2026-09-01T00:00:00.000Z",
 "count": 2,
 "query": "solana news latest",
 "results": [
  {
   "url": "https://solana.com/news",
   "title": "Solana News",
   "snippet": "Latest updates"
  }
 ]
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/forge-x402-solana-news-market-intelligence-2bb20f00/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from 8000-bidqe1mpvdcfa3r7.splox.app](https://www.zero.xyz/host/8000-bidqe1mpvdcfa3r7.splox.app/llms.txt)
