# DOGE/USD Live Price Feed

> DOGE/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 Dogecoin to US Dollar exchange price with no parameters required.

## Facts

- Endpoint: GET https://api.x402node.dev/crypto/price/doge/usd/doge-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/doge-usd-live-price-feed-f389b799
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_f1tTBjQdbjuNooa2uk0oc

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 doge-usd-live-price-feed-f389b799
```

Example prompt: What's the current price of Dogecoin in US dollars right now?

## When to prefer this

Use this endpoint when you need a quick, zero-parameter real-time DOGE/USD price and are willing to pay a micro-fee per call via x402 protocol. Ideal for agents that need a simple spot price without complex API key setup or rate limit management.

## Known failure modes

- Price data source unavailable — upstream feed may be down
- Payment failure — insufficient USDC balance for the $0.004 per-call fee
- Network timeout if the endpoint is temporarily unreachable
- Stale price if the source feed has not refreshed recently

## How this service works

Live DOGE to USD price (Dogecoin / US Dollar). Zero-param: GET returns current price. 狗狗币美元实时价格行情。ドージコイン/米ドル 価格。Precio Dogecoin dólar. 도지코인 달러 시세. doge usd, doge-usd, DOGE price. Accepts payment on Base or Solana — either network works.

## Output

Returns a JSON object with the base currency ('DOGE'), quote currency ('USD'), the pair identifier ('doge-usd'), the current numeric price in USD, the timestamp of the price (as_of), and the data source name.

## Request schema (JSON Schema)

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

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/doge-usd-live-price-feed-f389b799/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)
