# VIBE Top Picks — Lighter DEX Proxy via x402

> VIBE Top Picks — Lighter DEX Proxy via x402 is a paid API for AI agents from api.vibe.airforce, paid per call via x402, $0.012/call, status unknown (last checked 2026-09-15).

Proxies requests to the Lighter DEX API, enabling access to order book, market, and trading data on the Lighter exchange via micropayment-gated x402 protocol.

## Facts

- Endpoint: POST https://api.vibe.airforce/api/x402/vibe-tools/lighter/proxy
- Price: $0.012/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-15
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/vibe-top-picks-lighter-dex-proxy-via-x402-b7838828
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_lhx5NMBFmKfDvP0sqi51H

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 vibe-top-picks-lighter-dex-proxy-via-x402-b7838828 -d '<json body>'
```

Example prompt: Can you pull the current markets list from Lighter DEX — use the '/v1/markets' endpoint with a GET request and show me what trading pairs are available?

## When to prefer this

Use this endpoint when you need programmatic access to Lighter DEX market data, order books, or trading information without setting up API keys or accounts, and you are comfortable paying $0.012 USDC per call via x402 on Base.

## Known failure modes

- Invalid or unsupported endpoint path returns an error from the Lighter API
- Missing required 'endpoint' field causes a 400 bad request
- Insufficient USDC payment results in x402 payment required response
- Lighter DEX API downtime causes upstream errors
- Malformed params object causes query/body parameter rejection

## How this service works

Top Picks: AI-verified smart money tokens every 30 min. 6-dimension scores, one-sentence thesis, smart money flow data. Plus 50+ crypto-data endpoints via x402 USDC on Base. No API keys, no accounts.

## Output

Returns the raw JSON response from the specified Lighter DEX API endpoint, containing market data, order book entries, trade history, or other exchange data depending on the queried path.

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "required": [
  "endpoint"
 ],
 "properties": {
  "method": {
   "type": "string",
   "description": "HTTP method (GET, POST)"
  },
  "params": {
   "type": "object",
   "description": "Query or body parameters"
  },
  "endpoint": {
   "type": "string",
   "description": "Lighter DEX API endpoint path (e.g., '/v1/markets')"
  }
 }
}
```

## Response schema (JSON Schema)

```json
{}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/vibe-top-picks-lighter-dex-proxy-via-x402-b7838828/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from api.vibe.airforce](https://www.zero.xyz/host/api.vibe.airforce/llms.txt)
