$0.01
per call · USD Coin on Base
Forwarded news data from the Yodeler database. Price is computed from the actual billable row count and requested recency. Use /v1/news/availability to preview whether the query is free before paying.
Endpoint
GET https://x402.yodeler.xyz/v1/news4
Calls / 30d
3
Unique payers / 30d
Sep 9
Last called
exact
Payment scheme
Call this service
import { wrapFetchWithPayment } from "@x402/fetch";
import { privateKeyToAccount } from "viem/accounts";
const account = privateKeyToAccount(process.env.PRIVATE_KEY);
const fetchWithPay = wrapFetchWithPayment(fetch, account);
const res = await fetchWithPay("https://x402.yodeler.xyz/v1/news", {
method: "GET",
});
const data = await res.json();curl -X GET \
"https://x402.yodeler.xyz/v1/news?channel=123&limit=200&since=2026-09-03T01%3A13%3A52.092037Z" \
-H "X-PAYMENT: <signed x402 payment>"Example response
{
"count": 1,
"items": [
{
"created_at": "2026-05-01T12:00:00Z",
"destination_id": 456,
"destination_type": "telegram",
"id": "01961c1b-cf6f-77ec-b66d-c6ef2819dd86",
"message_text": "Breaking news: Yodeler forwarded another headline.",
"source_id": 123
}
],
"meta": {
"available_count": 180,
"billable_count": 180,
"channel": 123,
"delivery_mode": "paid",
"has_more": true,
"is_free": false,
"limit": 200,
"next_cursor": "eyJjcmVhdGVkX2F0IjoiMjAyNi0wNS0wMVQxMjowMDowMCswMDowMCIsImlkIjoiMDE5NjFjMWItY2Y2Zi03N2VjLWI2NmQtYzZlZjI4MTlkZDg2In0",
"pricing_hash": "5f25b7aab0f8c3029c9a7e708c0f2cb0ad3c8f7d12253ec48f0f3e927af1cc19d",
"quote_id": "news_5f25b7aab0f8c302",
"since": "2026-05-01T12:00:00Z",
"sort": "created_at_desc"
},
"payment": {
"amount": "10000",
"asset": "0x833589fCD6EDb6E08f4c7C32D4f71b54bdA02913",
"currency": "USD",
"network": "eip155:8453",
"pay_to": "0x1111111111111111111111111111111111111111",
"price": "$0.01",
"scheme": "exact"
},
"window": {
"newest_created_at": "2026-05-01T12:00:00Z",
"oldest_created_at": "2026-05-01T12:00:00Z"
}
}Payment details
0x0093406a8805adf3b397c28366402aad9163afdaUSD Coin · 0x833589fcd6edb6e08f4c7c32d4f71b54bda02913Is this your API?
Pin it to the top of News & Content and the homepage with a featured placement.
More from Yodeler & similar services
Otto AI · Crypto News
x402.ottoai.services
Importance-ranked crypto headlines with per-article source links and publish times, plus a sentiment-scored market brief. Regenerated hourly; meta carries the snapshot's age and a fresh/stale verdict.
X402stock · News
x402stock.xyz
Curated stock-market news with ticker tags, source, publisher, image, and timestamps. Pass `?ticker=AAPL` to filter. From x402stock, a pay-per-call market & economic data API for AI agents. No API key or account; pay in USDC via x402.
Otto AI · Equity News
x402.ottoai.services
Latest company news for a vendor-resolved equity: licensed Finnhub headlines from the trailing seven days with publication time, source, and summary. Only articles that name the company are served — labelled `primary` when the headline names it, `mentioned` when only the summary does — so a symbol-tagged story about another company never fills the list. Redirect URLs withheld; no sentiment is fabricated.