# OrganiCryptoYYC Cryptocurrency Price Lookup API

> OrganiCryptoYYC Cryptocurrency Price Lookup API is a paid API for AI agents from organiccryptoyyc.com:8443, paid per call via x402, $0.005/call, status unknown (last checked 2026-09-13).

Returns the current USD price for a given cryptocurrency symbol via a metered x402 pay-per-call endpoint.

## Facts

- Endpoint: GET https://organiccryptoyyc.com:8443/v1/price/%7Bsymbol%7D
- Price: $0.005/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-13
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/organicryptoyyc-cryptocurrency-price-lookup-api-7e899b6b
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_r-ruAzEAciMole4SSxT-Y

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 organicryptoyyc-cryptocurrency-price-lookup-api-7e899b6b
```

Example prompt: What is the current USD price of ETH right now?

## When to prefer this

Choose this endpoint when you need a pay-per-call, censorship-resistant crypto price lookup settled in USDC via x402, especially when integrating with blockchain-native or agent-based workflows that require trustless micropayment settlement rather than API key subscriptions.

## Known failure modes

- Invalid or unsupported symbol returns an error
- Payment not settled or x402 auth missing returns 402 Payment Required
- Network/RPC issues may cause stale or unavailable price data
- Rate limiting if metered quota exceeded

## How this service works

Real-device, multi-region site verification with screenshot proof, live Pocket Network Shannon relay-demand/tokenomics/validator-security data, and on-chain RPC snapshots across 38 chains -- Ethereum, Solana, BSC, and peaq natively, plus 34 more EVM chains via Pocket Network's free public gateway (Arbitrum, Base, Optimism, Polygon, Avalanche, zkSync, Linea, Scroll, Gnosis, and more) -- 54 metered x402 routes, priced and settled per call in USDC. Migrating to Acurast decentralized cloud compute for censorship-resistant hosting -- stay tuned.

## Output

A JSON object containing the cryptocurrency symbol and its current price in USD, e.g. {"symbol": "eth", "usd": 3123.45}.

## Request schema (JSON Schema)

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

## Response schema (JSON Schema)

```json
{
 "type": "json",
 "example": {
  "usd": 3123.45,
  "symbol": "eth"
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/organicryptoyyc-cryptocurrency-price-lookup-api-7e899b6b/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from organiccryptoyyc.com:8443](https://www.zero.xyz/host/organiccryptoyyc.com%3A8443/llms.txt)
