# x402 Bazaar Resource Change History

> x402 Bazaar Resource Change History is a paid API for AI agents from 5.75.142.199.sslip.io, paid per call via x402, $0.01/call, status unknown (last checked 2026-09-15).

Returns the full audit trail of snapshots and change events (price, payto, schema, delisting) for a specific x402 Bazaar monitored resource by ID.

## Facts

- Endpoint: GET https://5.75.142.199.sslip.io/paid/x402/history/1
- Price: $0.01/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-15
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/x402-bazaar-resource-change-history-a469f682
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap__PpnITmR9jOqbZzHCQazV

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-bazaar-resource-change-history-a469f682
```

Example prompt: Pull the full change history for x402 Bazaar resource ID 1 — I want to see every price change, payto address change, schema change, and any delisting events with their SHA-256 snapshots so I can verify the payment terms before paying.

## When to prefer this

Use this endpoint when you need to audit or verify the historical payment terms of a specific x402 Bazaar resource before making a payment — particularly to detect if price or payto address has changed, or to confirm no tampering has occurred. Prefer this over the trust dossier or attestation endpoints when you specifically need the full chronological event log rather than a summary score or signed proof.

## Known failure modes

- Invalid or non-existent resource ID returns an error or empty result
- Payment of $0.01 USDC not included or rejected results in 402 Payment Required
- Resource has no change history if monitoring just began (empty event list)
- Network timeout if the backend is unavailable

## How this service works

Full change history for one x402 Bazaar resource: every snapshot (SHA-256 audit trail) and every change event (price_changed / payto_changed / schema_changed / delisted) since monitoring began. Use it to verify an endpoint's payment terms before paying. Find ids for free: https://5.75.142.199.sslip.io/x402/resources

## Output

A chronological list of all recorded snapshots (with SHA-256 hashes) and change events for the specified resource, including price_changed, payto_changed, schema_changed, and delisted events since monitoring began.

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "$schema": "https://json-schema.org/draft/2020-12/schema",
 "required": [
  "input"
 ],
 "properties": {
  "input": {
   "type": "object",
   "required": [
    "type",
    "method"
   ],
   "properties": {
    "type": {
     "type": "string",
     "const": "http"
    },
    "method": {
     "enum": [
      "GET"
     ],
     "type": "string"
    }
   }
  }
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/x402-bazaar-resource-change-history-a469f682/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from 5.75.142.199.sslip.io](https://www.zero.xyz/host/5.75.142.199.sslip.io/llms.txt)
