ApiToll Crypto News
Latest crypto news and breaking headlines, real-time from Cointelegraph. Search any topic (bitcoin, ethereum, DeFi, regulation, market sentiment) or pull the live feed, with full article text across 14 languages. Built for agents tracking crypto markets, tokens, and Web3.
The wallet the 402 directs payment to. Its whole payment record — every payer, every chain — is on the merchant page.
Asset 0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913
The payTo wallet does not resolve to a registered ERC-8004 agent. That is not a verdict on the service — most of the catalog is unregistered.
Live 402 challenge
Captured by the enrichment pass, not read just now. Prices can change — always read the 402 the endpoint answers with.
{
"error": "payment_required",
"message": "This endpoint requires an x402 micropayment (USDC on Base). See the 402 `accepts` for payment details."
}Accepts
The payment requirements as published to the catalog. Read the live 402 before paying — a price here is a claim, not a quote.
Pay 0.001 USDC on Base to 0xcc69…Fc96c. The signed payment is good for 5 minutes.
- Paid to
- 0xcc69…Fc96c
- USD Coin contract
- 0x8335…02913
- Payment window
- 5 minutes
- As published
- 1000 smallest units
That figure is in the token’s smallest units. Roundhouse does not hold this contract’s decimals, so it is shown as published rather than converted.
- Paid to
- DqSMRe…HP6Vh
- Token contract
- EPjFWd…TDt1v
- Payment window
- 5 minutes
The catalog’s raw entry
[
{
"asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
"extra": {
"name": "USD Coin",
"version": "2"
},
"payTo": "0xcc69d619E6053F88A4845066518f465bD06Fc96c",
"amount": "1000",
"scheme": "exact",
"network": "eip155:8453",
"maxTimeoutSeconds": 300
},
{
"asset": "EPjFWdd5AufqSSqeM2qN1xzybapC8G4wEGGkZwyTDt1v",
"extra": {
"feePayer": "BENrLoUbndxoNMUS5JXApGMtNykLjFXXixMtpDwDR9SP"
},
"payTo": "DqSMReqFwS3SqfghkM22gaXnYaX73t357cpLEmbHP6Vh",
"amount": "1000",
"scheme": "exact",
"network": "solana:5eykt4UsFv8P8NJdTREpY1vzqKqZKvdp",
"maxTimeoutSeconds": 300
}
]Extensions
{
"bazaar": {
"info": {
"input": {
"type": "http",
"method": "GET",
"queryParams": {
"lang": "en",
"limit": 10,
"views": true,
"search": "bitcoin",
"full_text": true
}
},
"output": {
"type": "json",
"example": {
"lang": "en",
"count": 2,
"query": null,
"source": "cointelegraph",
"articles": [
{
"id": "123456",
"views": 5420,
"author": {
"id": "auth123",
"author_url": "https://cointelegraph.com/authors/john-smith",
"authorTranslates": [
{
"id": "at1",
"name": "John Smith"
}
]
},
"category": {
"id": "cat456",
"category_url": "https://cointelegraph.com/tags/bitcoin",
"categoryTranslates": [
{
"id": "ct1",
"title": "Bitcoin"
}
]
},
"post_url": "https://cointelegraph.com/news/bitcoin-article",
"full_text": "Bitcoin reached a new all-time high today... [full article text]",
"postBadge": null,
"postTranslate": {
"id": "654321",
"title": "Bitcoin Surges Above $100K",
"author": {
"id": "auth123",
"author_url": "https://cointelegraph.com/authors/john-smith",
"authorTranslates": [
{
"id": "at1",
"name": "John Smith"
}
],
"innovationCircleUrl": null
},
"avatar": "https://images.cointelegraph.com/banner.jpg",
"leadText": "BTC reaches new highs amid market momentum.",
"published": "2026-06-13T14:30:00+00:00",
"publishedHumanFormat": "2 hours ago"
}
},
{
"id": "123457",
"views": 3150,
"author": null,
"category": {
"id": "cat789",
"category_url": "https://cointelegraph.com/tags/ethereum",
"categoryTranslates": [
{
"id": "ct2",
"title": "Ethereum"
}
]
},
"post_url": "https://cointelegraph.com/news/ethereum-upgrade",
"postBadge": {
"id": "badge1",
"label": "Breaking",
"postBadgeTranslates": [
{
"id": "pb1",
"title": "Breaking News"
}
]
},
"postTranslate": {
"id": "654322",
"title": "Ethereum Network Upgrade Complete",
"author": null,
"avatar": "https://images.cointelegraph.com/eth.jpg",
"leadText": "Eth2 upgrade brings efficiency gains.",
"published": "2026-06-13T12:00:00+00:00",
"publishedHumanFormat": "4 hours ago"
}
}
]
}
}
},
"schema": {
"type": "object",
"$schema": "https://json-schema.org/draft/2020-12/schema",
"required": [
"input"
],
"properties": {
"input": {
"type": "object",
"required": [
"type",
"method"
],
"properties": {
"type": {
"type": "string",
"const": "http"
},
"method": {
"enum": [
"GET"
],
"type": "string"
},
"queryParams": {
"type": "object",
"required": [
"lang"
],
"properties": {
"lang": {
"enum": [
"en",
"tr",
"de",
"es",
"fr",
"it",
"jp",
"kr",
"br",
"cn",
"ar",
"in",
"tw",
"ru"
],
"type": "string",
"description": "Locale to fetch news for. Defaults to \"en\"."
},
"limit": {
"type": "integer",
"maximum": 50,
"minimum": 1,
"description": "Number of articles to return (1-50). Defaults to 10."
},
"views": {
"type": "boolean",
"description": "Include the article view count. Defaults to true."
},
"search": {
"type": "string",
"description": "Optional full-text search query. When set, returns matching articles instead of the latest feed."
},
"full_text": {
"type": "boolean",
"description": "Include the full plain-text article body. Defaults to true."
}
}
}
},
"additionalProperties": false
},
"output": {
"type": "object",
"required": [
"type"
],
"properties": {
"type": {
"type": "string"
},
"example": {
"type": "object",
"properties": {
"lang": {
"type": "string",
"description": "Locale code (e.g., 'en', 'de', 'es', 'fr', 'jp', 'kr', 'br', 'cn', 'ar', 'in', 'tw', 'ru', 'it', 'tr')"
},
"count": {
"type": "integer",
"description": "Number of articles in the response array"
},
"query": {
"type": [
"string",
"null"
],
"description": "Search query string if ?search= was provided, otherwise null"
},
"source": {
"type": "string",
"description": "Content source identifier (always 'cointelegraph')"
},
"articles": {
"type": "array",
"items": {
"type": "object",
"required": [
"id",
"post_url",
"postTranslate"
],
"properties": {
"id": {
"type": "string",
"description": "Article ID"
},
"views": {
"type": "integer",
"description": "Article view count (present only if views=true in request)"
},
"author": {
"type": [
"object",
"null"
],
"properties": {
"id": {
"type": "string"
},
"author_url": {
"type": "string"
},
"authorTranslates": {
"type": "array",
"items": {
"type": "object",
"properties": {
"id": {
"type": "string"
},
"name": {
"type": "string"
}
}
}
}
}
},
"category": {
"type": [
"object",
"null"
],
"properties": {
"id": {
"type": "string"
},
"category_url": {
"type": "string"
},
"categoryTranslates": {
"type": "array",
"items": {
"type": "object",
"properties": {
"id": {
"type": "string"
},
"title": {
"type": "string"
}
}
}
}
}
},
"post_url": {
"type": "string",
"description": "Full URL to the article on Cointelegraph"
},
"full_text": {
"type": "string",
"description": "Plain-text article body (present only if full_text=true in request)"
},
"postBadge": {
"type": [
"object",
"null"
],
"properties": {
"id": {
"type": "string"
},
"label": {
"type": "string"
},
"postBadgeTranslates": {
"type": "array",
"items": {
"type": "object",
"properties": {
"id": {
"type": "string"
},
"title": {
"type": "string"
}
}
}
}
}
},
"postTranslate": {
"type": "object",
"required": [
"id",
"title",
"published"
],
"properties": {
"id": {
"type": "string"
},
"title": {
"type": "string",
"description": "Article headline"
},
"author": {
"type": [
"object",
"null"
],
"properties": {
"id": {
"type": "string"
},
"author_url": {
"type": "string"
},
"authorTranslates": {
"type": "array",
"items": {
"type": "object",
"properties": {
"id": {
"type": "string"
},
"name": {
"type": "string"
}
}
}
},
"innovationCircleUrl": {
"type": [
"string",
"null"
]
}
}
},
"avatar": {
"type": [
"string",
"null"
],
"description": "Featured image URL"
},
"leadText": {
"type": [
"string",
"null"
],
"description": "Article lead/summary"
},
"published": {
"type": "string",
"format": "date-time",
"description": "ISO8601 publication timestamp"
},
"publishedHumanFormat": {
"type": [
"string",
"null"
],
"description": "Human-readable time ago (e.g., '2 hours ago')"
}
}
}
}
},
"description": "Array of article objects with metadata, content, and engagement metrics"
}
}
}
}
}
}
}
}
}Provenance
- Seen in the source catalog
- 2026-09-22 15:49Z
- Last indexed by Roundhouse
- 2026-09-24 02:40Z
- Last enriched (probe, favicon, geo)
- 2026-09-21 09:15Z
- x402 version
- 2
- Max timeout
- 300s
- Liveness probe
- HTTP 402
Hand this page to an agent
Copy the prompt and paste it into Claude, an MCP client or your own agent — it will vet this service and call it over the free read API. No key, no account.
GET api.roundhouseai.io/v0/endpoints
This endpoint's own trailing-30-day call count, as published by the upstream catalog and snapshotted daily. 29 snapshots so far. Verified volume counts only settlements with an on-chain EIP-3009 marker.
Show the promptHide the prompt
Using Roundhouse, look up the x402 service ApiToll Crypto News and tell me whether it is worth paying: what a call costs, whether the endpoint answered when last probed, and what its payment record actually shows. curl -s 'https://api.roundhouseai.io/v0/endpoints?q=ApiToll%20Crypto%20News' curl -s 'https://api.roundhouseai.io/v0/merchants/<the payTo wallet returned above>' Then call it: read the price from the live 402 at https://news.apitoll.cloud/v1/cointelegraph/news, never from a cached figure, and pay with an x402 client. The /v0 API needs an API key (`authorization: Bearer rh_live_…`) on everything except /v0/unified* and /v0/endpoints. Mint a personal key for $0.01 at GET https://api.roundhouseai.io/v0/test/x402, or use an organization key from https://roundhouseai.io/dashboard/team. If you do not have Roundhouse tools or skills installed, read https://roundhouseai.io/skill.md first — it is the whole procedure.