x402 Agent Tools API

Pay-per-request utility endpoints for AI agents | LLM Format

Not connected

Instant API access without key management.

These endpoints wrap popular APIs and provide instant access via x402 micropayments. Perfect for AI agents that need data without managing API keys or subscriptions.

Payment: USDC on Base Mainnet | Protocol: x402 | Price: $0.01 per request

Other x402 APIs:

Padel API - Global padel club data and open matches - $0.01/request

Uncensored AI API - Chat, reasoning, code & image generation via Venice AI - $0.03-$0.08/request

Audio API - Text-to-speech and speech-to-text via ElevenLabs - $0.05-$0.10/request

Crypto API - Token metadata, security analysis, risk scoring - $0.02+/request

Residential Proxy API - Fetch URLs through residential IPs - $0.01/request

x402scan.com - Web interface to test any x402 API with your wallet

šŸ“Š API Rate Limits Reference
API Source Data Type Rate Limit
CoinGecko Crypto prices, market data 10-30 calls/min
OpenWeatherMap Current weather, forecasts 1,000 calls/day
Nominatim (OSM) Geocoding 1 req/sec
Wikipedia Article content, search Unlimited
NewsAPI News headlines, search 100 requests/day
Alpha Vantage Stock quotes, forex, crypto 25 requests/day
ExchangeRate-API Fiat currency conversion 1,500 requests/month
REST Countries Country data, flags Unlimited
Open Library Book metadata, covers Unlimited
Hacker News Tech news, comments Unlimited
GitHub API Repo data, user info 5,000 requests/hour
USDA FoodData Nutrition information Unlimited
IP-API IP geolocation 1,000/day
PurpleAir Air quality data Free tier
PokeAPI Pokemon data (demo) Unlimited

Cryptocurrency Data

Get Crypto Price CoinGecko

POST /api/x402-tools/crypto/price
$0.01

Get current price and market data for any cryptocurrency.

Get Multiple Crypto Prices CoinGecko

POST /api/x402-tools/crypto/prices
$0.01

Get prices for multiple cryptocurrencies in one request.

Weather Data

Current Weather OpenWeatherMap

POST /api/x402-tools/weather/current
$0.01

Get current weather for any location worldwide.

Geocoding

Geocode Address OpenStreetMap

POST /api/x402-tools/geocode
$0.01

Convert address to coordinates (latitude/longitude).

Reverse Geocode OpenStreetMap

POST /api/x402-tools/reverse-geocode
$0.01

Convert coordinates to address.

Knowledge / Wikipedia

Search Wikipedia Wikipedia

POST /api/x402-tools/wiki/search
$0.01

Search Wikipedia articles by keyword.

Get Article Summary Wikipedia

POST /api/x402-tools/wiki/summary
$0.01

Get summary of a Wikipedia article.

News

Search News NewsAPI

POST /api/x402-tools/news/search
$0.01

Search news articles by keyword.

Financial Data

Stock Quote Alpha Vantage

POST /api/x402-tools/stocks/quote
$0.01

Get stock quote and daily stats.

Fiat Currency Conversion

Convert Fiat Currency ExchangeRate-API

POST /api/x402-tools/currency/convert
$0.01

Convert between fiat currencies (USD, EUR, GBP, JPY, etc.) using real-time exchange rates. For crypto prices, use /crypto/price instead.

Shipping Tracker

Track a Package Multi-Carrier

POST /api/x402-tools/shipping/track
$0.02

Look up shipment status by tracking number. Auto-detects carrier from format (FedEx 12/15-digit, USPS 20/22-digit, UPS 1Z…) or pass carrier explicitly. Returns normalized JSON with status, full event timeline, shipper/recipient, ETA.

Live: FedEx, USPS, DHL. In rollout (creds pending): UPS.

