# AtlasMarkets Dagon — On-Chain Risk Intelligence

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

Returns on-chain risk intelligence and data analysis for a given blockchain address or asset on Base mainnet

## Facts

- Endpoint: GET https://atlasmarkets-dagon.onrender.com/api/dagon/risk
- Price: $0.02/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-14
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/atlasmarkets-dagon-on-chain-risk-intelligence-5c8d3626
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_Obk3lVof_q50LB43dRGch

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-risk-intelligence-5c8d3626
```

Example prompt: Can you pull the on-chain risk score for the address 0xAbC123...def456 on Base mainnet using Dagon's risk intelligence?

## When to prefer this

Choose this endpoint when you need real-time on-chain risk intelligence specifically on Base mainnet and are willing to pay micro-fees per query via the x402 protocol. Prefer it over off-chain risk APIs when the source of truth must be blockchain data. Best for AI agents that need autonomous, per-call risk assessments without manual API key management.

## Known failure modes

- Payment not included or insufficient (402 Payment Required) — must include x402 USDC payment header
- Invalid or missing address/properties parameter — returns 400 bad request
- Address not found or no on-chain data available — may return empty or null risk data
- Rate limiting or service unavailability on Render hosting — returns 503
- Malformed query string for the properties field — returns parsing error

## How this service works

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

## Output

Returns an on-chain risk intelligence payload for the queried entity, likely including a risk score, risk category indicators, and supporting on-chain data signals sourced from Base mainnet activity.

## 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-risk-intelligence-5c8d3626/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)
