← Back to marketplace

VIBE Top Picks — AI-Verified Smart Money Tokens

external

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.

by Vibe23 endpoints100% uptime522ms avg

Price

from $0.0050

up to $0.5000 per request

Network

base

Category

ai

On-chain txns

25

Uptime

100%

Avg latency

522ms

Checks

88

Status

Healthy

Base URL

https://api.vibe.airforce

Endpoints (23)

Discovered from on-chain x402 payment activity. Prices shown are per-call in USDC.

POST/api/x402/alpha/top-picks
base$0.5000

VIBE Data Product

POST/api/x402/vibe-tools/defi/discover
base$0.0050

Discover available DeFi protocols and positions

POST/api/x402/vibe-tools/defi/nontokenized
base$0.0050

Discover non-tokenized DeFi positions

POST/api/x402/vibe-tools/defi/quote
base$0.0120

Get DeFi position quote (stake, lend, LP)

POST/api/x402/vibe-tools/evm/swap-quote
base$0.0050

EVM swap quote via 0x aggregator (Base/Ethereum)

POST/api/x402/vibe-tools/evm/token-price
base$0.0120

Get ERC-20 token price in USD

POST/api/x402/vibe-tools/hyperliquid/exchange
base$0.0120

Proxy to Hyperliquid /exchange with EIP-712 signing

POST/api/x402/vibe-tools/hyperliquid/info
base$0.0050

Proxy read-only queries to Hyperliquid /info

POST/api/x402/vibe-tools/lighter/markets
base$0.0050

List Lighter DEX order books and stats

POST/api/x402/vibe-tools/lighter/proxy
base$0.0120

Generic proxy for Lighter DEX REST API

POST/api/x402/vibe-tools/pmxt/arbitrage
base$0.0200

Scan prediction market arbitrage opportunities

POST/api/x402/vibe-tools/pmxt/compare
base$0.0120

Compare Polymarket prices across exchanges

POST/api/x402/vibe-tools/pmxt/orderbook
base$0.0050

Get order book depth for a prediction market

POST/api/x402/vibe-tools/pmxt/quote
base$0.0050

Get midpoint price and spread for a prediction market

POST/api/x402/vibe-tools/pmxt/search
base$0.0120

Search Polymarket prediction markets by keyword

POST/api/x402/vibe-tools/shield/simulate
base$0.0150

Simulate DeFi transaction on forked EVM

POST/api/x402/vibe-tools/shield/validate
base$0.0120

Validate transaction integrity (MEV/tamper detection)

POST/api/x402/vibe-tools/swap-quote
base$0.0050

Solana DEX swap quote (Jupiter/Meteora)

POST/api/x402/vibe-tools/twitter/counts
base$0.0050

Get tweet volume for a search query. Returns total count and counts broken down by time granularity.

POST/api/x402/vibe-tools/twitter/search
base$0.0120

Search recent tweets by keyword (last 7 days). Returns tweets with author profiles and engagement metrics.

POST/api/x402/vibe-tools/twitter/trends
base$0.0120

Get trending topics by WOEID (Where On Earth ID). Returns list of trending topics with tweet volume.

POST/api/x402/vibe-tools/twitter/tweets
base$0.0120

Bulk lookup tweets by comma-separated numeric IDs (max 50). Returns full tweet objects with author profiles.

POST/api/x402/vibe-tools/twitter/users/search
base$0.0120

Search Twitter/X users by keyword. Returns matching user profiles.

Payment

Protocolx402 (direct payment, USDC)
Networkbase

How to call

Via APIHub (recommended)No wallet · pay with credits · gasless
# one-time setup
npx @apihubio/cli register
npx @apihubio/cli topup 10

# call it
npx @apihubio/cli call https://api.vibe.airforce \
  -X POST \
  -d '{ /* check provider docs for input */ }'

# or save it to Claude/Cursor/Codex
npx @apihubio/cli install
npx @apihubio/cli add https://api.vibe.airforce
APIHub pays the provider on your behalf and debits your credit balance for the exact amount. No wallet setup, no gas, no per-call signing.
Via direct x402 (advanced)Bring your own wallet
import { wrapFetchWithPayment } from "@x402/fetch";
import { createWalletClient, http } from "viem";
import { privateKeyToAccount } from "viem/accounts";
import { base } from "viem/chains";

const account = privateKeyToAccount("0xYOUR_PRIVATE_KEY");
const client = createWalletClient({ account, chain: base, transport: http() });
const x402Fetch = wrapFetchWithPayment(client);

const res = await x402Fetch("https://api.vibe.airforce", {
  method: "POST",
  headers: { "Content-Type": "application/json" },
  body: JSON.stringify({ /* check provider docs for input */ }),
});
const data = await res.json();
Requires USDC on Base and gas on each call. The @x402/fetch client signs EIP-3009 transferWithAuthorization for each 402 response and retries.

This is an external service not operated by APIHub. Listing data is sourced from public on-chain records and third-party indexes. Payment goes directly to the service provider via the x402 protocol. APIHub does not guarantee availability, accuracy, or quality of external services.