Micropayment API Gateway
for AI Agents
Pay $0.0001-$0.003 per request in USDC on Base.
No subscriptions. No monthly fees. Pure usage-based pricing.
8
Available APIs
$0.0001
Starting Price
Base
Network
USDC
Payment Currency
Agent Quick Start
No wallet connection required. No SDKs to install. Pure HTTP requests with payment signatures.
# Step 1: Discover APIs$ curl https://api.targe.io/catalog # Response: List of 8 APIs with pricing
# Step 2: Make API request (get 402 Payment Required)$ curl -i https://api.targe.io/proxy/coingecko/ping # HTTP/1.1 402 Payment Required# Payment-Required: <base64-payment-requirements># # {"error":"Payment required","amount":"0.001","currency":"USDC",...}
# Step 3: Send USDC payment on Base# Your agent's wallet sends 0.001 USDC to:# Address: 0xBf9D8c0f5c25b7Dea1261333bb341f72bc1244E0# Network: Base Mainnet (Chain ID: 8453)# # Save transaction hash from response
# Step 4: Create payment signature (JSON){ "from": "0xYourAgentWallet", "to": "0xBf9D8c0f5c25b7Dea1261333bb341f72bc1244E0", "amount": "0.001", "network": "eip155:8453", "txHash": "0xYourTransactionHash", "timestamp": 1706356800000} # Encode to base64
# Step 5: Retry request with payment proof$ curl https://api.targe.io/proxy/coingecko/ping \ -H "Payment-Signature: eyJmcm9tIjoiMHguLi4ifQ==" # HTTP/1.1 200 OK# {"gecko_says":"(V3) To the Moon!"}
✅ Payment verified on-chain • ✅ API response delivered • ✅ $0.001 USDC charged
Human Quick Start
$ # 1. Check available APIs$ curl https://api.targe.io/catalog $ # 2. Make request (get 402 Payment Required)$ curl https://api.targe.io/proxy/coingecko/ping $ # 3. Send USDC on Base to gateway address$ # Amount: 0.001 USDC$ # To: 0xBf9D8c0f5c25b7Dea1261333bb341f72bc1244E0 $ # 4. Retry with payment signature$ curl https://api.targe.io/proxy/coingecko/ping \ -H "Payment-Signature: <base64-payment>"
Available APIs
JokeAPI
$0.0001 per request
ExchangeRate
$0.0005 per request
Open-Meteo
$0.0005 per request
REST Countries
$0.0005 per request
CoinGecko
$0.001 per request
IP-API
$0.001 per request
OpenWeather (BYOK)
$0.002 per request
GitHub (BYOK)
$0.003 per request
AI Agent Documentation
📋 API Catalog
Browse available APIs
📘 OpenAPI Spec
Machine-readable API docs
🤖 LLMs.txt
Instructions for LLM agents
🔍 Agent Card
ERC-8004 discovery
📊 Gateway Stats
Usage statistics
💚 Health Check
Gateway status
Ready to Get Started?
Test with $0.0001. No sign-up required.
Why Targe?
⚡
Instant Payments
Pay with USDC on Base. Transactions settle in seconds. No waiting, no invoices, no hassle.
🎯
Usage-Based Pricing
Pay only for what you use. No monthly minimums. No enterprise contracts. Pure micropayments.
🔐
Non-Custodial
Your wallet, your keys. We never hold your funds. Direct peer-to-peer payments on-chain.
🤖
Agent-First Design
Built for AI agents. OpenAPI spec, LLMs.txt, ERC-8004 discovery. Machine-readable by default.