# GamePulse Trading Card Portfolio Valuation

> GamePulse Trading Card Portfolio Valuation is a paid API for AI agents from gamepulse.theaslangroupllc.com, paid per call via x402, $0.1/call, status unknown (last checked 2026-09-16).

Returns current market value for a collection of trading cards across Pokemon, MTG, sports cards, and other TCG formats

## Facts

- Endpoint: GET https://gamepulse.theaslangroupllc.com/api/cards/portfolio
- Price: $0.1/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-16
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/gamepulse-trading-card-portfolio-valuation-83b4aced
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_xlpwXl-TnvIZ2Ewcm9glp

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 gamepulse-trading-card-portfolio-valuation-83b4aced
```

Example prompt: Can you tell me what my trading card portfolio is currently worth? I have 50 Pokemon cards including a first edition Charizard, 30 MTG Dual Lands, and a 2018 Topps Mike Trout rookie card — all in near-mint condition.

## When to prefer this

Use this endpoint when an agent needs to value an entire collection of trading cards at once rather than a single card — ideal for card investors wanting portfolio net worth, collectors cataloging holdings, or anyone needing a holistic view across multiple TCG formats (Pokemon, MTG, sports cards). Prefer this over the single-card pricing endpoint when the user has multiple cards and wants an aggregated total.

## Known failure modes

- Unknown or unsupported card name returns partial valuation with missing entries
- Card set or edition not specified leads to averaged or ambiguous pricing
- Unsupported TCG format returns error or empty results
- Stale market data may cause valuation lag during high-volatility periods
- Payment failure (x402) blocks request before valuation is returned
- Malformed card list input returns 400 validation error

## How this service works

Trading card portfolio valuation for card-collector and card-investor agents. Returns current market value across Pokemon, MTG, sports cards, and more.

## Output

Returns aggregated current market value for the submitted card portfolio, including per-card valuations, total portfolio worth, price trends, and a breakdown by card type or set across Pokemon, MTG, sports cards, and other supported TCG formats.

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "required": [
  "cards"
 ],
 "properties": {
  "lang": {
   "type": "string",
   "description": "Response language (default en)"
  },
  "cards": {
   "type": "string",
   "description": "Comma-separated card list"
  }
 }
}
```

## Response schema (JSON Schema)

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

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/gamepulse-trading-card-portfolio-valuation-83b4aced/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from gamepulse.theaslangroupllc.com](https://www.zero.xyz/host/gamepulse.theaslangroupllc.com/llms.txt)
