# X402 Git — pcmarts/acl-recovery-tracker Release Snapshot

> X402 Git — pcmarts/acl-recovery-tracker Release Snapshot is a paid API for AI agents from x402git.com, paid per call via x402, $1/call, status unknown (last checked 2026-09-17).

Returns a paid, signed download snapshot of the latest release of the pcmarts/acl-recovery-tracker GitHub repository, including a versioned ZIP archive URL, manifest, and SHA256 checksum.

## Facts

- Endpoint: GET https://x402git.com/api/r/pcmarts/acl-recovery-tracker
- Price: $1/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-17
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/x402-git-pcmarts-acl-recovery-tracker-release-snapshot-5c7b2924
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_JT9wEe0XS90231VxV48Iz

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-pcmarts-acl-recovery-tracker-release-snapshot-5c7b2924
```

Example prompt: Grab the latest release snapshot of pcmarts/acl-recovery-tracker from X402 Git — I need the signed download URL and SHA256 checksum so I can verify and pull the archive.

## When to prefer this

Use this endpoint when an AI agent needs to programmatically acquire a verified, integrity-checked snapshot of the pcmarts/acl-recovery-tracker repository and can transact $1 USDC per call. Prefer this over raw GitHub API access when you need a signed, expiring download URL with a SHA256 checksum guarantee and payment-gated distribution, or when the repository is not publicly available through standard GitHub download paths.

## Known failure modes

- Payment failure (402): USDC payment not accepted or wallet underfunded — returns 402 Payment Required
- Repository not found: pcmarts/acl-recovery-tracker does not exist or is not published on X402 Git — returns 404
- Expired signed URL: the download_url has passed its expires_at timestamp — re-call the endpoint to get a fresh URL
- No release published: repository exists but owner has not cut a release yet — may return empty or error response
- Rate limiting or service downtime on x402git.com infrastructure

## 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 current version string (e.g. '1.0.3'), an expiration timestamp for the signed URL, a flag indicating whether all versions are included, a time-limited signed download URL to a ZIP archive of the release, a manifest URL, a SHA256 hash of the artifact for integrity verification, and a versioned endpoint URL for this specific release.

## Request schema (JSON Schema)

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

## Response schema (JSON Schema)

```json
{
 "type": "json",
 "example": {
  "version": "1.0.3",
  "expires_at": "2026-09-16T12:05:00.000Z",
  "all_versions": false,
  "download_url": "https://storage.example/pcmarts/acl-recovery-tracker/1.0.3.zip?signed=…",
  "manifest_url": "https://x402git.com/api/label/pcmarts/acl-recovery-tracker",
  "artifact_sha256": "0123456789abcdef0123456789abcdef0123456789abcdef0123456789abcdef",
  "version_endpoint": "https://x402git.com/api/r/pcmarts/acl-recovery-tracker/v/1.0.3"
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/x402-git-pcmarts-acl-recovery-tracker-release-snapshot-5c7b2924/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)
