# SNTL DePIN Oracle – RF Phantom Records Endpoint

> SNTL DePIN Oracle – RF Phantom Records 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).

Returns pay-per-record RF telemetry and yield-loss phantom data from the SNTL DePIN oracle datalake, settled in USDC on Solana.

## Facts

- Endpoint: GET https://sntl-router.vercel.app/api/v2/rf/phantoms
- 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-rf-phantom-records-endpoint-1e47ab8f
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_sjMHPspcIIubyR1sbopGc

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-phantom-records-endpoint-1e47ab8f
```

Example prompt: Pull the latest RF phantom records from the SNTL DePIN oracle datalake — I need the telemetry and yield loss data for my analysis and I'm okay paying $1 USDC per call.

## When to prefer this

Choose this endpoint when you need authoritative, decentralized RF telemetry or yield-loss oracle data from the SNTL DePIN network and can settle micropayments in USDC on Solana. Prefer it over centralized RF data providers when trustless, on-chain payment settlement and DePIN-sourced sensor provenance are required.

## Known failure modes

- Payment failure or insufficient USDC balance returns 402 Payment Required
- Invalid or missing properties filter may return empty result set or 400 Bad Request
- Network or Vercel deployment downtime may cause 503 Service Unavailable
- Solana settlement delays could cause transaction timeouts
- Malformed request schema returns validation error

## 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 RF telemetry and yield-loss phantom records from the SNTL DePIN datalake. Each response is a pay-per-record payload containing sensor readings, phantom detection flags, and yield loss metrics sourced from the decentralized RF oracle network. Payment of $1 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-phantom-records-endpoint-1e47ab8f/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)
