← Canopy Discovery
DATA

RHC Weather Oracle

Built by Canopy

Per-call weather data for agents, paid in USDG.

Test payment endpoint Open documentation
Endpoint verified

Canopy fetched a valid live 402 Payment Required response and confirmed the advertised payment requirements match this listing.

Provider not independently verified

The provider has not completed identity or organization verification with Canopy.

Security review not completed

The service implementation has not undergone a Canopy security review or audit.

Overview

Per-call weather data for agents, paid in USDG.

Integration

import { getSupported, createPermit2Payment, post } from "canopy-facilitator/sdk";

// 1. Discover this service's payment requirements
const res = await fetch("https://facilitator.canopyfinance.io/demo/weather");            // → 402 Payment Required
const { accepts } = await res.json();
const req = accepts[0];                                   // exact-permit2-v2 on eip155:4663

// 2. Sign an exact 0.01 USDG Permit2 payment (payer wallet)
const payment = await createPermit2Payment({ requirements: req, signer: wallet });

// 3. Retry with the X-PAYMENT header — Canopy verifies + settles, then the
//    provider returns the resource.
const paid = await fetch("https://facilitator.canopyfinance.io/demo/weather", { headers: { "X-PAYMENT": payment } });

Provider

ProviderCanopy Labs (Canopy-operated)
Payee0xed05353C543a9A880c6a1d538425A6Fea8eDE6E4
Tagsdata ai

Payment

Price0.01 USDG / request
Atomic10000
Asset0x5fc5…d168
Schemeexact-permit2-v2 v2
Service ID0x5f62…8efa
Networkeip155:4663
MethodGET
Responseapplication/json
HealthLive · checked 4 minutes ago

Usage

0
Successful paid calls
0
Unique paying agents
0
USDG settled
Payment success rate
0
Calls (24h)
0
Calls (7d)
30 ms
Median latency
100%
Uptime (30d)

Usage reflects settlements attributed to this payee + exact amount. Zero until real payments occur.

Services are operated by independent providers unless identified as Canopy services. Endpoint verification confirms payment metadata at the time of checking and does not constitute an audit, endorsement, or guarantee. Report this service: security disclosure.