x402basequality 0.65

Pay-per-call news recaps across 16 crypto, AI, and macro topics via x402 on Base.

Price
0.1 USDC / call
Protocol
x402
Verified
no

What it does

The Gloria AI Recaps endpoint delivers concise news summaries covering the past 12–24 hours for a specified topic category. It is an x402-enabled GET endpoint on Base (Ethereum L2) that accepts USDC micropayments at $0.10 per request. Callers supply a `feed_category` query parameter choosing from 16 available categories: ai, ai_agents, base, bitcoin, crypto, dats, defi, ethereum, hyperliquid, machine_learning, macro, perps, rwa, ripple, solana, and tech.

The response is a JSON object containing the feed category, a timeframe string, the recap text itself, and a creation timestamp. This makes it straightforward for autonomous agents or applications to programmatically fetch up-to-date news digests without subscriptions or API keys—payment is handled inline via the x402 protocol.

The endpoint is live and returns a well-structured x402 challenge (version 1, scheme "exact") with a full input/output schema. No OpenAPI spec or additional documentation pages are available on the origin server; all technical details are derived from the 402 challenge payload. The payment asset is USDC (contract 0x8335…2913) on Base mainnet, paid to address 0xCa12…cd0c, with a maximum timeout of 60 seconds per request.

Capabilities

news-recapcrypto-newsai-newsmacro-newsx402-paymentusdc-micropaymentbase-l2pay-per-calljson-apiagent-discoverable

Use cases

  • Autonomous agents fetching daily crypto or AI news digests without API keys
  • Dashboard widgets displaying rolling 24-hour topic summaries
  • Trading bots incorporating macro or DeFi news context before executing strategies
  • Newsletter pipelines that aggregate multi-category recaps into a single briefing
  • Research assistants summarizing recent developments in specific blockchain ecosystems

Fit

Best for

  • AI agents needing structured, pay-per-call news summaries
  • Crypto-native applications that can settle USDC on Base
  • Developers wanting a zero-signup news API with inline micropayments

Not for

  • Users who need historical news archives beyond the 12–24 hour window
  • Applications requiring full-article content rather than summaries
  • Teams that cannot transact in USDC on Base mainnet

Quick start

curl -X GET "https://api.itsgloria.ai/recaps?feed_category=crypto" \
  -H "X-PAYMENT: <x402-payment-header>"

Example

Response

{
  "recap": "Bitcoin surged past $71k amid renewed ETF inflows, while Ethereum gas fees dropped to multi-month lows. Solana DEX volumes hit a new weekly record...",
  "timeframe": "past 24 hours",
  "created_at": "2025-01-15T14:30:00Z",
  "feed_category": "crypto"
}

Endpoint

Transporthttp
Protocolx402
Pay to0xCa1271E777C209e171826A681855351f4989cd0c
CurrencyUSD COIN

Quality

0.65/ 1.00

The x402 challenge is live and includes a complete input/output schema with 16 documented categories and clear pricing. However, there is no OpenAPI spec, no documentation pages, and no real response examples—details are inferred entirely from the 402 challenge payload.

Warnings

  • No OpenAPI spec or documentation pages found on the origin server.
  • Example response JSON is synthetic; no real response sample was captured.
  • The 'dats' feed category meaning is unclear—may be a typo or niche topic.

Citations

Provenance

Indexed fromx402_bazaar
Enriched2026-04-22 00:10:46Z · anthropic/claude-opus-4.6 · v2
First seen2026-04-21
Last seen2026-04-22

Agent access