$0.003
per call · USDC on Base Sepolia
Utility/01: NWS weather for a chosen US outdoor window (up to24h within7days). Temperature range, highest hourly rain probability and source times; not alerts or best-window search. Testnet USDC only; bounded trial. Reserve with unsigned JSON POST and a secret random Idempotency-Key (32-200 URL-safe characters). Save key/body; reuse for payment and unsigned recovery. Never sign again after ambiguous payment. Errors:400,422,429,503;409 conflict;202 pending
Endpoint
POST https://utility01-weather-pilot.fly.dev/v1/weather/context5
Calls / 30d
2
Unique payers / 30d
Sep 8
Last called
exact
Payment scheme
Call this service
import { wrapFetchWithPayment } from "@x402/fetch";
import { privateKeyToAccount } from "viem/accounts";
const account = privateKeyToAccount(process.env.PRIVATE_KEY);
const fetchWithPay = wrapFetchWithPayment(fetch, account);
const res = await fetchWithPay("https://utility01-weather-pilot.fly.dev/v1/weather/context", {
method: "POST",
headers: { "Content-Type": "application/json" },
body: JSON.stringify({
"endsAt": "2026-09-09T06:15:46.303Z",
"latitude": 47.6,
"longitude": -122.3,
"startsAt": "2026-09-09T04:15:46.303Z",
"timezone": "America/Los_Angeles",
"units": "metric"
}),
});
const data = await res.json();curl -X POST \
"https://utility01-weather-pilot.fly.dev/v1/weather/context" \
-H "Content-Type: application/json" \
-d '{"endsAt":"2026-09-09T06:15:46.303Z","latitude":47.6,"longitude":-122.3,"startsAt":"2026-09-09T04:15:46.303Z","timezone":"America/Los_Angeles","units":"metric"}' \
-H "X-PAYMENT: <signed x402 payment>"Payment details
0xddedbbc1a0fb92db1d51dbf2723e6ae42d464a5eUSDC · 0x036cbd53842c5426634e7929541ec2318f3dcf7eIs this your API?
Pin it to the top of Data & Enrichment and the homepage with a featured placement.
More from Fly & similar services
Fly · Generate Image
nanobanana-x402.fly.dev
Generate an AI image from a text prompt using Google Gemini 3.1 Flash Image. Returns base64-encoded PNG. Optional aspectRatio (1:1, 16:9, 9:16, 3:2, 2:3, 4:3, 3:4, 4:5, 5:4, 21:9). Backed by Google's Gemini image preview model — fast, high-quality, supports text rendering inside images.
Fly · Upload TO Ipfs
kleros-ipfs-gateway.fly.dev
Pin a file to IPFS
Fly · X Search
clink-lithium-vault.fly.dev
X/Twitter search for AI agents - live tweets via advanced search: from:user, exact phrases, #hashtags, min_faves, lang, since/until dates. Returns up to 20 newest matches with author, followers, likes, retweets, views, URL. Crypto, stocks, news, sentiment, social media monitoring, trend tracking, brand mentions, breaking news, memecoins, AI agents. ?query=<advanced search>. Want an AI-written trend summary too? /x/digest $0.02.