DELXCOMMERCE Live contract

Web and API intelligence · news

Crypto News for Agents

Crypto news API for agents: search recent attributed crypto headlines (Bitcoin, Ethereum, DeFi, Web3) through the GDELT Project for $0.001 USDC. Returns publisher links and bounded headline metadata only—no article bodies, market quotes, prices, sentiment scores, or trading advice.

x402cryptocrypto-newscrypto-news-apicryptocurrency-newsbitcoinbitcoin-news

One-command purchase

Run it from an agent.

No account or API key. AgentCash reads the 402 challenge, pays no more than the declared cap, retries the request and returns the result.

npx agentcash@latest fetch https://api.delx.ai/api/v1/x402/crypto-news -m POST -H 'x-delx-source: product-page' --max-amount 0.001 -b '{"query":"bitcoin","timespan":"1d","max_records":3}'
InputPOST /api/v1/x402/crypto-news
{
  "query": "bitcoin",
  "timespan": "1d",
  "max_records": 3
}
Delivered resultapplication/json
{
  "tool_name": "search_crypto_news_gdelt",
  "result": {
    "schema": "delx/crypto-news/v1",
    "scope": "crypto_news",
    "query": "bitcoin",
    "search_query": "(bitcoin) AND (bitcoin OR ethereum OR cryptocurrency OR blockchain OR defi OR web3 OR stablecoin)",
    "timespan": "1d",
    "sort": "datedesc",
    "max_records": 3,
    "count": 1,
    "articles": [
      {
        "title": "Example crypto headline",
        "url": "https://example.com/crypto-story",
        "seendate": "20260801T120000Z",
        "domain": "example.com"
      }
    ],
    "provider": "GDELT Project",
    "provider_url": "https://www.gdeltproject.org/",
    "attribution": "News metadata supplied by the GDELT Project; article rights remain with each publisher.",
    "cache": "miss"
  }
}

Machine-readable evidence

Inspect before paying.