InputPOST /api/v1/x402/crypto-news
{
"query": "bitcoin",
"timespan": "1d",
"max_records": 3
}
Web and API intelligence · news
Search crypto headlines through GDELT; returns publisher links and bounded metadata, not article bodies, quotes, prices or sentiment (x402)
One-command purchase
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}'
{
"query": "bitcoin",
"timespan": "1d",
"max_records": 3
}
{
"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