# SNTL DePIN Oracle · x402 Proxy (Geo Endpoint)

> SNTL DePIN Oracle · x402 Proxy (Geo Endpoint) is a paid API for AI agents from sntl-router.vercel.app, paid per call via x402, $0.75/call, status unknown (last checked 2026-09-14).

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

## Facts

- Endpoint: GET https://sntl-router.vercel.app/api/v2/geo
- Price: $0.75/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-geo-endpoint-d89bef85
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_ZiafrmyBHyXnvwr2WSdz2

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-geo-endpoint-d89bef85
```

Example prompt: Pull the SNTL DePIN RF telemetry and yield loss oracle records for the Midwest corn belt region — I need the latest geo-tagged sensor data from the SNTL datalake.

## When to prefer this

Choose this endpoint when you need real-time or near-real-time RF telemetry and yield loss oracle data sourced from a decentralized DePIN sensor network, filtered by geography, and are willing to pay per record via USDC micropayment on Solana. Prefer this over centralized weather or agricultural APIs when decentralized data provenance and DePIN network coverage is important.

## Known failure modes

- 402 Payment Required if USDC payment on Solana is not provided or fails to settle
- Invalid or missing 'properties' parameter returns empty or error response
- Geographic area with no DePIN sensor coverage returns no records
- Vercel cold start may add latency or cause timeout on first request
- Malformed geo query parameters may result in 400 Bad Request

## 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 geo-filtered records from the SNTL DePIN RF Telemetry and Yield Loss Oracle datalake, including sensor readings, RF signal metrics, and yield loss estimates for the queried geographic area. Each call costs $0.75 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-x402-proxy-geo-endpoint-d89bef85/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)
