# SNTL DePIN Oracle – RF Anomalies Endpoint

> SNTL DePIN Oracle – RF Anomalies 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-13).

Returns RF telemetry anomaly records from the SNTL DePIN yield-loss oracle datalake, paid per-call in USDC via x402.

## Facts

- Endpoint: GET https://sntl-router.vercel.app/api/v2/anomalies
- Price: $0.01/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-13
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/sntl-depin-oracle-rf-anomalies-endpoint-caf4ee4b
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_BkAGdkOhM3wdw45y4N0Hr

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-rf-anomalies-endpoint-caf4ee4b
```

Example prompt: Pull the latest RF telemetry anomaly records from the SNTL DePIN oracle so I can see which sensor zones are reporting yield loss irregularities.

## When to prefer this

Choose this endpoint when you need on-demand, pay-per-record access to RF telemetry anomaly data from a decentralized sensor (DePIN) network, especially for yield loss detection use cases. It is ideal when you want trustless oracle data settled on-chain in USDC and don't need a subscription. Prefer alternatives if you need bulk historical downloads or non-anomaly telemetry records.

## Known failure modes

- Payment not included or insufficient — returns HTTP 402 Payment Required
- Invalid or missing properties filter — may return empty results or 400 error
- Datalake temporarily unavailable — returns 5xx server error
- USDC payment transaction failure on Solana — request rejected before data is returned
- Rate limiting or quota exceeded — returns 429 Too Many Requests

## 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

A set of RF telemetry anomaly records from the SNTL DePIN datalake, potentially including sensor identifiers, anomaly type, signal metrics, yield loss indicators, and timestamps. Payment of $0.01 USDC is settled to the SNTL treasury on Solana per 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-rf-anomalies-endpoint-caf4ee4b/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)
