x402 API Marketplace

70+ paid endpoints — on-chain data, DeFi, social, and prediction markets via HTTP 402

x402 Protocol Integration

VIBE AI runs the largest x402-powered API marketplace — 70+ paid endpoints across on-chain data, DeFi execution, social intelligence, and prediction markets. Every endpoint is pay-per-use via x402 protocol (HTTP 402 Payment Required) with USDC on Base, no API keys required.

x402scan listing: x402scan.com/listing/vibe


Quick Start

Python (x402 v2.10.0)

from x402 import x402Client
from x402.http import x402HTTPClient
from x402.mechanisms.evm.signers import EthAccountSigner
from x402.mechanisms.evm.exact import ExactEvmScheme
from eth_account import Account
import httpx

wallet = Account.from_key("0x...")
client = x402Client()
client.register("eip155:8453", ExactEvmScheme(signer=EthAccountSigner(account=wallet)))
http_client = x402HTTPClient(client)

# Handles 402 → EIP-3009 payment → retry automatically
response = httpx.get("https://api.vibe.airforce/api/x402/alpha/top-picks")
picks = response.json()["picks"]

TypeScript / Node.js

import { x402Client } from "@x402/client";
import { EthWalletSigner } from "@x402/signers";
import { ethers } from "ethers";

const wallet = new ethers.Wallet("0x...");
const client = new x402Client();
client.register("eip155:8453", new EthWalletSigner(wallet));

// Payment handled transparently via 402 middleware
const response = await fetch("https://api.vibe.airforce/api/x402/alpha/top-picks", {
  headers: client.headers(),
});
const { picks } = await response.json();

curl (Manual 402 Flow)

# Step 1: Call endpoint — get 402 Payment Required
curl -s -D - https://api.vibe.airforce/api/x402/alpha/top-picks

# Step 2: Extract payment details from Payment-Required header
# Step 3: Sign EIP-3009 permit (USDC on Base)
# Step 4: Retry with Payment-Signature header
curl -s https://api.vibe.airforce/api/x402/alpha/top-picks \
  -H "Payment-Signature: <0x-signed-permit>"

Free Previews

Every endpoint supports ?preview=true — no payment required. Rate limit: 5 previews/hour/IP.

# Free preview of Top Picks
curl "https://api.vibe.airforce/api/x402/alpha/top-picks?preview=true"

# Free preview of Nansen token screener
curl -X POST "https://api.vibe.airforce/api/x402/vibe-tools/data-provider/nansen/tgm/token-screener?preview=true" \
  -H "Content-Type: application/json" \
  -d '{"chains":["solana"],"only_smart_money":true}'

# Free preview of Twitter search
curl "https://api.vibe.airforce/api/x402/vibe-tools/twitter/search?preview=true&query=ethereum"

Volume Discounts

High-volume integrators qualify for automatic discounts applied to trailing 30-day volume:

TierMonthly VolumeDiscountEffective Price (per $0.012 call)
Standard1–99 calls0%$0.012
Pro100–999 calls20% off$0.0096
Enterprise1,000+ calls40% off$0.0072

No signup required — discounts apply automatically based on your wallet address's 30-day call history.


Payment Protocol

ParameterValue
Protocolx402 (HTTP 402 Payment Required)
Payment methodEIP-3009 (gasless USDC permit)
NetworkBase (CAIP-2: eip155:8453)
CurrencyUSDC
Token address0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913
Challenge timeout300 seconds

Endpoint Catalog

Alpha Signals

Smart money discovery feeds updated every 30 minutes.

EndpointMethodPriceDescription
/api/x402/alpha/top-picksGET$0.50Top 3 tokens per chain ranked by VIBE Score (0-100). 6-dimension scoring: flow, social, price, freshness, market, safety. 59% win rate across 108 tracked picks.
/api/x402/alpha/exodusGET$0.50Smart money exit signals — tokens being sold by top wallets. Inverse of Top Picks. Includes exodus score, wallet exodus count, net outflow USD.
/api/x402/alpha/whale-alertsGET$0.25Significant smart money moves in the last hour. Wallet label, token, amount USD, tx hash, chain.

Swap & Price Quotes

DEX swap routing and token pricing.

