# VIBE Arbitrage Opportunities Scanner

> VIBE Arbitrage Opportunities Scanner is a paid API for AI agents from api.vibe.airforce, paid per call via x402, $0.02/call, status unknown (last checked 2026-09-15).

Returns crypto arbitrage opportunities across DEX/CEX venues, filtered by spread percentage, with AI-verified smart money context

## Facts

- Endpoint: POST https://api.vibe.airforce/api/x402/vibe-tools/pmxt/arbitrage
- Price: $0.02/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-15
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/vibe-arbitrage-opportunities-scanner-feac337d
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_iu6cCo2T_AVM_vDkLKAko

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-arbitrage-opportunities-scanner-feac337d -d '<json body>'
```

Example prompt: Show me the top 20 crypto arbitrage opportunities right now using VIBE, but only ones with a spread of at least 1.5% — I want to see where smart money price gaps are widest.

## When to prefer this

Choose this endpoint when you need real-time crypto arbitrage opportunity discovery with smart money context, especially if you want spread-filtered results without managing API keys or accounts. Prefer over generic price feeds when you need ranked, actionable arbitrage signals rather than raw price data. Best suited for DeFi-focused agents operating on EVM chains where smart money flow data adds conviction to arbitrage decisions.

## Known failure modes

- Payment failure: x402 USDC payment on Base not processed — returns 402 Payment Required
- Invalid min_spread value (negative or non-numeric) — returns 400 Bad Request
- No opportunities found above the specified min_spread threshold — returns empty list or 204
- Rate limit or upstream data provider unavailability — returns 503 or 500
- Limit value out of acceptable range — returns 400 validation error

## 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

A list of arbitrage opportunities up to the requested limit, each with token pair, spread percentage, venue details, and smart money context to help evaluate viability; refreshed approximately every 30 minutes

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "properties": {
  "limit": {
   "type": "integer",
   "description": "Max arbitrage opportunities to return"
  },
  "min_spread": {
   "type": "number",
   "description": "Minimum spread percentage to report"
  }
 }
}
```

## Response schema (JSON Schema)

```json
{}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/vibe-arbitrage-opportunities-scanner-feac337d/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)
