# CollectablesPulse Insurance Guide

> CollectablesPulse Insurance Guide is a paid API for AI agents from collectablespulse.vercel.app, paid per call via x402, $0.08/call, status unknown (last checked 2026-09-15).

Returns specialist insurer recommendations, coverage types, appraisal requirements, and documentation guidance for insuring collectibles.

## Facts

- Endpoint: GET https://collectablespulse.vercel.app/api/collect/insurance
- Price: $0.08/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-15
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/collectablespulse-insurance-guide-2a2202da
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_zuj_BzuY2wBgSugB8s4OV

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-insurance-guide-2a2202da
```

Example prompt: Can you pull up the CollectablesPulse insurance guide for my graded sports card collection — I want to know which specialist insurers cover it, what types of coverage are available, and what appraisal or documentation I'll need to get a policy?

## When to prefer this

Use this endpoint when a collector, appraiser, or investor agent needs actionable insurance guidance specific to collectibles — including insurer names, coverage structures, and appraisal/documentation requirements — rather than a generic insurance search or a financial planning tool.

## Known failure modes

- Missing or unrecognized collectible type may return generic guidance rather than item-specific recommendations
- Service unavailability returns HTTP 402 or 5xx if payment or upstream issue occurs
- Very niche collectible categories may return limited insurer options

## How this service works

Global collectibles market intelligence API. AI-synthesized valuations for sports cards, coins, comics, vinyl records, Pokémon/MTG/TCGs, sneakers, watches, signed memorabilia, and trading cards. Real-time sold comparables, PSA/CGC/PCGS grade premiums, population reports, storage and grading guidance. Amazon storage supplies, professional grading service links, and eBay/Goldin marketplace links included. All endpoints support any language via ?lang=. Pricing: $0.08–$0.20 USDC/call via x402 micropayment.

## Output

Returns a structured guide including names of specialist collectibles insurers, available coverage types (e.g. agreed value, blanket vs. scheduled), appraisal requirements, and documentation needed to obtain or maintain coverage for the collectible in question.

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "required": [
  "item"
 ],
 "properties": {
  "item": {
   "type": "string",
   "description": "item"
  },
  "lang": {
   "type": "string",
   "description": "lang"
  }
 }
}
```

## Response schema (JSON Schema)

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

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/collectablespulse-insurance-guide-2a2202da/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from collectablespulse.vercel.app](https://www.zero.xyz/host/collectablespulse.vercel.app/llms.txt)
