Returns a per-service bounce funnel: total probes, bounces, paid count, conversion rate, traffic-class split, and top abandoned endpoints. Shows why agents probe but don't pay. Free for publishers via x-publisher-key.
# 1. Ask the endpoint what it costs (no payment, no wallet needed): curl -i -X GET 'https://ads.forgemesh.io/api/intent/report' # -> HTTP/1.1 402 Payment Required # the response carries the price, asset and pay-to address. # 2. Pay and retry with any x402 client: npx x402-fetch 'https://ads.forgemesh.io/api/intent/report'
Endpoint: https://ads.forgemesh.io/api/intent/report. Operated by ads.forgemesh.io, not by Animica. Price and availability were correct at the last probe on 2026-09-02 and are set by the operator, who may change them.
Returns demand depth for one category: probe volume, distinct sources, buyer-class share, probed price points, and a daily time series. Use it to validate prici…
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 act…
Returns network-wide totals: total x402 events, service count, and a UA classification breakdown (agent vs browser vs bot). Use it to benchmark your service's a…