# forge-x402 Solana Liquidity & DEX Market Intelligence

> forge-x402 Solana Liquidity & DEX Market Intelligence is a paid API for AI agents from temporary-brisk-indigo-3tes07o.vercel.app, paid per call via x402, $0.001/call, status unknown (last checked 2026-09-14).

Returns live Solana DEX liquidity snapshots, pair metrics, and trading volume for a given token pair query, paid per-call via x402 protocol with USDC.

## Facts

- Endpoint: POST https://temporary-brisk-indigo-3tes07o.vercel.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-dex-market-intelligence-7158eb26
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_B_l9fgWm4rHAz7UpBUFMB

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-dex-market-intelligence-7158eb26 -d '<json body>'
```

Example prompt: Pull the live DEX data for SOL/USDC on Solana — I need the current liquidity in USD, 24h volume, and buy/sell transaction counts from Raydium or whichever venue has the best data.

## When to prefer this

Choose this endpoint when your agent needs real-time, per-call Solana DEX liquidity data without committing to a monthly API key subscription. It is ideal for trading agents that need on-demand snapshots of pair liquidity, volume, and transaction activity on Raydium, Jupiter, or other Solana venues, and that can pay micro-amounts via x402 USDC per query rather than managing API credentials.

## Known failure modes

- Empty pairs array if no matching pair is found for the search query
- Payment failure via x402 if wallet has insufficient USDC on Base or Solana
- Stale or delayed data if on-chain indexing lags behind real-time state
- HTTP 402 if x402 payment is not properly attached to the request
- Rate limits or temporary unavailability from the Vercel-hosted 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 timestamped JSON object with a list of DEX pairs matching the query, each including the DEX name (e.g. raydium), pair contract address, 24h buy and sell transaction counts, current price in USD, 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-dex-market-intelligence-7158eb26/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)
