# CollectablesPulse Invest Signal

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

Returns trend analysis, population-report context, and a buy/hold/sell investment signal for any collectible item.

## Facts

- Endpoint: GET https://collectablespulse.vercel.app/api/collect/invest
- Price: $0.15/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-15
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/collectablespulse-invest-signal-913ce735
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_MoehTZKbW9qHGD6X0tiVe

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-invest-signal-913ce735
```

Example prompt: Should I buy a PSA 9 1986 Fleer Michael Jordan rookie card right now — can you pull the investment signal with trend analysis and population report context?

## When to prefer this

Use this endpoint when an agent or user needs an actionable buy/hold/sell investment signal backed by trend analysis and population report context for a specific collectible. Prefer this over the general value endpoint when the goal is investment decision-making rather than simple price lookup, and over the comparison endpoint when evaluating a single item rather than two side-by-side.

## Known failure modes

- Unrecognized collectible item returns error or low-confidence signal
- Missing required item identifier results in 400 bad request
- Payment not received results in 402 Payment Required
- External census/population data temporarily unavailable causing degraded response
- Highly obscure items may return insufficient data for a confident signal

## 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 response containing a buy/hold/sell signal, trend analysis showing market direction, and population report context (e.g. PSA/PCGS/CGC census scarcity data) to support investment decisions on the specified collectible.

## 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-invest-signal-913ce735/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)
