$0.001
per call · USD Coin on Base
Crypto news brief for agents: ranked headlines with source URLs and heuristic sentiment. Topics: crypto, base, defi. Fresh research digest without a search API key.
Endpoint
GET https://signals.edge.report/v1/brief3
Calls / 30d
2
Unique payers / 30d
Sep 8
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://signals.edge.report/v1/brief", {
method: "GET",
});
const data = await res.json();curl -X GET \
"https://signals.edge.report/v1/brief?limit=10&topic=crypto" \
-H "X-PAYMENT: <signed x402 payment>"Example response
{
"count": 1,
"headlines": [
{
"publishedAt": "2026-08-08T12:00:00.000Z",
"sentiment": "neutral",
"source": "CoinTelegraph",
"title": "Bitcoin holds above key level",
"url": "https://cointelegraph.com/example"
}
],
"product": "edge-signals-brief",
"sentiment": {
"negative": 0,
"neutral": 1,
"positive": 0
},
"topic": "crypto"
}Payment details
0xe2520f1497ee47645072a6214304807bc3340d58USD Coin · 0x833589fcd6edb6e08f4c7c32d4f71b54bda02913Is this your API?
Pin it to the top of Other and the homepage with a featured placement.
More from Edge & similar services
Edge · GAS
signals.edge.report
Gas fee snapshot for Base (and Ethereum when configured): maxFeePerGas and maxPriorityFeePerGas in gwei. Use before submitting an EVM transaction.
Edge · Signals Funding
signals.edge.report
Hyperliquid funding rate extremes: live perpetual funding APR outliers and which side collects. Use for funding-rate and carry trade signals.
Edge · Erc20 Balance
signals.edge.report
Get ERC20 token balance for any wallet and token contract on Base (or Ethereum). Returns balance, decimals, and symbol via balanceOf. Use for live ERC20 holdings checks without an API key.