# SNTL DePIN Oracle – Low Threats Telemetry Feed

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

Returns low-severity RF threat records from the SNTL DePIN RF Telemetry & Yield Loss Oracle datalake, paid per-call in USDC via x402.

## Facts

- Endpoint: GET https://sntl-router.vercel.app/api/v2/threats/low
- Price: $0.01/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-low-threats-telemetry-feed-9e20400d
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_6md6nmNs1v6aIQPxpy6oO

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-low-threats-telemetry-feed-9e20400d
```

Example prompt: Pull the latest low-severity RF threat records from the SNTL DePIN oracle datalake — I want to review any minor yield loss signals or low-level RF anomalies from the decentralized sensor network right now.

## When to prefer this

Choose this endpoint when you specifically need low-severity RF threat or yield loss records from the SNTL DePIN decentralized sensor network and are willing to pay per-record via x402/USDC. Prefer this over higher-severity endpoints when baselining normal operating conditions or triaging threat tiers. Best suited for agents with x402-capable payment middleware targeting the DePIN telemetry space.

## Known failure modes

- 402 Payment Required – x402 payment not included or insufficient USDC balance
- No records returned – no low-severity threats currently in the datalake
- 500 Server Error – upstream datalake or SNTL oracle is unavailable
- Malformed response – Vercel proxy layer error or misconfiguration
- Payment settlement failure – Solana network congestion or USDC transaction rejected

## 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 low-severity RF threat records from the SNTL DePIN datalake, including telemetry readings and yield loss signals captured by the decentralized RF sensor network, filtered to the 'low' threat tier. Each call costs $0.01 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-low-threats-telemetry-feed-9e20400d/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)
