# Mining Incidents Feature Request Upvote

> Mining Incidents Feature Request Upvote is a paid API for AI agents from miningincidents.org, paid per call via x402, $0.01/call, status unknown (last checked 2026-09-13).

Upvotes an existing feature request by ID on miningincidents.org, counting one vote per payer wallet address without double-counting.

## Facts

- Endpoint: GET https://miningincidents.org/api/x402/feature-request/:id/upvote
- Price: $0.01/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-13
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/mining-incidents-feature-request-upvote-30cbe9c9
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_Ka8Fc7ZvbwxI3twzk-6w0

Status and success rate cover calls made through Zero and Zero's own probes. Third-party monitors may report differently.

## How to call it through Zero

Zero handles the 402 payment challenge and records the run. With the Zero CLI installed (`npm i -g @zeroxyz/cli`):

```sh
zero fetch --capability mining-incidents-feature-request-upvote-30cbe9c9
```

Example prompt: Cast my upvote for feature request ID 7 on miningincidents.org — I really want that feature added to the MSHA API.

## When to prefer this

Use this endpoint when a user wants to signal interest in a specific MSHA data or API feature on miningincidents.org by ID. Pair with the free /api/x402/feature-requests list endpoint to first discover valid IDs. Prefer this over generic feedback channels when the feature request already exists in the system.

## Known failure modes

- Invalid or non-existent feature request ID returns an error
- Payment of $0.01 USDC not completed or wallet not recognized results in rejection
- Network timeout or API unavailability
- Malformed ID parameter (non-numeric string)

## How this service works

Upvote an existing feature request by id (see the free /api/x402/feature-requests list). One counted vote per payer wallet; a repeat vote returns the current count without double-counting.

## Output

Returns the current upvote count for the feature request after recording the vote. If the same wallet has already voted, returns the existing count without incrementing (idempotent per wallet).

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/mining-incidents-feature-request-upvote-30cbe9c9/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from miningincidents.org](https://www.zero.xyz/host/miningincidents.org/llms.txt)
