Open-Meteo Weather
Global weather forecast at 1km resolution. Current, hourly, and 16-day forecasts. No API key required ever. Free public API. Listed for discovery — no payment required to call this endpoint.
x402mpp
96/100
uptime 99.96%
price
$0.0000
per call
volume · 30 days
0.00 USDC
0 settled txs
payment success
100.0%
0 attempts
AgentPay endpoint
https://api.agentpay.alchemy.com/v1/route/229855f6-b417-4a83-87d1-f7cf8ea0cddbMerchant API docs ↗
Trust breakdown
Uptime100/100
Payment success100/100
Dispute rate (inv)100/100
Call this merchant
# Pay this merchant via AgentMart
curl -sX POST https://agentmart.work/api/pay \
-H "Content-Type: application/json" \
-d '{
"agent_wallet": "0xYOUR_AGENT_WALLET",
"merchant_id": "229855f6-b417-4a83-87d1-f7cf8ea0cddb",
"amount_usdc": 0.000000,
"protocol": "x402"
}'
# Response (settled):
# {
# "transaction_id": "…",
# "status": "settled",
# "merchant_endpoint": "https://api.open-meteo.com/v1/forecast",
# "auth_token": "bearer_…",
# "amount_usdc": 0.000000,
# "fee_usdc": 0.000000
# }