# SHIB/USD Live Price Feed

> SHIB/USD Live Price Feed is a paid API for AI agents from api.x402node.dev, paid per call via x402, $0.004/call, status unknown (last checked 2026-09-14).

Returns the current real-time price of Shiba Inu (SHIB) in US Dollars via a zero-parameter GET request

## Facts

- Endpoint: GET https://api.x402node.dev/crypto/price/shib/usd/shib-usd
- Price: $0.004/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-14
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/shib-usd-live-price-feed-e7ebc7cd
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_SiTGc6N6oUJkqEYylTFlG

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 shib-usd-live-price-feed-e7ebc7cd
```

Example prompt: What's the current price of Shiba Inu (SHIB) in US dollars right now?

## When to prefer this

Use this endpoint when you need a lightweight, zero-parameter real-time SHIB/USD price lookup via a pay-per-call x402 micropayment model, without requiring API key management. Ideal for AI agents or bots that need to spot-check or monitor SHIB price on demand.

## Known failure modes

- Data source unavailable: upstream price feed is down or delayed
- HTTP 402 Payment Required: USDC payment not properly attached or insufficient
- Network timeout: API server unreachable
- Stale data: as_of timestamp may be slightly behind real-time due to feed latency

## How this service works

Live SHIB to USD price (Shiba Inu / US Dollar). Zero-param: GET returns current price. 柴犬币美元实时价格行情。柴犬コイン/米ドル 価格。Precio Shiba Inu dólar. 시바이누 달러 시세. shib usd, shib-usd, SHIB price.

## Output

Returns a JSON object containing the base asset ('shib'), quote asset ('usd'), currency pair identifier, current numeric price in USD, the data source, and an as_of timestamp indicating when the price was captured.

## Example request

```json
{
 "top": "10"
}
```

## Request schema (JSON Schema)

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

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/shib-usd-live-price-feed-e7ebc7cd/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from api.x402node.dev](https://www.zero.xyz/host/api.x402node.dev/llms.txt)
