F

Forgemesh · Intent Trends

by Forgemesh

GETBase

$0.01

per call · USD Coin on Base

Returns the top-requested x402 endpoints and categories for a time window, each with total and agent-only probe counts. Use it to find categories agents are actively searching for before you build.

Endpoint

GET https://ads.forgemesh.io/api/intent/trends

9

Calls / 30d

7

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://ads.forgemesh.io/api/intent/trends", {
  method: "GET",
});
const data = await res.json();
cURL
curl -X GET \
  "https://ads.forgemesh.io/api/intent/trends?limit=20&window=7d" \
  -H "X-PAYMENT: <signed x402 payment>"

Example response

{
  "top_endpoints": [
    {
      "agent_probes": 9100,
      "endpoint": "/api/kronos/signals",
      "probes": 18359,
      "service": "coinopai"
    }
  ],
  "window": "7d"
}

Payment details

Pay to0x65e02cb7fee27630bb7d1a3add02ef7aa2d21701
AssetUSD Coin · 0x833589fcd6edb6e08f4c7c32d4f71b54bda02913
NetworksBase
Schemesexact

Is this your API?

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

Get featured →

More from Forgemesh & similar services