# DataNest Forecast API

> DataNest Forecast API is a paid API for AI agents from kite-hub-v2.vercel.app, paid per call via x402, $0.15/call, status unknown (last checked 2026-09-15).

Delivers predictive forecast data (likely financial, weather, or demand-related) via the KiteEndpoints mega API hub, billed per request in USDC on Base chain

## Facts

- Endpoint: POST https://kite-hub-v2.vercel.app/api/datanest-forecast
- Price: $0.15/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-15
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/datanest-forecast-api-1dbb325a
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_6Hi2e2eoa-Iv2zDvmtsVy

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 datanest-forecast-api-1dbb325a -d '<json body>'
```

Example prompt: Can you run a DataNest forecast query for me and return the predicted results — I need to see what the forecast data looks like for my current dataset.

## When to prefer this

Choose this endpoint when you need access to DataNest-specific forecast predictions through a pay-per-use micropayment model on Base chain (USDC), without committing to a subscription. Best suited for agents that occasionally need forecast data and want cost-per-call pricing rather than a monthly plan.

## Known failure modes

- Insufficient USDC balance causes 402 payment required error
- Malformed or missing result object in request body returns validation error
- DataNest backend unavailable results in 503 or timeout
- Ambiguous or incomplete input parameters produce empty or generic example response
- Rate limiting on the hub may cause 429 errors during high-volume usage

## How this service works

400+ paid API endpoints. Social media, AI, crypto, finance, weather, ecommerce, tools. Pay per request with USDC on Base chain.

## Output

Returns a JSON object with a `result` field containing the forecast data payload — the specific structure depends on the underlying DataNest model but typically includes predicted values or time-series projections

## Response schema (JSON Schema)

```json
{
 "type": "object",
 "example": {
  "result": {
   "data": "example response"
  }
 },
 "properties": {
  "result": {
   "type": "object",
   "description": "API response data"
  }
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/datanest-forecast-api-1dbb325a/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from kite-hub-v2.vercel.app](https://www.zero.xyz/host/kite-hub-v2.vercel.app/llms.txt)
