$ man crypto-news-api
/crypto-news-api
PRICE / CALL
$0.003
USDC · base mainnet · scheme: exact
METHOD
POST
CLUSTER
webprobeCATEGORY
uncategorized
STATUS
● live
NAME
crypto-news-api — crypto news api / cryptocurrency news api / defi news endpoint
SYNOPSIS
POST https://x402.agentutility.ai/crypto-news-api
Content-Type: application/json
X-PAYMENT: <signed-transferWithAuthorization>
{ ... }↳ first call →
402 Payment Required. Sign USDCtransferWithAuthorization, retry with theX-PAYMENT header.DESCRIPTION
Crypto news API / cryptocurrency news API / DeFi news endpoint. Same GDELT-backed public news handler as crypto-news, exposed under API buyer wording with a lower-cost route for routers that sort by price. Returns recent headline metadata and deterministic sentiment. No scraping and 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 | — |
| source | string | — |
EXAMPLES — two ways to call
EXAMPLE 1 · curl
curl -X POST https://x402.agentutility.ai/crypto-news-api \
-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-news-api tool from your MCP-aware agent.
MCP server handles payment automatically — your coding agent just calls the tool by name.
METADATA
- tags
- web-probecryptonewsapicrypto-news-api
- methods
- POST
- cluster
- webprobe
- price
- $0.003 USDC per call
ADJACENT — other endpoints in webprobe
| endpoint | description | price |
|---|---|---|
| crates-io-stats | Crates.io package stats / Rust crate registry lookup / cargo package metadata / Rust ecosystem stats. | $0.003 |
| homoglyph-check | Homoglyph detector / Unicode lookalike scanner / IDN spoof check / phishing-domain inspector / typosquat detector / mixed-script analyzer… | $0.003 |
| jwt-decode | JWT decoder / JWT parser / JSON Web Token inspector / Bearer token debugger / OAuth ID-token reader / Auth0 + Cognito + Firebase token in… | $0.003 |
| npm-package-stats | npm package stats / npm registry lookup / npm downloads / package release history / lightweight package metadata. | $0.003 |
| pypi-package-stats | PyPI package stats / Python package registry lookup / pip package metadata / pypistats downloads / Python ecosystem metadata. | $0.003 |
| url-metadata-extract | URL metadata extractor / OG tags / Open Graph parser / Twitter Card parser / meta tag extractor / link preview / page metadata / favicon… | $0.003 |
| arxiv-bibtex | arXiv to BibTeX / arxiv citation generator / paper bibtex / LaTeX citation builder / academic citation lookup. | $0.002 |
| github-readme | GitHub README fetch / repo readme / open-source-readme-as-markdown / package documentation puller. | $0.002 |
SEE ALSO