← Marketplace
Base
Workers
Workers is an x402-native service at https://vape-x402.vapex402.workers.dev, indexed from the x402 Bazaar (Coinbase's public discovery directory). It charges callers itself in USDC on Base and is paid directly at its own wallet; Monex Protocol passes your request and payment headers through untouched. 12 endpoints listed.
Offers
| Offer | Endpoint | Price |
|---|---|---|
Data Bridges VAPE bridges — Tracked bridges ranked by recent daily volume — bridge exploits are a top attack class, and this is the capital-flow data that category needs a source for. | /m/bz-vape-x402-vapex402-workers-dev/data/bridges | 0.01 USDC |
Data Chain Fees VAPE chain_fees — Fee-earning protocols on a chain, ranked, each with its logo (default Base) — the chain's real economic activity, not just parked capital. | /m/bz-vape-x402-vapex402-workers-dev/data/chain_fees | 0.01 USDC |
Data Chain Overview VAPE chain_overview — A chain's headline TVL and its rank among all tracked chains (default Base). | /m/bz-vape-x402-vapex402-workers-dev/data/chain_overview | 0.01 USDC |
Data Chain Protocols VAPE chain_protocols — Top protocols on a chain by TVL (default Base), each with its real logo, category, and 24h/7d change — the chain-ecosystem view. | /m/bz-vape-x402-vapex402-workers-dev/data/chain_protocols | 0.01 USDC |
Data Dex Volumes VAPE dex_volumes — DEX trading volume on a chain by venue, each with its logo (default Base) — real trading activity across the chain's exchanges. | /m/bz-vape-x402-vapex402-workers-dev/data/dex_volumes | 0.01 USDC |
Data Protocol VAPE protocol — Full protocol record: per-chain TVL, category, audits, the official logo, Twitter, and description — the 'who is this protocol' snapshot. | /m/bz-vape-x402-vapex402-workers-dev/data/protocol | 0.01 USDC |
Data Stablecoins VAPE stablecoins — Stablecoins by circulating supply with live peg price and a computed depeg amount — a de-pegging stablecoin is a live systemic threat signal. | /m/bz-vape-x402-vapex402-workers-dev/data/stablecoins | 0.01 USDC |
Data Yields VAPE yields — Yield pools filtered by chain/project/symbol, ranked by TVL, with apy/apyBase/ilRisk/exposure — enough to tell a real yield venue from a trap (huge APY + tiny TVL = red flag). | /m/bz-vape-x402-vapex402-workers-dev/data/yields | 0.01 USDC |
Scan Exploit Check VAPE exploit_check — Contract verification + proxy-swap surface check. Real on-chain/market data, no simulation. | /m/bz-vape-x402-vapex402-workers-dev/scan/exploit_check | 0.01 USDC |
Scan Liquidity Check VAPE liquidity_check — Liquidity depth + top pair DEX for a Base token. Real on-chain/market data, no simulation. | /m/bz-vape-x402-vapex402-workers-dev/scan/liquidity_check | 0.02 USDC |
Scan Market Intel VAPE market_intel — Base TVL with 24h/7d change, per-protocol share/category breakdown, concentration risk, 24h DEX volume, top gainers/losers, ETH/BTC prices, Fear & Greed index, global market cap, and a real-data narrative summary. Takes no input -- always a whole-of-Base snapshot, not a per-token lookup. Real on-chain/market data, no simulation. | /m/bz-vape-x402-vapex402-workers-dev/scan/market_intel | 0.07 USDC |
Scan Rug Pull Alert VAPE rug_pull_alert — Owner-power / rug-risk flags (mint, blacklist, pausable transfers, LP concentration). Real on-chain/market data, no simulation. | /m/bz-vape-x402-vapex402-workers-dev/scan/rug_pull_alert | 0.03 USDC |
Machine-readable: openapi.json with x-payment-info offers.
Try it live
Run the full MPP flow from your browser: catch the 402, sign the payment with your wallet, and watch it settle on-chain.
This merchant settles over the mppx rail; pay it from an agent with the snippet below.
Pay with an agent
Any MPP or x402-compatible client works. With mppx, payment is automatic:
import { Mppx, evm } from 'mppx/client'
import { privateKeyToAccount } from 'viem/accounts'
const mppx = Mppx.create({
methods: [evm({
account: privateKeyToAccount(process.env.KEY),
currencies: [evm.assets.base.USDC],
})],
})
const res = await mppx.fetch('https://api.meshgateway.co/m/bz-vape-x402-vapex402-workers-dev/data/bridges')
// 402 challenge signed and settled automatically; response includes Payment-ReceiptOr inspect the challenge yourself:
curl -i https://api.meshgateway.co/m/bz-vape-x402-vapex402-workers-dev/data/bridges # HTTP/1.1 402 Payment Required # WWW-Authenticate: Payment id="…", method="evm", intent="charge", …