⚡ Paid x402 API
Agents and developers: call the curated stream programmatically with USDC on Base. No signup, no API key, no KYC. The HTTP 402 status code IS the payment request — your x402 client handles the rest.
curl -i https://aia-x402.rmalka06.workers.dev/v1/signals?topics=ai-agents&limit=10
# → HTTP/1.1 402 Payment Required
# → PAYMENT-REQUIRED: <base64 PaymentRequired>
# scheme: exact
# network: eip-155:8453 (Base)
# asset: USDC
# amount: 10000 (= $0.01)
# payTo: 0x833ca7dcdb6a681ddc0c15982ef0d609bceb3a5e
curl -i -H "PAYMENT-SIGNATURE: <base64 PaymentPayload>" \
https://aia-x402.rmalka06.workers.dev/v1/signals?topics=ai-agents&limit=10
# → HTTP/1.1 200 OK
# → PAYMENT-RESPONSE: <base64 SettlementResponse>
# (JSON body of curated signals)
Settlement is verified by a Coinbase x402 facilitator. Endpoints: /v1/signals (premium filtered), /v1/digest (one-paragraph daily summary), /v1/alerts (webhook on topic emergence). Pricing starts at $0.01 per call.
Display ads: not configured (set Adsterra / Carbon Ads key in agent/config.py to enable). The site has zero ads today.