# forge-x402 Solana Liquidity & Market Intelligence

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

Returns live Solana DEX liquidity snapshots, pair data, volume, and transaction counts for a searched trading pair, paid per-call via x402 USDC.

## Facts

- Endpoint: POST https://8000-bidqe1mpvdcfa3r7.splox.app/api/v1/solana/liquidity
- Price: $0.001/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-liquidity-market-intelligence-f53f0397
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_ab-2JL_nkyn9S3zBSZvX3

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-liquidity-market-intelligence-f53f0397 -d '<json body>'
```

Example prompt: What's the current liquidity, 24-hour volume, and buy/sell transaction count for SOL/USDC across Solana DEXes right now?

## When to prefer this

Choose this endpoint when you need real-time Solana DEX liquidity data — specifically pair-level metrics like volume, transaction counts, price, and liquidity depth — without managing API keys. It is ideal for trading agents that require pay-per-call economics via x402 USDC micropayments and need fresh on-chain market data from Raydium, Orca, or Jupiter-routed venues on Solana.

## Known failure modes

- No matching pairs found for the query string — returns empty pairs array
- Payment failure via x402 if USDC balance is insufficient — call is rejected before processing
- Invalid or malformed query string — may return empty results or error
- Stale data if upstream DEX indexers are lagging — timestamp indicates data age
- Rate limiting or service unavailability on the hosted splox.app endpoint

## 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 search query, and an array of matching DEX pairs — each including the DEX name, pair contract address, 24h buy and sell transaction counts, current USD price, 24h volume in USD, and total liquidity in USD.

## Request schema (JSON Schema)

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

## Response schema (JSON Schema)

```json
{
 "at": "2026-09-01T00:00:00.000Z",
 "pairs": [
  {
   "dex": "raydium",
   "pair": "58oQChx4yWmvKdwLLZzbi4NJct1gJs5P9nuJwzhtkHxc",
   "txns24h": {
    "buys": 4200,
    "sells": 3900
   },
   "priceUsd": "146.2",
   "volume24h": 120000000,
   "liquidityUsd": 59000000
  }
 ],
 "query": "SOL/USDC"
}
```

## More

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