# Agent-All-That-Smoke Allora Premium Price Prediction

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

Returns an AI-powered price prediction for a given crypto asset over a specified timeframe using Allora's premium model

## Facts

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

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-premium-price-prediction-56f80a0d -d '<json body>'
```

Example prompt: What's the Allora premium price prediction for ETH over the next 8 hours?

## When to prefer this

Choose this endpoint when you need a premium, AI-driven short-to-medium term price prediction for a specific crypto asset (e.g. ETH, BTC) and want to leverage the Allora decentralized prediction network with a flexible timeframe parameter. Prefer this over generic market data APIs when you need forward-looking forecasts rather than current spot prices.

## Known failure modes

- Missing required 'asset' field returns validation error
- Invalid or unsupported asset symbol may return an error or empty result
- Unrecognized timeframe format may cause prediction failure
- Payment failure (insufficient USDC) blocks access to the endpoint
- Service downtime or Allora network unavailability returns 5xx error

## How this service works

Agent-All-That-Smoke onchain assistant

## Output

The agent receives an AI-powered price prediction for the requested crypto asset over the specified timeframe, likely including a predicted price value and possibly a confidence score or model metadata, sourced from Allora's premium prediction network.

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "required": [
  "asset"
 ],
 "properties": {
  "asset": {
   "type": "string",
   "description": "Asset symbol (for example ETH or BTC)."
  },
  "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-premium-price-prediction-56f80a0d/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)
