{
  "x402Version": 2,
  "id": 15747,
  "slug": "15747",
  "resource": "https://qf-api.quietforge-studio.workers.dev/v1/x402/services/:id",
  "description": "One endpoint from the index plus its last 20 health samples (status code, latency, alive) and its uptime across those probes — our own probe history, not upstream metadata. Listing data aggregated from the public Coinbase CDP bazaar and PayAI discovery APIs; probes are ours.",
  "type": "http",
  "accepts": [
    {
      "scheme": "exact",
      "network": "eip155:8453",
      "payTo": "0x3F5115236f25618c16021E983acaAF2CAaa1A35e",
      "asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
      "amount": "2000",
      "maxTimeoutSeconds": 300
    }
  ],
  "outputSchema": {
    "type": "object",
    "properties": {
      "id": {
        "type": "string"
      },
      "resource": {
        "type": "string"
      },
      "method": {
        "type": "string"
      },
      "network": {
        "type": "string"
      },
      "asset": {
        "type": "string"
      },
      "asset_symbol": {
        "type": "string"
      },
      "price_atomic": {
        "type": "string"
      },
      "price_usd": {
        "type": [
          "number",
          "null"
        ]
      },
      "scheme": {
        "type": "string"
      },
      "pay_to": {
        "type": "string"
      },
      "description": {
        "type": "string"
      },
      "service_name": {
        "type": "string"
      },
      "tags": {
        "type": "array",
        "items": {
          "type": "string"
        }
      },
      "source": {
        "type": "array",
        "items": {
          "type": "string"
        }
      },
      "first_seen": {
        "type": "string"
      },
      "last_seen": {
        "type": "string"
      },
      "last_updated_upstream": {
        "type": [
          "string",
          "null"
        ]
      },
      "calls_30d": {
        "type": [
          "integer",
          "null"
        ]
      },
      "payers_30d": {
        "type": [
          "integer",
          "null"
        ]
      },
      "uptime_recent": {
        "type": [
          "number",
          "null"
        ],
        "description": "alive share across our last uptime_samples probes (a few probes per day; not a time window)"
      },
      "uptime_samples": {
        "type": [
          "integer",
          "null"
        ]
      },
      "samples": {
        "type": "integer"
      },
      "probe": {
        "type": [
          "object",
          "null"
        ],
        "properties": {
          "status_code": {
            "type": [
              "integer",
              "null"
            ]
          },
          "latency_ms": {
            "type": [
              "number",
              "null"
            ]
          },
          "alive": {
            "type": "boolean"
          },
          "has_payment_required": {
            "type": "boolean"
          },
          "challenge_price_usd": {
            "type": [
              "number",
              "null"
            ]
          },
          "tls_ok": {
            "type": [
              "boolean",
              "null"
            ]
          },
          "error": {
            "type": [
              "string",
              "null"
            ]
          },
          "probed_at": {
            "type": "string"
          }
        }
      },
      "history": {
        "type": "array",
        "items": {
          "type": "object",
          "properties": {
            "probed_at": {
              "type": "string"
            },
            "status_code": {
              "type": [
                "integer",
                "null"
              ]
            },
            "latency_ms": {
              "type": [
                "number",
                "null"
              ]
            },
            "alive": {
              "type": "boolean"
            }
          }
        }
      }
    },
    "required": [
      "id",
      "resource",
      "method",
      "history"
    ]
  },
  "tags": [
    "x402",
    "discovery",
    "uptime",
    "monitoring",
    "agents"
  ],
  "sourceHost": "qf-api.quietforge-studio.workers.dev",
  "lastUpdated": "2026-09-21T04:06:22.999Z",
  "quality": {},
  "liveness": {
    "isLive": true,
    "lastCheckedAt": "2026-09-21T06:04:23.404Z",
    "reliability": {
      "checks": 1,
      "live": 1
    }
  },
  "verified": true,
  "featured": false,
  "provider": {
    "host": "qf-api.quietforge-studio.workers.dev",
    "manifest_name": "Quietforge Docs API",
    "source": "submitted",
    "source_manifest_url": "https://qf-api.quietforge-studio.workers.dev/.well-known/x402.json",
    "submitted_at": "2026-09-21T04:06:22.999Z"
  },
  "exampleResponse": {
    "id": "string",
    "resource": "string",
    "method": "string",
    "network": "string",
    "asset": "string",
    "asset_symbol": "string",
    "price_atomic": "string",
    "price_usd": 0,
    "scheme": "string",
    "pay_to": "string",
    "description": "string",
    "service_name": "string",
    "tags": [
      "string"
    ],
    "source": [
      "string"
    ],
    "first_seen": "string",
    "last_seen": "string",
    "last_updated_upstream": "string",
    "calls_30d": 0,
    "payers_30d": 0,
    "uptime_recent": 0,
    "uptime_samples": 0,
    "samples": 0,
    "probe": {
      "status_code": 0,
      "latency_ms": 0,
      "alive": true,
      "has_payment_required": true,
      "challenge_price_usd": 0,
      "tls_ok": true,
      "error": "string",
      "probed_at": "string"
    },
    "history": [
      {
        "probed_at": "string",
        "status_code": 0,
        "latency_ms": 0,
        "alive": true
      }
    ]
  }
}