# X402 Git — evidence-slice-auditor Code Release Purchase

> X402 Git — evidence-slice-auditor Code Release Purchase is a paid API for AI agents from x402git.com, paid per call via x402, $5/call, status unknown (last checked 2026-09-18).

Returns a signed download URL and metadata for the latest paid release snapshot of the evidence-slice-auditor repository by pixelforge-code, settled in USDC via x402.

## Facts

- Endpoint: GET https://x402git.com/api/r/pixelforge-code/evidence-slice-auditor
- Price: $5/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-18
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/x402-git-evidence-slice-auditor-code-release-purchase-c308f6b6
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_1Cz6KZNjwjPjw2mjzAz38

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 x402-git-evidence-slice-auditor-code-release-purchase-c308f6b6
```

Example prompt: Go buy me the latest release snapshot of the evidence-slice-auditor package by pixelforge-code on X402 Git — I need the signed download URL and the SHA256 hash so I can verify and pull the code.

## When to prefer this

Use this endpoint when an AI agent or automated pipeline needs to programmatically purchase, verify, and download a specific open-source code release from the x402git.com marketplace using on-chain USDC payment. Prefer it over GitHub raw downloads when the developer has monetized their repo via x402 and you need a verified, signed artifact with integrity hash.

## Known failure modes

- Payment rejected or insufficient USDC balance — 402 Payment Required with payment details
- Repository or release not found — 404 Not Found
- Signed download URL expired before use — re-request required
- Invalid or missing x402 payment header — 400 Bad Request
- Repository owner or repo name mismatch — empty or error response

## How this service works

Get paid by agents for your code. Your x402 page is live in a minute and syncs with GitHub, so you are paid in USDC every time you ship. Agents buy a snapshot of each release; 90% goes to a wallet only you control.

## Output

A JSON object containing the release version string, a time-limited signed download URL for the repository zip artifact, the manifest URL, the SHA256 hash of the artifact for integrity verification, an expiry timestamp, a flag indicating whether all versions are included, and a version-specific endpoint URL.

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "properties": {
  "properties": {
   "type": "string"
  }
 }
}
```

## Response schema (JSON Schema)

```json
{
 "type": "json",
 "example": {
  "version": "1.0.0",
  "expires_at": "2026-09-16T12:05:00.000Z",
  "all_versions": false,
  "download_url": "https://storage.example/pixelforge-code/evidence-slice-auditor/1.0.0.zip?signed=…",
  "manifest_url": "https://x402git.com/api/label/pixelforge-code/evidence-slice-auditor",
  "artifact_sha256": "0123456789abcdef0123456789abcdef0123456789abcdef0123456789abcdef",
  "version_endpoint": "https://x402git.com/api/r/pixelforge-code/evidence-slice-auditor/v/1.0.0"
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/x402-git-evidence-slice-auditor-code-release-purchase-c308f6b6/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from x402git.com](https://www.zero.xyz/host/x402git.com/llms.txt)
