Collection of Python clients for x402-compliant endpoints.
| Service | URL | Price |
|---|---|---|
| Weather | forex2026.mooo.com:5010 | 0.05 USDC |
| Seismic | forex2026.mooo.com:5040 | 0.05 USDC |
pip install requestsfrom x402_weather import call_weather
result = call_weather(-33.4489, -70.6693)
print(result)- Request without payment → 402 response with price in headers
- Pay USDC to recipient on Base L2
- Retry with X-Payment: <tx_hash> header
- Receive data
Openclaw Chile