Paid analytics on x402 agent traffic: network totals with a user agent breakdown ($0.005) and top requested endpoints and categories ($0.01). Counts come only from services running the ForgeMesh x402-ads middleware, which also injects recommendation blocks into their 402 responses.
Pay from $0.005 to $0.01 per request in USDC on Base, settled onchain via the x402 protocol, no signup, no API key needed.
ASSESSMENT
updated 6h agoEvidence-backed signals, not a single score. Click any chip for the proof. Measured values stay read-only; unknown is honest.
reliability 100%
- uptime 24h
- 100%
- uptime 7d
- 100%
- uptime 30d
- 100%
- uptime 90d
- 100%
- response p95
- 475ms
- avg response
- 304ms
- total checks
- 47
compliance A (11/11)
11 of 11 x402 conformance checks pass. Full checklist below.
price $0.005 to $0.01 (p38 in AI)
- price (min)
- $0.005
- price (max)
- $0.01
- category percentile (min)
- p38 in AI
- category percentile (max)
- p27 in AI
- endpoints / prices
- 2 / 2
- model
- tiered
- stability
- 100%
risk clean
No deterministic risk flag. Risk fires only on an exact blocklist match, or a reserved-brand name with a mismatched verified payTo. Never from low uptime, a high price, or a model guess.
traction $1.33 30d · 5 buyers
- volume 30d
- $1.33
- buyers 30d
- 5
- settlements 30d
- 58
- last settlement
- 2026-07-17
- top buyer share
- 76% of 30d volume
- trend 7d vs 30d
- 0.71x the 30d daily rate
- networks
- eip155:8453
Conservative undercount: only USDC settlements via facilitators we measure are counted. A measured floor, not an estimate.
Top buyer share is a concentration signal, not part of the ranking score.
WHAT IT DOES
ai-derivedProvides paid agent demand analytics and intent signals across the x402 network
- category
- agent-analytics
- in
- query params
- auth
- api key
AI-generated summary. The measured data is never altered by it.
ENDPOINTS
| METHOD | PATH | DESCRIPTION | PRICE | NETWORK | ASSET |
|---|---|---|---|---|---|
| GET | /api/intent/trends | $0.01 | Base | USDC | |
| GET | /api/network/stats | $0.005 | Base | USDC |
REQUEST / RESPONSE EXAMPLE
An unpaid request to GET /api/intent/trends returns HTTP 402 with the payment terms. Settle onchain via your facilitator, then retry with the X-Payment header.
curl -i 'https://ads.forgemesh.io/api/intent/trends'
// 402 response (captured by monitor) · 2 payloads · click to expand
[
{
"error": "Payment required",
"accepts": [
{
"asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
"extra": {
"name": "USD Coin",
"version": "2"
},
"payTo": "0x65E02cB7Fee27630bB7d1a3ADd02Ef7Aa2D21701",
"amount": "5000",
"scheme": "exact",
"network": "eip155:8453",
"maxTimeoutSeconds": 1800
}
],
"resource": {
"url": "https://ads.forgemesh.io/api/network/stats",
"mimeType": "application/json",
"description": "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 agent-traffic share against the network."
},
"extensions": {
"bazaar": {
"info": {
"input": {
"type": "http",
"method": "GET",
"queryParams": {}
},
"output": {
"type": "json",
"example": {
"totals": {
"events": 190214,
"services": 3
},
"classification": [
{
"n": 69000,
"ua_class": "agent"
}
]
}
}
},
"schema": {
"type": "object",
"$schema": "https://json-schema.org/draft/2020-12/schema",
"required": [
"input"
],
"properties": {
"input": {
"type": "object",
"required": [
"type",
"method"
],
"properties": {
"type": {
"type": "string",
"const": "http"
},
"method": {
"enum": [
"GET"
],
"type": "string"
},
"queryParams": {
"type": "object",
"properties": {}
}
},
"additionalProperties": false
},
"output": {
"type": "object",
"required": [
"type"
],
"properties": {
"type": {
"type": "string"
},
"example": {
"type": "object",
"properties": {
"totals": {
"type": "object"
},
"ad_activity": {
"type": "object"
},
"classification": {
"type": "array"
}
}
}
}
}
}
}
}
},
"x402Version": 2
},
{
"error": "Payment required",
"accepts": [
{
"asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
"extra": {
"name": "USD Coin",
"version": "2"
},
"payTo": "0x65E02cB7Fee27630bB7d1a3ADd02Ef7Aa2D21701",
"amount": "10000",
"scheme": "exact",
"network": "eip155:8453",
"maxTimeoutSeconds": 1800
}
],
"resource": {
"url": "https://ads.forgemesh.io/api/intent/trends",
"mimeType": "application/json",
"description": "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."
},
"extensions": {
"bazaar": {
"info": {
"input": {
"type": "http",
"method": "GET",
"queryParams": {
"limit": 20,
"window": "7d"
}
},
"output": {
"type": "json",
"example": {
"window": "7d",
"top_endpoints": [
{
"probes": 18359,
"service": "coinopai",
"endpoint": "/api/kronos/signals",
"agent_probes": 9100
}
]
}
}
},
"schema": {
"type": "object",
"$schema": "https://json-schema.org/draft/2020-12/schema",
"required": [
"input"
],
"properties": {
"input": {
"type": "object",
"required": [
"type",
"method"
],
"properties": {
"type": {
"type": "string",
"const": "http"
},
"method": {
"enum": [
"GET"
],
"type": "string"
},
"queryParams": {
"type": "object",
"properties": {
"limit": {
"type": "integer",
"maximum": 100,
"minimum": 1
},
"window": {
"enum": [
"24h",
"7d",
"30d",
"all"
],
"type": "string"
}
}
}
},
"additionalProperties": false
},
"output": {
"type": "object",
"required": [
"type"
],
"properties": {
"type": {
"type": "string"
},
"example": {
"type": "object",
"properties": {
"window": {
"type": "string"
},
"categories": {
"type": "array"
},
"top_endpoints": {
"type": "array"
}
}
}
}
}
}
}
}
},
"x402Version": 2
}
] UPTIME
RECENT CHECKS
OVER TIME
All charts share the 90d window selected here. Every series is also served as JSON at /api/v1/services/forgemesh-x402-ads/price, /scores, /volume and /buyers. On-chain volume and distinct buyers are measured over the service's settlement address and are a conservative undercount (only settlements that reach a measured facilitator are counted).
Median across 2 endpoints. Use the selector to isolate one.
COMPLIANCE
11/11 checks pass · grade A- 402 payload captured
- accepts[] array present
- payTo address recoverable
- payTo at accepts[0].payTo (conformant shape)
- payTo is a valid on-chain address
- atomic price declared
- atomic price in a sane range
- asset (token) address declared
- network resolves to CAIP-2
- payment scheme declared
- served over HTTPS
EMBED THIS BADGE
<a href="https://x402-list.com/services/forgemesh-x402-ads?utm_source=badge&utm_medium=referral&utm_campaign=embed"> <img src="https://x402-list.com/badge/forgemesh-x402-ads.svg" alt="ForgeMesh x402 Ads listed on x402-list" height="28"> </a>
[](https://x402-list.com/services/forgemesh-x402-ads?utm_source=badge&utm_medium=referral&utm_campaign=embed)
<a href="https://x402-list.com/services/forgemesh-x402-ads?utm_source=badge&utm_medium=referral&utm_campaign=embed"> <img src="https://x402-list.com/badge/forgemesh-x402-ads.svg?data=uptime" alt="ForgeMesh x402 Ads uptime on x402-list" height="28"> </a>