# CollectablesPulse Provenance & Ownership History Check

> CollectablesPulse Provenance & Ownership History Check is a paid API for AI agents from collectablespulse.theaslangroupllc.com, paid per call via x402, $0.1/call, status unknown (last checked 2026-09-14).

Researches the chain of ownership, Art Loss Register / stolen-art checks, and authenticity documentation for art, antiques, and memorabilia worldwide.

## Facts

- Endpoint: GET https://collectablespulse.theaslangroupllc.com/api/collect/provenance
- Price: $0.1/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-14
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/collectablespulse-provenance-ownership-history-check-3ff3377b
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_ElaGuUPm65JMNdFehrcx5

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 collectablespulse-provenance-ownership-history-check-3ff3377b
```

Example prompt: Can you run a provenance and ownership history check on a Jean-Michel Basquiat painting titled 'Untitled 1982' — I need the full chain of custody, any Art Loss Register hits, and authenticity documentation before I make an offer?

## When to prefer this

Use this endpoint when an agent needs to perform acquisition due diligence on art, antiques, or memorabilia — specifically when ownership history, stolen-art screening (Art Loss Register), and authenticity documentation are required. Prefer this over a generic authentication check when the chain of custody and theft history are the primary concern, not just physical authenticity.

## Known failure modes

- Insufficient item details to identify the specific work — returns error requesting more descriptive input
- Item not found in known provenance databases — returns empty or partial results
- Art Loss Register query timeout — returns a partial report with a note on the incomplete check
- Ambiguous artist or item name matching multiple works — returns disambiguation prompt or multiple candidates

## How this service works

Provenance & ownership history check: research the chain of ownership, Art Loss Register / stolen-art checks, and authenticity documentation for art, antiques and memorabilia. Worldwide. For collector and appraiser agents.

## Output

A provenance report including the item's chain of ownership, Art Loss Register / stolen-art check results, any red flags on theft or looting, and available authenticity documentation — structured for collector and appraiser due diligence.

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "required": [
  "item"
 ],
 "properties": {
  "item": {
   "type": "string",
   "description": "Collectible description (e.g. 1952 Topps Mickey Mantle)"
  },
  "lang": {
   "type": "string",
   "description": "Response language (default en)"
  }
 }
}
```

## Response schema (JSON Schema)

```json
{
 "type": "json",
 "example": {}
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/collectablespulse-provenance-ownership-history-check-3ff3377b/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from collectablespulse.theaslangroupllc.com](https://www.zero.xyz/host/collectablespulse.theaslangroupllc.com/llms.txt)
