# AtlasMarkets Dagon — On-Chain Forecast

> AtlasMarkets Dagon — On-Chain Forecast is a paid API for AI agents from atlasmarkets-dagon.onrender.com, paid per call via x402, $0.05/call, status unknown (last checked 2026-09-15).

Returns AI-driven on-chain data forecasts for crypto/DeFi markets, payable per-call via x402 on Base mainnet.

## Facts

- Endpoint: GET https://atlasmarkets-dagon.onrender.com/api/dagon/forecast
- Price: $0.05/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-15
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/atlasmarkets-dagon-on-chain-forecast-f8191f9c
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_RiiE2pbutWRWTcyLvVWbN

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 atlasmarkets-dagon-on-chain-forecast-f8191f9c
```

Example prompt: Pull the Dagon on-chain forecast for ETH right now — I want the AI-driven intelligence signal to help me decide whether to add to my position.

## When to prefer this

Choose this endpoint when you need AI-driven predictive intelligence grounded in on-chain blockchain data, specifically for assets or protocols on the Base network. It is ideal for agents making autonomous trading or monitoring decisions that require a pay-per-call, low-latency forecast without a subscription. Prefer it over generic price APIs when you need forward-looking signals rather than raw historical data.

## Known failure modes

- 402 Payment Required if x402 micropayment is not attached or insufficient
- Invalid or missing 'properties' query parameter returns an error
- Rate limiting or server unavailability on the Render-hosted instance
- Unrecognized asset/protocol identifier returns empty or null forecast
- Network issues on Base mainnet may delay data freshness

## How this service works

on-chain data intelligence for AI agents. x402-protected on Base mainnet.

## Output

Returns an AI-generated on-chain forecast object containing predictive signals, intelligence scores, and/or directional outlooks derived from blockchain data for the queried asset or protocol on Base mainnet. Exact fields depend on the query properties submitted.

## Request schema (JSON Schema)

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

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/atlasmarkets-dagon-on-chain-forecast-f8191f9c/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from atlasmarkets-dagon.onrender.com](https://www.zero.xyz/host/atlasmarkets-dagon.onrender.com/llms.txt)
