ToolAssay

Returns the top-requested x402 endpoints and categories for a time window, each

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.

Answeringour last check, 2026-09-24
1 of 1checks answered this week
254 msmedian answer time
$0.01listed price per call
$0.01price it asked us

Paid test badge: not yet. The checks above are free: we call the tool without paying and read the payment request it sends back. The Verified badge needs paid calls whose answers match the promised output, and nobody can buy a badge.

Endpoint

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

CategoryEverything else
Provider hostads.forgemesh.io
Networkseip155:8453
Payment schemesexact
Self-reported calls, 30 days6 from 4 payers (the provider's figure, not ours)

Our checks, last 30 days

DayResultHTTPAskedTime
2026-09-24 valid payment request 402$0.01 254 ms

Example input (from the provider)

{
  "method": "GET",
  "queryParams": {
    "limit": 20,
    "window": "7d"
  },
  "type": "http"
}

Promised output schema (from the provider)

{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "properties": {
    "input": {
      "additionalProperties": false,
      "properties": {
        "method": {
          "enum": [
            "GET"
          ],
          "type": "string"
        },
        "queryParams": {
          "properties": {
            "limit": {
              "maximum": 100,
              "minimum": 1,
              "type": "integer"
            },
            "window": {
              "enum": [
                "24h",
                "7d",
                "30d",
                "all"
              ],
              "type": "string"
            }
          },
          "type": "object"
        },
        "type": {
          "const": "http",
          "type": "string"
        }
      },
      "required": [
        "type",
        "method"
      ],
      "type": "object"
    },
    "output": {
      "properties": {
        "example": {
          "properties": {
            "categories": {
              "type": "array"
            },
            "top_endpoints": {
              "type": "array"
            },
            "window": {
              "type": "string"
            }
          },
          "type": "object"
        },
        "type": {
          "type": "string"
        }
      },
      "required": [
        "type"
      ],
      "type": "object"
    }
  },
  "required": [
    "input"
  ],
  "type": "object"
}

This page as JSON