x402basequality 0.55

Pay-per-call crypto & tech news headlines with sentiment via x402 on Base.

Price
0.03 USDC / call
Protocol
x402
Verified
no

What it does

The Gloria News API is an x402-enabled endpoint that returns the latest news headlines across 16 crypto, finance, and tech categories. Each call delivers up to 10 headlines enriched with sentiment analysis (signal, sentiment label, and numeric sentiment value), short and long context summaries, source links, related token tickers, and tweet URLs when available.

The endpoint accepts a required `feed_categories` query parameter — a comma-separated list drawn from: ai, ai_agents, base, bitcoin, crypto, dats, defi, ethereum, hyperliquid, machine_learning, macro, perps, rwa, ripple, solana, and tech. Optional `from_date` and `to_date` parameters (YYYY-MM-DD) let callers narrow the time window. The response is a JSON array of headline objects.

Payment is settled on Base via USDC (contract 0x8335…2913) using the x402 "exact" scheme. The maximum amount required per call is 30,000 base units, which equals $0.03 USD (USDC uses 6 decimals). The payment is directed to address 0xCa12…cd0c with a 60-second timeout. No OpenAPI spec or additional documentation pages were found beyond the x402 challenge itself, so the output schema embedded in the challenge is the primary reference for request/response structure.

Capabilities

news-headlinessentiment-analysiscrypto-newstech-newsdate-range-filtercategory-filterx402-paymentbase-networkusdc-settlement

Use cases

  • Automated trading agents fetching latest crypto sentiment signals before executing trades
  • Dashboard widgets displaying real-time categorized news headlines with sentiment scores
  • Research bots aggregating macro and tech news for daily briefings
  • AI agents monitoring specific token-related news across multiple categories

Fit

Best for

  • Crypto and DeFi news monitoring with built-in sentiment
  • Lightweight per-call news access without API key management
  • AI agents that need structured, sentiment-enriched headlines

Not for

  • Full-text article retrieval (only summaries and source links are returned)
  • Non-crypto general world news coverage
  • High-volume bulk historical news archival (pay-per-call model)

Quick start

curl -H "X-PAYMENT: <x402_payment_header>" \
  "https://api.itsgloria.ai/news?feed_categories=crypto,bitcoin"

Example

Response

[
  {
    "id": "abc123",
    "author": "Gloria AI",
    "signal": "bullish",
    "tokens": [
      "BTC"
    ],
    "sources": [
      "https://example.com/article1"
    ],
    "sentiment": "positive",
    "timestamp": 1719500000,
    "tweet_url": "https://x.com/example/status/123456",
    "long_context": "Bitcoin rallied above $70,000 as spot ETF inflows reached a new weekly high, driven by institutional demand...",
    "short_context": "Bitcoin surges past $70k on ETF inflows",
    "feed_categories": [
      "crypto",
      "bitcoin"
    ],
    "sentiment_value": 0.82
  }
]

Endpoint

Transporthttp
Protocolx402
Pay to0xCa1271E777C209e171826A681855351f4989cd0c
CurrencyUSD COIN

Quality

0.55/ 1.00

The x402 challenge is live and provides a detailed output schema with clear input parameters, categories, and pricing. However, there is no OpenAPI spec, no documentation pages, and no example responses from the provider, so the response schema and behavior are inferred entirely from the embedded outputSchema.

Warnings

  • No OpenAPI spec or documentation pages found — schema is inferred solely from the x402 challenge payload.
  • Response example is synthetic; actual field values and array length are unverified.
  • No rate-limit or quota information available.

Citations

  • The endpoint is live and returns a 402 x402 challenge on Base network using USDC.
    https://api.itsgloria.ai/news
  • Maximum amount required per call is 30,000 base units of USDC (contract 0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913), equaling $0.03.
    https://api.itsgloria.ai/news
  • Available feed categories include ai, ai_agents, base, bitcoin, crypto, dats, defi, ethereum, hyperliquid, machine_learning, macro, perps, rwa, ripple, solana, tech.
    https://api.itsgloria.ai/news
  • The root origin returns a 200 status with a simple health-check message.
    https://api.itsgloria.ai

Provenance

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

Agent access