# SNTL DePIN Oracle – Critical Threats Endpoint

> SNTL DePIN Oracle – Critical Threats Endpoint is a paid API for AI agents from sntl-router.vercel.app, paid per call via x402, $1/call, status unknown (last checked 2026-09-14).

Retrieves critical-severity RF telemetry threat records from the SNTL DePIN yield-loss oracle datalake, paid per-call in USDC on Solana.

## Facts

- Endpoint: GET https://sntl-router.vercel.app/api/v2/threats/critical
- Price: $1/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-14
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/sntl-depin-oracle-critical-threats-endpoint-23c10c5d
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_yTODTL6y0YgewmqYUOG-w

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 sntl-depin-oracle-critical-threats-endpoint-23c10c5d
```

Example prompt: Pull the latest critical-severity threat records from the SNTL DePIN RF telemetry oracle right now — I need to see what high-priority yield loss signals are active across the sensor network.

## When to prefer this

Choose this endpoint when you need specifically critical-severity threat records from a decentralized RF telemetry and yield-loss sensor network, and you are equipped to pay per-call in USDC on Solana via the x402 protocol. Best suited for agricultural IoT monitoring, DePIN network operations, and yield risk analytics workflows that require real-time oracle data at the critical threat tier.

## Known failure modes

- Payment not settled — 402 response if USDC payment on Solana is not provided or fails
- No critical threats found — may return empty record set if no critical events are currently active
- Invalid properties filter — malformed query parameter may result in 400 error
- Vercel cold start latency — hosted on Vercel so initial requests may be slower
- Oracle data lag — underlying DePIN sensor data may have propagation delay
- Rate limiting — excessive calls may be throttled at the proxy layer

## How this service works

Pay-per-record access to the SNTL DePIN RF Telemetry &amp; Yield Loss Oracle datalake. Settles in USDC on Solana to the SNTL treasury.

## Output

Returns a set of critical-severity records from the SNTL DePIN RF telemetry and yield loss oracle datalake, likely including threat identifiers, RF signal metadata, severity classifications, timestamp data, and yield-impact indicators. Each call costs $1 USDC settled on Solana.

## Request schema (JSON Schema)

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

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/sntl-depin-oracle-critical-threats-endpoint-23c10c5d/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from sntl-router.vercel.app](https://www.zero.xyz/host/sntl-router.vercel.app/llms.txt)
