{
  "x402Version": 2,
  "id": 14232,
  "slug": "14232",
  "resource": "https://x402.forgemesh.io/the-daily-402",
  "description": "A daily rotating spotlight on one paid x402 endpoint from the ForgeMesh fleet: what it does, what it costs, its input schema, a sample response, and the exact call to make. Deterministic by UTC date, so agents and humans checking on the same day see the same pick. Optional date parameter (YYYY-MM-DD) previews past or future days. One call, one new capability discovered.",
  "type": "http",
  "accepts": [
    {
      "scheme": "exact",
      "network": "eip155:8453",
      "payTo": "0x84A1827F1705C257e80771fDc2B152Aea4A57a08",
      "asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
      "amount": "1000",
      "maxTimeoutSeconds": 300
    }
  ],
  "outputSchema": {
    "bazaar": {
      "info": {
        "input": {
          "body": {
            "date": "2026-07-18"
          },
          "bodyType": "json",
          "method": "POST",
          "type": "http"
        },
        "output": {
          "example": {
            "catalog_generated_at": "2026-07-18T16:21:11.232Z",
            "date": "2026-07-18",
            "featured": {
              "category": "utility-grid",
              "description": "Recent earthquakes API: latest global quakes above your magnitude threshold from a real-time seismic feed…",
              "example_output": {
                "attribution": "U.S. Geological Survey (public domain)",
                "data": {
                  "type": "FeatureCollection"
                }
              },
              "host": "x402.forgemesh.io",
              "input_schema": {
                "properties": {
                  "min_magnitude": {
                    "description": "Minimum magnitude, default 4",
                    "type": "string"
                  }
                },
                "type": "object"
              },
              "method": "POST",
              "price": "$0.005",
              "product_id": "utility-grid",
              "product_name": "ForgeMesh Utility Grid",
              "route": "/recent-earthquakes"
            },
            "full_product_sheet": "POST https://x402.forgemesh.io/fleet-product-detail ($0.05) with {\"product\":\"utility-grid\"} for every route, schema, and worked example on ForgeMesh Utility Grid.",
            "pool_size": 547,
            "rotation": "deterministic by UTC date — same date always returns the same pick; every route in the fleet gets its day",
            "try_it": "POST https://x402.forgemesh.io/recent-earthquakes — the first bare call returns HTTP 402 with exact USDC payment requirements (Base mainnet); settle with any x402 client and retry to get the data."
          },
          "type": "json"
        }
      },
      "schema": {
        "$schema": "https://json-schema.org/draft/2020-12/schema",
        "properties": {
          "input": {
            "additionalProperties": false,
            "properties": {
              "body": {
                "properties": {
                  "date": {
                    "description": "Optional: preview a specific UTC day's pick, format YYYY-MM-DD. Defaults to today.",
                    "type": "string"
                  }
                },
                "required": [],
                "type": "object"
              },
              "bodyType": {
                "enum": [
                  "json",
                  "form-data",
                  "text"
                ],
                "type": "string"
              },
              "method": {
                "enum": [
                  "POST"
                ],
                "type": "string"
              },
              "type": {
                "const": "http",
                "type": "string"
              }
            },
            "required": [
              "type",
              "method",
              "bodyType",
              "body"
            ],
            "type": "object"
          },
          "output": {
            "properties": {
              "example": {
                "type": "object"
              },
              "type": {
                "type": "string"
              }
            },
            "required": [
              "type"
            ],
            "type": "object"
          }
        },
        "required": [
          "input"
        ],
        "type": "object"
      }
    },
    "info": {
      "required": false
    },
    "offer-receipt": {
      "info": {
        "offers": [
          {
            "acceptIndex": 0,
            "format": "eip712",
            "payload": {
              "amount": "1000",
              "asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
              "network": "eip155:8453",
              "payTo": "0x84A1827F1705C257e80771fDc2B152Aea4A57a08",
              "resourceUrl": "https://x402.forgemesh.io/the-daily-402",
              "scheme": "exact",
              "validUntil": 1789615704,
              "version": 1
            },
            "signature": "0x8b2b6fdd365fa543ec3cb21b324ad5e5aa62fa970f72dcf08fc3d89dbeb282af7c2920002a4c04cdba6f330e340b232a243ee37b38ac1f782343645024755acf1b"
          }
        ]
      },
      "schema": {
        "$schema": "https://json-schema.org/draft/2020-12/schema",
        "properties": {
          "offers": {
            "items": {
              "properties": {
                "acceptIndex": {
                  "type": "integer"
                },
                "format": {
                  "type": "string"
                },
                "payload": {
                  "properties": {
                    "amount": {
                      "type": "string"
                    },
                    "asset": {
                      "type": "string"
                    },
                    "network": {
                      "type": "string"
                    },
                    "payTo": {
                      "type": "string"
                    },
                    "resourceUrl": {
                      "type": "string"
                    },
                    "scheme": {
                      "type": "string"
                    },
                    "validUntil": {
                      "type": "integer"
                    },
                    "version": {
                      "type": "integer"
                    }
                  },
                  "required": [
                    "version",
                    "resourceUrl",
                    "scheme",
                    "network",
                    "asset",
                    "payTo",
                    "amount"
                  ],
                  "type": "object"
                },
                "signature": {
                  "type": "string"
                }
              },
              "required": [
                "format",
                "signature"
              ],
              "type": "object"
            },
            "type": "array"
          }
        },
        "required": [
          "offers"
        ],
        "type": "object"
      }
    },
    "schema": {
      "$schema": "https://json-schema.org/draft/2020-12/schema",
      "properties": {
        "id": {
          "maxLength": 128,
          "minLength": 16,
          "pattern": "^[a-zA-Z0-9_-]+$",
          "type": "string"
        },
        "required": {
          "type": "boolean"
        }
      },
      "required": [
        "required"
      ],
      "type": "object"
    }
  },
  "tags": [
    "bazaar",
    "info",
    "offer-receipt",
    "schema"
  ],
  "sourceHost": "x402.forgemesh.io",
  "lastUpdated": "2026-09-17T03:23:24.565Z",
  "quality": {
    "calls30d": 1,
    "uniquePayers30d": 1,
    "lastCalledAt": "2026-09-17T03:23:24.292Z"
  },
  "liveness": {},
  "verified": false,
  "featured": false,
  "provider": {
    "host": "x402.forgemesh.io",
    "manifest_name": "x402.forgemesh.io",
    "source": "cdp-mirror",
    "source_manifest_url": "https://api.cdp.coinbase.com/platform/v2/x402/discovery/resources",
    "submitted_at": "2026-09-18T22:00:31.484Z"
  }
}