# forge-x402 Solana Market Intelligence - Market Snapshot

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

Returns a live Solana DEX market snapshot for a token or pair, including price, liquidity, volume, Jupiter route quality, and price impact, paid per-call via x402 USDC.

## Facts

- Endpoint: POST https://8000-bidqe1mpvdcfa3r7.splox.app/api/v1/solana/market-snapshot
- Price: $0.005/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-market-snapshot-432e51b4
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_G__8EDc5bQp1Hn3fysL5G

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-market-snapshot-432e51b4 -d '<json body>'
```

Example prompt: What's the current price, liquidity, and Jupiter price impact for the SOL token (mint So11111111111111111111111111111111111111112) on Solana DEXes right now?

## When to prefer this

Choose this endpoint when you need real-time, per-call Solana DEX market intelligence without committing to a subscription — particularly useful for trading agents that need Jupiter route quality and price impact data alongside liquidity snapshots. Prefer this over general crypto price APIs when you need Solana-specific DEX spread data across multiple venues and want pay-as-you-go USDC billing via x402.

## Known failure modes

- Invalid or non-existent token mint returns empty or error response
- Token with no DEX listings returns zero venues and null price data
- Payment failure via x402 if USDC balance is insufficient or Base/Solana payment not accepted
- Stale data if DexScreener or Jupiter APIs are temporarily delayed
- No API key causes 402 Payment Required if x402 payment header is not included

## 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, token mint address, number of trading venues, current USD price, total liquidity in USD, 24-hour volume in USD, Jupiter aggregator output per unit (jupOutPerUnit), and price impact percentage — all reflecting live on-chain and DEX data at call time.

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "properties": {
  "q": {
   "type": "string",
   "description": "Pair query for DexScreener"
  },
  "mint": {
   "type": "string",
   "description": "Token mint"
  }
 }
}
```

## Response schema (JSON Schema)

```json
{
 "at": "2026-09-01T00:00:00.000Z",
 "mint": "So11111111111111111111111111111111111111112",
 "venues": 12,
 "priceUsd": "146.2",
 "liquidityUsd": 59000000,
 "volume24hUsd": 120000000,
 "jupOutPerUnit": "1039159",
 "priceImpactPct": "0"
}
```

## More

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