$ man crypto-headlines
/crypto-headlines
PRICE / CALL
$0.001
USDC · base mainnet · scheme: exact
METHOD
POST
CLUSTER
webprobeCATEGORY
uncategorized
STATUS
● live
NAME
crypto-headlines — crypto headlines api / low-cost cryptocurrency news feed / bitcoin ethereum defi headline search
SYNOPSIS
POST https://x402.agentutility.ai/crypto-headlines
Content-Type: application/json
X-PAYMENT: <signed-transferWithAuthorization>
{ ... }↳ first call →
402 Payment Required. Sign USDCtransferWithAuthorization, retry with theX-PAYMENT header.DESCRIPTION
Crypto headlines API / low-cost cryptocurrency news feed / bitcoin ethereum DeFi headline search. Pulls recent articles from the public GDELT 2.1 Document API and returns headline URLs, domains, timestamps, language/country metadata, and deterministic headline sentiment. No news-site scraping, no API key, no trading advice.
INPUT — request schema
| property | type | description | req? |
|---|---|---|---|
| topic | string | Preset topic. Default crypto. enum: crypto · markets · defi · bitcoin · ethereum · stablecoins | optional |
| query | string | Optional GDELT query override, max 240 chars. | optional |
| limit | number | Headlines to return, 1-30. Default 10. | optional |
| hours | number | Lookback window in hours, 1-168. Default 48. | optional |
OUTPUT — response shape
| field | type | description |
|---|---|---|
| topic | string | — |
| returned | string | — |
| sentiment | string | — |
| source | string | — |
EXAMPLES — two ways to call
EXAMPLE 1 · curl
curl -X POST https://x402.agentutility.ai/crypto-headlines \
-H 'Content-Type: application/json' \
-d '{ }'first response =
402 Payment Required with payment requirements; sign + retry with X-PAYMENT.EXAMPLE 2 · mcp
# Install the MCP package for this endpoint's cluster npx -y @agentutility/mcp-<cluster> # Required: EVM private key with USDC on Base export X402_PRIVATE_KEY=0x... # Then call the crypto-headlines tool from your MCP-aware agent.
MCP server handles payment automatically — your coding agent just calls the tool by name.
METADATA
- tags
- web-probecryptoheadlinescrypto-headlines
- methods
- POST
- cluster
- webprobe
- price
- $0.001 USDC per call
ADJACENT — other endpoints in webprobe
| endpoint | description | price |
|---|---|---|
| hacker-news-search | Hacker News search / HN search / yc-news / Algolia HN. | $0.001 |
| hn-search | HN search / Hacker News search / yc-news / startup-news search / Algolia HN / who-is-hiring scraper / programmer-news firehose. | $0.001 |
| ip-asn | IP to ASN / IP geolocation / IP-to-ISP lookup / WHOIS for IP / cloud-provider attribution. | $0.001 |
| qr-code-generate | QR code generator / QR maker / vCard QR / WiFi QR / URL to QR / SVG QR / PNG QR / customizable error correction. | $0.001 |
| qr-generator | QR generator API / create QR code / text-to-QR / link QR generator. | $0.001 |
| qr-maker | QR maker API / QR code maker / URL to QR / text to QR. | $0.001 |
| tld-info | TLD info / top-level domain registry lookup / ccTLD vs gTLD / TLD introduction year / new gTLD registry. | $0.001 |
| user-agent-parse | User-Agent parser / UA classifier / browser detection / OS detection / bot detection / AI crawler identifier (GPTBot, ClaudeBot, Perplexi… | $0.001 |
SEE ALSO