Roadmap (returns "coming soon" — your paid request is logged as a demand signal so we can prioritize): canada_post, la_poste, royal_mail, australia_post, evri, deutsche_post, postnl, china_post, japan_post, india_post, correos, poste_italiane, aramex, yodel, swiss_post, correios, ems, ontrac, amazon_shipping.

Country Data

Country Information REST Countries

POST /api/x402-tools/countries/info
$0.01

Get detailed country data including capital, population, languages, currencies, and flag.

Books & Literature

Search Books Open Library

POST /api/x402-tools/books/search
$0.01

Search for books by title, author, or ISBN. Returns metadata and cover images.

Tech News

Top Hacker News Stories Hacker News

POST /api/x402-tools/hackernews/top
$0.01

Get the top tech stories from Hacker News with scores and comment counts.

Developer Tools

GitHub Repository Info GitHub

POST /api/x402-tools/github/repo
$0.01

Get GitHub repository metadata including stars, forks, and issues.

Nutrition Data

Food Nutrition Search USDA FoodData

POST /api/x402-tools/nutrition/search
$0.01

Search the USDA database for food nutrition information (calories, protein, etc.).

Air Quality

Air Quality Data PurpleAir

POST /api/x402-tools/air/quality
$0.01

Get real-time air quality (PM2.5, AQI) from PurpleAir sensors. Search by coordinates or sensor ID.

IP Geolocation

IP Address Lookup IP-API

POST /api/x402-tools/ip/lookup
$0.01

Get geographic location, ISP, and timezone for any IP address.

Fun / Demo

Pokemon Info PokeAPI

POST /api/x402-tools/pokemon/info
$0.01

Get Pokemon stats, types, abilities, and sprites. Great for testing x402 integrations!

Residential Proxy

Fetch URL (Random IP) Proxy

POST /api/x402-proxy/fetch
$0.01

Fetch any URL through a residential IP. Bypasses datacenter IP blocks, Cloudflare challenges, and geo-restrictions. Fresh IP on every request, 3 automatic retries.

url (string, required) - Target URL to fetch
method (string, optional) - HTTP method. Default: GET
headers (object, optional) - Custom headers to forward
body (string, optional) - Request body for POST/PUT
country (string, optional) - 2-letter ISO country code for geo-targeting (US, GB, DE, JP, etc.)
session_id (string, optional) - 1-8 alphanumeric chars to reuse the same IP across requests

Fetch URL (Geo-Targeted) Proxy

POST /api/x402-proxy/fetch/geo
$0.01

Same as /fetch but requires a country code. Use for geo-restricted content or localized pricing.

url (string, required) - Target URL to fetch
country (string, required) - 2-letter ISO country code

Proxy Usage Stats Proxy

POST /api/x402-proxy/stats
$0.01

Get cumulative bandwidth and usage statistics.

Refundable Escrow Variants (x402r)

All external-API endpoints have refundable escrow variants at the same $0.01 price. Replace x402-tools with x402r-tools in the URL. Payments are held in escrow with a 10-minute refund window.

EndpointPrice
/api/x402r-tools/crypto/price$0.01
/api/x402r-tools/crypto/prices$0.01
/api/x402r-tools/weather/current$0.01
/api/x402r-tools/geocode$0.01
/api/x402r-tools/reverse-geocode$0.01
/api/x402r-tools/wiki/search$0.01
/api/x402r-tools/wiki/summary$0.01
/api/x402r-tools/news/search$0.01
/api/x402r-tools/stocks/quote$0.01
/api/x402r-tools/countries/info$0.01
/api/x402r-tools/books/search$0.01
/api/x402r-tools/hackernews/top$0.01
/api/x402r-tools/github/repo$0.01
/api/x402r-tools/currency/convert$0.01

See full escrow code examples in curl, Python, and TypeScript.

How to Use

  1. Connect your wallet above (Base Mainnet with USDC)
  2. Fill in the parameters for any endpoint
  3. Click "Try It" to make a paid request
  4. Sign the USDC payment in your wallet
  5. Receive your data!

Or test endpoints at x402scan.com