EndpointMethodPriceDescription
/api/x402/vibe-tools/swap-quotePOST$0.005Solana DEX swap quote (Jupiter/Meteora)
/api/x402/vibe-tools/evm/swap-quotePOST$0.005EVM swap quote via 0x aggregator (Base/Ethereum)
/api/x402/vibe-tools/evm/token-pricePOST$0.002ERC-20 token price in USD

DeFi Discovery (Enso)

Protocol discovery, position quotes, and non-tokenized positions.

EndpointMethodPriceDescription
/api/x402/vibe-tools/defi/discoverPOST$0.005Discover DeFi protocols and positions
/api/x402/vibe-tools/defi/quotePOST$0.012DeFi position quote (stake, lend, LP)
/api/x402/vibe-tools/defi/nontokenizedPOST$0.005Non-tokenized DeFi positions

Transaction Safety (Shield)

Simulate and validate transactions before execution.

EndpointMethodPriceDescription
/api/x402/vibe-tools/shield/simulatePOST$0.015Simulate DeFi transaction on forked EVM
/api/x402/vibe-tools/shield/validatePOST$0.012Transaction integrity validation (MEV/tamper detection)

DEX Proxies

Direct access to Lighter, Hyperliquid, and pump.fun.

EndpointMethodPriceDescription
/api/x402/vibe-tools/lighter/marketsPOST$0.005Lighter DEX order books and stats
/api/x402/vibe-tools/lighter/proxyPOST$0.012Generic proxy for Lighter DEX REST API
/api/x402/vibe-tools/hyperliquid/infoPOST$0.005Hyperliquid /info proxy (markets, prices, orderbooks)
/api/x402/vibe-tools/hyperliquid/exchangePOST$0.012Hyperliquid /exchange proxy with EIP-712 signing
/api/x402/vibe-tools/pump/coin/{mint}GET$0.005pump.fun coin state (market cap, reserves)

Prediction Markets (PMXT)

Polymarket search, pricing, and arbitrage scanning.

EndpointMethodPriceDescription
/api/x402/vibe-tools/pmxt/searchPOST$0.012Search Polymarket markets by keyword
/api/x402/vibe-tools/pmxt/quotePOST$0.005Midpoint price and spread for a market
/api/x402/vibe-tools/pmxt/orderbookPOST$0.005Order book depth for a market
/api/x402/vibe-tools/pmxt/comparePOST$0.012Compare Polymarket prices across exchanges
/api/x402/vibe-tools/pmxt/arbitragePOST$0.020Scan prediction market arbitrage opportunities

Nansen Smart Money (6 endpoints)

Token flows and holdings across smart money wallets. All at $0.06/call.

EndpointPriceDescription
.../nansen/smart-money/netflow$0.06Token flow analysis by smart money wallets across chains
.../nansen/smart-money/holdings$0.06Current token holdings of smart money wallets
.../nansen/smart-money/dex-trades$0.06DEX trades by smart money traders (24h, all EVM)
.../nansen/smart-money/jup-dca$0.06Jupiter DCA orders by smart money wallets on Solana
.../nansen/smart-money/historical-holdings$0.06Historical holdings of smart money wallets
.../nansen/smart-money/perp-trades$0.06Smart money perp trading on Hyperliquid

Base path: /api/x402/vibe-tools/data-provider

Nansen Profiler — Wallet Intelligence (11 endpoints)

Deep wallet analysis: balances, transactions, PnL, counterparties.

EndpointPriceDescription
.../nansen/profiler/address/balances$0.012Current token balances for any address
.../nansen/profiler/address/historical-balances$0.012Historical token holdings over time
.../nansen/profiler/address/transactions$0.012Transaction list with spam filtering
.../nansen/profiler/address/counterparties$0.06Top counterparties a wallet has interacted with
.../nansen/profiler/address/related-wallets$0.012Related wallets and first-degree connections
.../nansen/profiler/address/pnl-summary$0.012Trade summary and top 5 most profitable trades
.../nansen/profiler/address/pnl$0.012Detailed PnL with realized/unrealized
.../nansen/profiler/address/nft-holdings$0.012NFT holdings with collection info
.../nansen/profiler/address/token-transfers$0.012Token transfer history with filters
.../nansen/profiler/address/labels$1.20Nansen wallet labels (Smart Trader, Fund, Whale, etc.)
.../nansen/profiler/perp-positions$0.012Current Hyperliquid positions and PnL
.../nansen/profiler/perp-trades$0.012Wallet Hyperliquid trade history
.../nansen/perp-leaderboard$0.06Top Hyperliquid traders by PnL

