# BlackBobs.ai Live Metal Prices

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

Returns real-time spot prices for precious metals such as gold, silver, platinum, and palladium

## Facts

- Endpoint: POST https://blackbobs-ai.vercel.app/api/live-metal-prices
- Price: $0.08282/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-16
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/blackbobs-ai-live-metal-prices-e5ccd275
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_OilRsgIt-OyVMVw935g-U

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 blackbobs-ai-live-metal-prices-e5ccd275 -d '<json body>'
```

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

## When to prefer this

Choose this endpoint when you need real-time, pay-per-call precious metal spot prices without a subscription commitment. It is well-suited for agents that only occasionally need commodity pricing, or for lightweight dashboards and portfolio tools that want to avoid maintaining their own data feed subscription. Prefer it over manually scraping financial sites or using delayed free-tier APIs when freshness and reliability matter.

## Known failure modes

- Market data feed unavailable — upstream provider outage returns error or stale data
- Invalid or unsupported metal symbol requested — returns error or empty result
- Payment failure on Base chain — request not processed if x402 micropayment is rejected
- Rate limit exceeded — too many requests in a short window
- Network timeout if the pricing source is slow to respond

## How this service works

194 production-ready API endpoints. AI, Search, Social, Finance, Crypto. Pay-per-call with x402 on Base chain.

## Output

Returns a result object containing live spot prices for one or more precious metals, likely including the metal name, current price, and the currency or unit of measure, sourced in real time from market data feeds.

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "properties": {
  "result": {
   "type": "object",
   "description": "API response data"
  }
 }
}
```

## Response schema (JSON Schema)

```json
{
 "type": "object",
 "example": {
  "result": {
   "data": "example response"
  }
 },
 "properties": {
  "result": {
   "type": "object",
   "description": "API response data"
  }
 }
}
```

## More

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