# SNTL DePIN Oracle – Pending Threats Endpoint

> SNTL DePIN Oracle – Pending Threats Endpoint 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).

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

## Facts

- Endpoint: GET https://sntl-router.vercel.app/api/v2/threats/pending
- 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-pending-threats-endpoint-ea6d64b3
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_m7pzOv_1mykk3erRl4cmF

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-pending-threats-endpoint-ea6d64b3
```

Example prompt: Pull the current list of pending RF threats from the SNTL DePIN oracle — I need to see what unresolved threat signals are in the queue right now.

## When to prefer this

Choose this endpoint when you need real-time access to pending/unresolved RF telemetry threat records from a decentralized physical infrastructure sensor network, particularly for yield-loss monitoring or agricultural threat detection. Best suited for agents that can handle x402 micropayment flows in USDC on Solana. Use this over centralized alternatives when decentralized, pay-per-record data provenance is required.

## Known failure modes

- 402 Payment Required if USDC payment is not included or fails to settle
- No pending threats returned if the queue is currently empty
- Malformed or minimal response due to sparse input schema documentation
- Solana network latency causing payment settlement delays
- Rate limiting or access denial if payment wallet is not properly configured
- Stale data if DePIN sensors are offline or not reporting

## 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 list of pending threat records from the SNTL DePIN RF telemetry datalake, including sensor-detected anomalies, yield-loss signals, and unresolved threat events. Each record likely contains threat identifiers, RF metadata, detection timestamps, and severity or status indicators. Payment of $0.01 USDC is settled to the SNTL treasury on Solana per successful call.

## 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-pending-threats-endpoint-ea6d64b3/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)