Nansen Token God Mode (14 endpoints)

Per-token deep dives: flows, holders, traders, indicators, OHLCV.

EndpointPriceDescription
.../nansen/tgm/flow-intelligence$0.012Token flow summary: Smart Money, exchanges, whales
.../nansen/tgm/who-bought-sold$0.012Recent buyers/sellers of a token
.../nansen/tgm/dex-trades$0.012All DEX trades of a specific token
.../nansen/tgm/transfers$0.012Top token transfers by value
.../nansen/tgm/holders$0.06Holder breakdown by category
.../nansen/tgm/flows$0.012Total inflow/outflow analysis
.../nansen/tgm/pnl-leaderboard$0.06Top PnL addresses for a token
.../nansen/tgm/jup-dca$0.012Jupiter DCA orders for a token
.../nansen/tgm/token-screener$0.012Real-time token screening across chains
.../nansen/tgm/perp-screener$0.012Screen Hyperliquid tokens by smart money activity
.../nansen/tgm/perp-trades$0.012Perp token trading history
.../nansen/tgm/perp-pnl-leaderboard$0.06Top PnL addresses for a perp token
.../nansen/tgm/perp-positions$0.06Open perp positions with leverage and PnL
.../nansen/tgm/token-information$0.012Token market stats and metrics
.../nansen/tgm/indicators$0.06Risk/reward indicators (momentum, RSI, MACD)
.../nansen/tgm/token-ohlcv$0.012OHLCV price data with customizable intervals

Twitter/X (16 endpoints)

Public read endpoints for social intelligence.

EndpointPriceDescription
.../twitter/search$0.001Search recent tweets by keyword (7 days)
.../twitter/tweet/{id}$0.005Get tweet by ID
.../twitter/tweets$0.001Bulk lookup tweets by IDs (max 50)
.../twitter/user/{username}$0.005Get user profile by username
.../twitter/user/id/{id}$0.005Get user profile by ID
.../twitter/user/{id}/timeline$0.001Get user timeline tweets
.../twitter/user/{id}/mentions$0.001Get user mentions
.../twitter/user/{id}/followers$0.005Get user followers
.../twitter/user/{id}/following$0.005Get who a user follows
.../twitter/users/search$0.001Search users by keyword
.../twitter/tweet/{id}/liking-users$0.005Get users who liked a tweet
.../twitter/tweet/{id}/quote-tweets$0.005Get quote tweets
.../twitter/tweet/{id}/retweets$0.005Get retweets of a tweet
.../twitter/tweet/{id}/retweeted-by$0.005Get users who retweeted a tweet
.../twitter/counts$0.005Get tweet volume for a query
.../twitter/trends$0.001Get trending topics by WOEID

Base path for all Twitter endpoints: /api/x402/vibe-tools


Integration Options

VIBE offers three ways to access these endpoints:

MethodAuthBest For
x402 PaidEIP-3009 USDC on BaseExternal agents, no account needed
Credit-billedVIBE API key (x-api-key header)VIBE users with credit balance
Free PreviewNone (?preview=true)Testing, exploration (5/hr/IP)

Credit-billed access

# Authenticate with VIBE API key instead of x402 payment
curl https://api.vibe.airforce/api/vibe-tools/twitter/search?query=eth \
  -H "x-api-key: pk_YOUR_PUBLIC:sk_YOUR_SECRET"

Credit-billed calls use the same endpoints under /api/vibe-tools/* (no x402 prefix, no 402 response).


OpenAPI Spec

Full machine-readable spec with x-payment-info on all routes, requestBody schemas, 402 response schemas, and ownership proofs:

https://api.vibe.airforce/openapi.json

Compatible with x402scan and mppscan for automated discovery.


x402scan Listing

VIBE is listed on x402scan — the x402 protocol explorer. The listing includes:

  • Platform discovery: https://api.vibe.airforce/.well-known/x402
  • Agent discovery: https://api.vibe.airforce/.well-known/x402/agent/{agent_id}
  • Ownership verification: EIP-191 signed proof of domain ownership
  • 70+ verified endpoints with pricing and output schemas

Visit x402scan.com to explore all listed x402 providers.


Support


Built by VIBE.aiRforce Team