# Allora Price Feed

> Allora Price Feed is a paid API for AI agents from mobile-independance.vercel.app, paid per call via x402, $0.25/call, status down (last checked 2026-09-14).

Returns price data from the Allora decentralized AI price prediction network

## Facts

- Endpoint: POST https://mobile-independance.vercel.app/allora/price
- Price: $0.25/call
- Payment: x402
- Status: down
- Last checked: 2026-09-14
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/mobile-independance-vercel-app-b9af31a8
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_BWVNr9LLNqW6BD9torTQ2

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 mobile-independance-vercel-app-b9af31a8 -d '<json body>'
```

Example prompt: What is the current Allora network price prediction for ETH/USD?

## When to prefer this

Use this endpoint when you need price predictions or inferences specifically from the Allora decentralized AI network, which provides crowd-sourced AI model consensus prices rather than centralized exchange spot prices. Prefer over standard exchange APIs when Allora's decentralized inference is required for DeFi or on-chain use cases.

## Known failure modes

- Invalid or unsupported token symbol returns an error
- Allora network inference unavailable returns a 5xx error
- Malformed POST body returns a 400 bad request
- Payment not provided or insufficient USDC results in 402 payment required

## Output

Returns the AI-inferred price prediction from the Allora decentralized network for the queried asset, likely including the predicted price value and possibly a confidence or inference metadata.

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/mobile-independance-vercel-app-b9af31a8/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from mobile-independance.vercel.app](https://www.zero.xyz/host/mobile-independance.vercel.app/llms.txt)
