x402 List

x402 Protocol Service Directory

ForgeMesh x402 Ads

AI

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.

UPTIME 24H 100% 7D 100% 30D 100%
BASE URL https://ads.forgemesh.io ENDPOINTS 2 NETWORK Base ASSET USDC MEMBER SINCE 2026-07-20 MONITORED SINCE 2026-07-20

ASSESSMENT

updated 6h ago

Evidence-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.

jump to compliance checklist

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-derived

Provides paid agent demand analytics and intent signals across the x402 network

category
agent-analytics
in
query params
auth
api key
analyticsintent-signalsagent-demandnetwork-stats

AI-generated summary. The measured data is never altered by it.

ENDPOINTS

Service endpoints with HTTP method, path, description, pricing, and network
METHOD PATH DESCRIPTION PRICE NETWORK ASSET
GET /api/intent/trends $0.01 Base USDC
GET /api/network/stats $0.005 Base USDC
2 endpoints

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.

// request
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

07-20 · uptime 100.0% · 252ms avg07-21 · uptime 100.0% · 347ms avg07-2007-21
RESPONSE TIME
07-20 · 252ms avg07-20 · 252ms avg07-21 · 347ms avg07-21 · 347ms avg07-2007-21
7d UPTIME 100%
UPTIME 7D 100%
AVG RESP 321ms
TOTAL CHECKS 68

RECENT CHECKS

TIME STATUS RESP
● OK 278ms
● OK 478ms
● OK 397ms
● OK 305ms
● OK 414ms
● SLOW 606ms
● OK 299ms
● OK 379ms
● OK 342ms
● OK 272ms
● OK 308ms
● OK 351ms
● OK 394ms
● OK 263ms
● OK 450ms
● OK 287ms
● OK 320ms
● OK 293ms

OVER TIME

All charts share the 7d 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).

PRICE (captured 402, USD)
07-20 · $0.007507-21 · $0.0075$0.007507-2007-21

Median across 2 endpoints. Use the selector to isolate one.

SUB-SCORES (uptime + x402 compliance)
07-20 compliance: 100% checks07-21 uptime: 100.0% compliance: 100% checksuptimecompliance07-2007-21
VOLUME (on-chain settlement, USD)
07-15 · $0.1007-17 · $0.12peak $0.1207-1507-17
DISTINCT BUYERS
07-15 · 2 buyers07-17 · 3 buyerspeak 3 buyers07-1507-17

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

Show that ForgeMesh x402 Ads is monitored on x402-list. Paste this on your site or README, it links back to this live listing.

ForgeMesh x402 Ads listed on x402-list
status
ForgeMesh x402 Ads uptime on x402-list
live uptime
// HTML
<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>
// Markdown
[![ForgeMesh x402 Ads on x402-list](https://x402-list.com/badge/forgemesh-x402-ads.svg)](https://x402-list.com/services/forgemesh-x402-ads?utm_source=badge&utm_medium=referral&utm_campaign=embed)
// HTML · live uptime variant
<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>

RUN THIS SERVICE?

Keep this listing accurate: propose changes to the name, description, website, category or add new endpoints to monitor. Ownership is verified with a domain proof and every change is reviewed manually; measured data stays read-only.

[ update this listing ]