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

Ready to Get Started?

Test with $0.0001. No sign-up required.