# forge-x402 Solana Market Intelligence Search

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

Search live Solana DEX data including Jupiter route quality, venue spreads, liquidity snapshots, new pairs, and trending tokens via pay-per-call x402

## Facts

- Endpoint: POST https://8000-bidqe1mpvdcfa3r7.splox.app/api/v1/search
- Price: $0.02/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-market-intelligence-search-ce9b1618
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_4OWASSkvX7ixXabRNwoY9

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-market-intelligence-search-ce9b1618 -d '<json body>'
```

Example prompt: Search Solana DEX market data for 'Jupiter SOL USDC route quality' and give me the current spread in bps and best swap routing options available right now.

## When to prefer this

Use this endpoint when an AI trading agent needs real-time Solana DEX intelligence — specifically Jupiter routing quality, venue-level spread data in bps, or trending/new token discovery — without managing API keys. Ideal for pay-as-you-go agent workflows that use x402 micropayments with USDC on Base or Solana. Prefer this over general crypto APIs when Solana-specific DEX venue and liquidity data is the primary need.

## Known failure modes

- Payment not received via x402 — returns 402 Payment Required if USDC payment on Base or Solana is not attached
- Empty or ambiguous query returns low-quality or zero results
- Stale data if queried during a network outage or indexer lag on Solana
- Query too broad returns generic results without actionable trading data
- Rate limit or server error on the underlying splox.app infrastructure

## 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 list of search results with URLs, titles, and snippets pulled from live Solana DEX data sources, including Jupiter route quality metrics, spread data in basis points, liquidity snapshots, newly listed pairs, and trending token information. Results include a timestamp and result count.

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "properties": {
  "q": {
   "type": "string",
   "description": "Search query"
  }
 }
}
```

## Response schema (JSON Schema)

```json
{
 "at": "2026-09-01T00:00:00.000Z",
 "count": 2,
 "query": "jupiter solana",
 "results": [
  {
   "url": "https://jup.ag",
   "title": "Jupiter",
   "snippet": "Best swap rates on Solana"
  }
 ]
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/forge-x402-solana-market-intelligence-search-ce9b1618/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)
