# iamstarchild Crypto Spot Price

> iamstarchild Crypto Spot Price is a paid API for AI agents from 5108-x402.community.iamstarchild.com, paid per call via x402, $0.002/call, status unknown (last checked 2026-09-14).

Returns real-time spot price and market data for a specified cryptocurrency in one or more currencies

## Facts

- Endpoint: GET https://5108-x402.community.iamstarchild.com/bazaar/crypto/price
- Price: $0.002/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-14
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/iamstarchild-crypto-spot-price-99559571
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_vscveOQURk6P3heWi4z2r

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 iamstarchild-crypto-spot-price-99559571
```

Example prompt: What's the current spot price of Bitcoin in USD right now?

## When to prefer this

Choose this endpoint when you need a low-cost, real-time crypto spot price lookup paid per-call via x402 micropayment, without requiring a traditional API key or subscription. Ideal for agents that need on-demand price checks for one or a few coins rather than bulk historical data.

## Known failure modes

- Invalid or unrecognized coin ID returns empty map or 404
- Unsupported vs_currency returns missing key in response
- Payment of 0.002 USDC not provided results in 402 Payment Required
- Rate limiting may occur under high request frequency
- Network latency may cause slightly stale prices during high volatility

## How this service works

Get real-time spot price and market data for a cryptocurrency

## Output

Returns a map keyed by coin ID where each value is an object mapping currency symbols to their current price — e.g. { 'bitcoin': { 'usd': 67400.12 } }. Priced at $0.002 USDC per call.

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "properties": {
  "required": {
   "type": "string"
  },
  "properties": {
   "type": "string"
  }
 }
}
```

## Response schema (JSON Schema)

```json
{
 "type": "object",
 "description": "Map of coin id -> { <vs_currency>: price, ... }",
 "additionalProperties": {
  "type": "object"
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/iamstarchild-crypto-spot-price-99559571/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from 5108-x402.community.iamstarchild.com](https://www.zero.xyz/host/5108-x402.community.iamstarchild.com/llms.txt)
