# forge-x402 Solana Market Intelligence - Market Snapshot

> forge-x402 Solana Market Intelligence - Market Snapshot is a paid API for AI agents from temporary-brisk-indigo-3tes07o.vercel.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, including Jupiter route quality, venue spreads, liquidity, volume, and price impact data, paid per-call via x402 with USDC.

## Facts

- Endpoint: POST https://temporary-brisk-indigo-3tes07o.vercel.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-d7e8bb55
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_rePAR8S6DYQOjoqDFvIkv

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-d7e8bb55 -d '<json body>'
```

Example prompt: Pull a live market snapshot for the Solana token with mint So11111111111111111111111111111111111111112 — I need the current price, liquidity, 24h volume, number of venues quoting it, and the Jupiter price impact so I can decide whether to execute a swap.

## When to prefer this

Choose this endpoint when you need real-time Solana DEX intelligence — specifically Jupiter route quality, multi-venue liquidity snapshots, and price impact data — without managing API keys. Ideal for trading agents making execution decisions on Solana where fresh, pay-per-call data is preferable to a subscription. Prefer this over generic price APIs when you need venue spread data, price impact estimates, and liquidity depth simultaneously in a single call.

## Known failure modes

- Invalid or unrecognized token mint returns empty or null venue data
- Payment failure via x402 if insufficient USDC balance on Base or Solana
- Token not listed on DexScreener results in no pair data
- Stale or missing Jupiter route data for illiquid tokens
- Network timeout if Vercel cold start delays response
- Missing both 'q' and 'mint' parameters may return an error or ambiguous result

## 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, the token mint address, the number of DEX venues quoting the token, the current USD price, total liquidity in USD, 24-hour volume in USD, Jupiter's output per unit (jupOutPerUnit in lamports), and the estimated price impact percentage for a standard trade.

## 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-d7e8bb55/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from temporary-brisk-indigo-3tes07o.vercel.app](https://www.zero.xyz/host/temporary-brisk-indigo-3tes07o.vercel.app/llms.txt)
