# SNTL DePIN Oracle x402 Proxy – RF Telemetry & Yield Loss Data

> SNTL DePIN Oracle x402 Proxy – RF Telemetry & Yield Loss Data 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).

Provides pay-per-record access to SNTL's decentralized RF telemetry and agricultural yield loss oracle datalake, settling micropayments in USDC on Solana via the x402 protocol.

## Facts

- Endpoint: GET https://sntl-router.vercel.app/api/v2/dlq
- 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-x402-proxy-rf-telemetry-yield-loss-data-40a73df2
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_d2KP6JOgoRw9WnPubrZox

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-x402-proxy-rf-telemetry-yield-loss-data-40a73df2
```

Example prompt: Pull the latest RF telemetry and yield loss records from the SNTL DePIN oracle datalake — I need to see what the sensors are reporting so I can assess crop yield loss risk.

## When to prefer this

Choose this endpoint when you need on-demand, pay-per-record access to decentralized RF telemetry or agricultural yield loss data from the SNTL DePIN oracle network, especially when operating in a micropayment-compatible x402 environment with USDC on Solana. Prefer this over traditional data APIs when you want censorship-resistant, decentralized sensor data without subscription commitments.

## Known failure modes

- Payment not received or insufficient USDC balance — returns 402 Payment Required
- Invalid or malformed query properties — returns 400 Bad Request
- No matching records found for given parameters — returns empty result set
- Solana network congestion causing payment settlement delays
- Service unavailable on Vercel deployment — returns 503

## 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 structured telemetry and yield loss oracle records from the SNTL DePIN datalake. Each record contains RF sensor data and/or agricultural yield loss metrics. 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-x402-proxy-rf-telemetry-yield-loss-data-40a73df2/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)
