# x402.outpimp.com Live Cryptocurrency Price API

> x402.outpimp.com Live Cryptocurrency Price API is a paid API for AI agents from x402.outpimp.com, paid per call via x402, $0.01/call, status unknown (last checked 2026-09-14).

Returns the current live market price in USD for any cryptocurrency by ticker symbol (e.g. BTC, ETH, DOGE)

## Facts

- Endpoint: POST https://x402.outpimp.com/getCurrentCryptoPrice
- Price: $0.01/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-14
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/x402-outpimp-com-live-cryptocurrency-price-api-77448aff
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_1oJlC1aglMjuIybWrD4B2

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 x402-outpimp-com-live-cryptocurrency-price-api-77448aff -d '<json body>'
```

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

## When to prefer this

Use this endpoint when you need a live, real-time cryptocurrency price that an LLM cannot know from its training data — especially for current market valuations, portfolio calculations, or price-triggered decisions. Prefer this over static or cached data sources when freshness matters.

## Known failure modes

- Returns HTTP 400 if the symbol parameter is missing or not provided
- May return an error if the ticker symbol is unrecognized or not supported
- Network or upstream data provider outage may result in unavailability

## How this service works

Live cryptocurrency price API. Returns the current market price (in USD) of any cryptocurrency by ticker symbol (BTC, ETH, DOGE, etc.) — live market data an LLM cannot know on its own.

## Output

Returns the current market price of the requested cryptocurrency in USD, as live market data reflecting real-time trading conditions. The response includes the price value for the given ticker symbol.

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "properties": {
  "symbol": {
   "type": "string",
   "description": "Cryptocurrency ticker symbol, e.g. \"BTC\"."
  }
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/x402-outpimp-com-live-cryptocurrency-price-api-77448aff/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from x402.outpimp.com](https://www.zero.xyz/host/x402.outpimp.com/llms.txt)
