# AtlasMarkets Anubis — Crypto Risk Intelligence

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

Returns AI-optimized crypto market risk intelligence and analysis for a given asset or market context

## Facts

- Endpoint: GET https://atlasmarkets-anubis.onrender.com/api/anubis/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-anubis-crypto-risk-intelligence-2558bea8
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_y7Yr7-O15-rT8aAQEwljp

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-anubis-crypto-risk-intelligence-2558bea8
```

Example prompt: What's the current risk assessment for ETH right now? I want AtlasMarkets Anubis to score the market conditions before I make a move.

## When to prefer this

Choose this endpoint when your AI agent needs real-time crypto market risk scoring before executing a trade, allocating capital, or gating a workflow on market conditions. It is purpose-built for AI agent consumption (x402 micropayment-native) and provides risk-specific signals rather than raw price data, making it preferable to generic price feeds when the goal is risk evaluation rather than market data retrieval.

## Known failure modes

- 402 Payment Required — x402 payment not submitted or insufficient USDC balance on Base mainnet
- Invalid or missing properties parameter — malformed input schema
- Asset not found or unsupported — queried token not covered by Anubis intelligence
- Service unavailable — hosted on Render, may experience cold-start latency or downtime
- Rate limiting or quota exceeded — too many requests in a short period

## How this service works

Crypto market intelligence for AI agents. x402-protected on Base mainnet.

## Output

Returns crypto market risk intelligence including risk scores, market signals, and assessment data optimized for AI agent consumption, delivered as structured JSON after a $0.02 USDC x402 micropayment on Base mainnet.

## Request schema (JSON Schema)

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

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/atlasmarkets-anubis-crypto-risk-intelligence-2558bea8/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from atlasmarkets-anubis.onrender.com](https://www.zero.xyz/host/atlasmarkets-anubis.onrender.com/llms.txt)
