E

Edge · Brief

by Edge

GETBase

$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/brief

3

Calls / 30d

2

Unique payers / 30d

Sep 8

Last called

exact

Payment scheme

Call this service

TypeScript · @x402/fetch
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
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

Pay to0xe2520f1497ee47645072a6214304807bc3340d58
AssetUSD Coin · 0x833589fcd6edb6e08f4c7c32d4f71b54bda02913
NetworksBase
Schemesexact

Is this your API?

Pin it to the top of Other and the homepage with a featured placement.

Get featured →

More from Edge & similar services