24-hour news summary for any token/ticker via x402 micropayment on Base
What it does
This x402 endpoint returns a concise, bullet-point news summary for a given cryptocurrency token or ticker symbol, covering the most important developments from the last 24 hours. It combines internal news data with web search results to produce decision-grade intelligence aimed at fund managers and trading agents.
The endpoint accepts a single required query parameter `ticker` (e.g. "ZRO", "SOL", "LayerZero") and returns a JSON object with a `summary` field containing the bullet-point digest. Payment is handled via the x402 protocol on Base network using USDC (contract 0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913). The maximum cost per request is 0.031 USDC (31,000 base units at 6 decimals), making it a low-cost micropayment call. The endpoint allows up to 60 seconds for processing.
The API is live and responds with a proper 402 challenge when called without payment. No OpenAPI spec or additional documentation pages are available beyond the x402 challenge metadata itself, so the interface is limited to what the challenge schema describes. The provider's root endpoint returns a simple health-check message.
Capabilities
Use cases
- —Trading agents fetching overnight news summaries before executing strategies
- —Fund managers getting quick daily briefings on specific tokens
- —Portfolio dashboards displaying per-asset news digests
- —Research bots aggregating sentiment across multiple tickers
- —Alert systems that summarize breaking crypto news for a watched token
Fit
Best for
- —AI trading agents needing structured news summaries per token
- —Fund managers wanting quick decision-grade crypto briefings
- —Automated portfolio monitoring with per-asset news feeds
Not for
- —Historical news retrieval beyond the last 24 hours
- —Non-crypto or general-purpose news aggregation
- —Real-time streaming news feeds (this is a request-response endpoint)
Quick start
curl -H "X-PAYMENT: <x402_payment_token>" \
"https://api.itsgloria.ai/news-ticker-summary?ticker=SOL"Example
Response
{
"summary": "• Solana TVL reached $X.XB, up Y% in 24h\n• Major DEX volume spike following new token launch\n• Validator count increased to N, strengthening network decentralization\n• SOL price traded between $X and $Y amid broader market rally"
}Endpoint
Quality
The endpoint is live with a well-structured x402 challenge including an outputSchema that documents the query parameter and response shape. However, there is no OpenAPI spec, no documentation pages, and no example responses available from crawling. The description and capabilities are inferred primarily from the challenge metadata. The example response is illustrative only.
Warnings
- —No OpenAPI spec or documentation pages found beyond the x402 challenge
- —Example response is illustrative — no actual response body was captured
- —No rate limits or usage quotas documented
- —Provider website has no docs, pricing, or README pages
Citations
- —Endpoint returns 402 with x402 challenge on Base network using USDC at max amount 31000 base unitshttps://api.itsgloria.ai/news-ticker-summary
- —USDC asset contract is 0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913 on Basehttps://api.itsgloria.ai/news-ticker-summary
- —Required query parameter is 'ticker' accepting token symbol or namehttps://api.itsgloria.ai/news-ticker-summary
- —Root endpoint returns health check messagehttps://api.itsgloria.ai