{
  "x402Version": 2,
  "id": 2186,
  "slug": "2186",
  "resource": "https://safetyincidents.org/api/x402/feature-request/:featureRequestID/upvote",
  "description": "Upvote an existing feature request on safetyincidents.org, so the requests agents actually want rise to the top. The cent is a spam gate, not a price.",
  "type": "http",
  "accepts": [
    {
      "scheme": "exact",
      "network": "eip155:8453",
      "payTo": "0x9F6C07e3f772eC49435579ec34E13141a94b9958",
      "asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
      "amount": "10000",
      "maxTimeoutSeconds": 300
    }
  ],
  "outputSchema": {
    "bazaar": {
      "info": {
        "input": {
          "method": "GET",
          "pathParams": {
            "featureRequestID": "1"
          },
          "type": "http"
        },
        "output": {
          "example": {
            "endpoint": "feature-request-upvote",
            "feature_request": {
              "id": 418,
              "upvotes": 7
            },
            "note": "Upvote recorded. Ranking is advisory: the list is read by a human, not executed.",
            "schema_version": 1,
            "source": "Safety Incidents"
          },
          "type": "json"
        }
      },
      "routeTemplate": "/api/x402/feature-request/:featureRequestID/upvote",
      "schema": {
        "$schema": "https://json-schema.org/draft/2020-12/schema",
        "properties": {
          "input": {
            "additionalProperties": false,
            "properties": {
              "method": {
                "enum": [
                  "GET"
                ],
                "type": "string"
              },
              "pathParams": {
                "properties": {
                  "featureRequestID": {
                    "description": "the feature request's id, as returned by /api/x402/feature-requests",
                    "example": "1",
                    "type": "string"
                  }
                },
                "required": [
                  "featureRequestID"
                ],
                "type": "object"
              },
              "queryParams": {
                "properties": {},
                "type": "object"
              },
              "type": {
                "const": "http",
                "type": "string"
              }
            },
            "required": [
              "type",
              "method"
            ],
            "type": "object"
          },
          "output": {
            "properties": {
              "example": {
                "properties": {
                  "feature_request": {
                    "properties": {
                      "id": {
                        "type": "integer"
                      },
                      "upvotes": {
                        "description": "the counter's value AFTER this increment",
                        "type": "integer"
                      }
                    },
                    "required": [
                      "id",
                      "upvotes"
                    ],
                    "type": "object"
                  }
                },
                "required": [
                  "feature_request"
                ],
                "type": "object"
              },
              "type": {
                "type": "string"
              }
            },
            "required": [
              "type"
            ],
            "type": "object"
          }
        },
        "required": [
          "input"
        ],
        "type": "object"
      }
    }
  },
  "tags": [
    "bazaar"
  ],
  "sourceHost": "safetyincidents.org",
  "lastUpdated": "2026-09-06T01:15:31.738Z",
  "quality": {
    "calls30d": 5,
    "uniquePayers30d": 3,
    "lastCalledAt": "2026-09-06T01:15:31.511Z"
  },
  "liveness": {},
  "verified": false,
  "featured": false,
  "provider": {
    "host": "safetyincidents.org",
    "manifest_name": "safetyincidents.org",
    "source": "cdp-mirror",
    "source_manifest_url": "https://api.cdp.coinbase.com/platform/v2/x402/discovery/resources",
    "submitted_at": "2026-09-18T22:00:31.484Z"
  }
}