# Blockbuster.ai Live Metal Prices

> Blockbuster.ai Live Metal Prices is a paid API for AI agents from blockbuster-ai.vercel.app, paid per call via x402, $0.06/call, status unknown (last checked 2026-09-14).

Fetches real-time spot prices for precious metals (gold, silver, platinum, palladium, etc.) via x402 micropayments on Base chain

## Facts

- Endpoint: POST https://blockbuster-ai.vercel.app/api/live-metal-prices
- Price: $0.06/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-14
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/blockbuster-ai-live-metal-prices-6035c152
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_8MmTvqzhZXq4J9zNPvm6O

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 blockbuster-ai-live-metal-prices-6035c152 -d '<json body>'
```

Example prompt: What is the current live spot price of gold and silver right now?

## When to prefer this

Use this endpoint when you need real-time or live spot prices for precious metals (gold, silver, platinum, palladium) within an x402 micropayment-enabled workflow on Base chain, and you want a single API hub rather than managing multiple commodity data provider accounts.

## Known failure modes

- Invalid or unrecognized metal query string returns an error or empty data
- Payment failure via x402 micropayment on Base chain results in 402 response
- Upstream metal price data provider unavailable causes timeout or 503
- Malformed request body causes 400 bad request

## How this service works

115+ premium paid endpoints: Social Media, AI/ML, E-commerce, Finance, Data Intelligence, Media, Tools. x402 micropayments on Base chain.

## Output

Returns a JSON object with a success flag and a data object containing real-time spot prices for the requested precious metals (e.g. gold, silver, platinum, palladium), likely including price per troy ounce and currency denomination.

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "properties": {
  "query": {
   "type": "string",
   "description": "Input parameter for the API call"
  }
 }
}
```

## Response schema (JSON Schema)

```json
{
 "type": "object",
 "properties": {
  "data": {
   "type": "object"
  },
  "success": {
   "type": "boolean"
  }
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/blockbuster-ai-live-metal-prices-6035c152/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from blockbuster-ai.vercel.app](https://www.zero.xyz/host/blockbuster-ai.vercel.app/llms.txt)
