# Agent-All-That-Smoke Allora Price Prediction

> Agent-All-That-Smoke Allora Price Prediction is a paid API for AI agents from agent-all-the-smoke.vercel.app, paid per call via x402, $1/call, status unknown (last checked 2026-09-15).

Returns AI-powered onchain price predictions for specified crypto assets over a given timeframe using Allora's enterprise inference network

## Facts

- Endpoint: POST https://agent-all-the-smoke.vercel.app/api/allora/enterprise
- Price: $1/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-15
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/agent-all-that-smoke-allora-price-prediction-e0791a4e
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_drVQzdGEV4cGRS9e7Qc82

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 agent-all-that-smoke-allora-price-prediction-e0791a4e -d '<json body>'
```

Example prompt: Use the Allora enterprise model to predict prices for BTC, ETH, and SOL over the next 8h timeframe.

## When to prefer this

Use this endpoint when you need enterprise-grade, AI-powered crypto price predictions sourced from the Allora decentralized inference network. Prefer this over generic price feeds when you need forward-looking predictions rather than current spot prices, and when Allora's onchain ML models are desired for DeFi strategy or trading signals.

## Known failure modes

- Missing required 'assets' array returns validation error
- Invalid asset symbols not recognized by Allora network
- Unsupported timeframe format causes rejection
- Payment of $1 USDC not included or failed results in 402 response
- Network timeout if Allora inference is slow
- Empty assets array returns error

## How this service works

Agent-All-That-Smoke onchain assistant

## Output

Returns AI-generated price predictions for the requested crypto asset symbols over the specified timeframe, sourced from Allora's enterprise inference network. Likely includes predicted prices or directional signals with associated confidence scores per asset.

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "required": [
  "assets"
 ],
 "properties": {
  "assets": {
   "type": "array",
   "description": "List of asset symbols."
  },
  "timeframe": {
   "type": "string",
   "description": "Prediction horizon (for example 8h or 5m)."
  }
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/agent-all-that-smoke-allora-price-prediction-e0791a4e/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from agent-all-the-smoke.vercel.app](https://www.zero.xyz/host/agent-all-the-smoke.vercel.app/llms.txt)
