Wholesale US electricity-market price + volatility signal (no params)
Wholesale US electricity-market price + volatility signal (no params)
Answeringour last check, 2026-09-24
1 of 1checks answered this week
746 msmedian answer time
$0.05listed price per call
$0.05price it asked us
Paid test badge: not yet. The checks above are free: we call the tool without paying and read the payment request it sends back. The Verified badge needs paid calls whose answers match the promised output, and nobody can buy a badge.
Endpoint
GET https://spark.lonestaroracle.xyz/power
| Category | Market data |
|---|---|
| Provider host | spark.lonestaroracle.xyz |
| Networks | eip155:8453, solana:5eykt4UsFv8P8NJdTREpY1vzqKqZKvdp |
| Payment schemes | exact |
| Self-reported calls, 30 days | 4 from 1 payers (the provider's figure, not ours) |
Our checks, last 30 days
| Day | Result | HTTP | Asked | Time |
|---|---|---|---|---|
| 2026-09-24 | valid payment request | 402 | $0.05 | 746 ms |
Example input (from the provider)
{
"method": "GET",
"type": "http"
}
Promised output schema (from the provider)
{
"category": "energy",
"description": "Wholesale US electricity-market prices made agent-callable. One x402 call returns the real-time and day-ahead wholesale power price ($/MWh) by market hub, the day-ahead-vs-real-time spread, the 24-hour high/low range, the count of negative-price intervals, price volatility, and a CHEAP / NORMAL / ELEVATED / SCARCE / SPIKING signal \u2014 plus a battery-arbitrage read (best intraday spread, negative-price frequency). This is the price of the ELECTRON: the missing counterpart to ComputePulse (price of compute) and distinct from GridPulse (grid demand/mix/stress). The read a data-center-siting, battery-dispatch, energy-trading, or compute-cost agent needs on what power actually costs right now and how volatile it is. Pair it with ComputePulse to reason about the compute-power spread. $0.05 in USDC on Base via x402. Source: US ISO public data (CAISO OASIS live; ERCOT / PJM / MISO rolling out). Real-world-economy data, no crypto-dashboard equivalent.",
"name": "SparkPulse",
"properties": {
"input": {
"properties": {
"method": {
"enum": [
"GET",
"HEAD",
"DELETE"
],
"type": "string"
},
"queryParams": {
"properties": {},
"type": "object"
},
"type": {
"const": "http",
"type": "string"
}
},
"required": [
"type",
"method"
],
"type": "object"
},
"output": {
"properties": {
"example": {
"battery_arbitrage": {
"best_market": "CAISO-SP15",
"intraday_spread_mwh": 348.1,
"negative_intervals_24h": 12
},
"coverage": "CAISO (California) live; ERCOT/PJM/MISO rolling out",
"markets": {
"CAISO": {
"SP15": {
"da_price": 61,
"da_rt_spread": 121.4,
"intraday_spread": 348.1,
"negative_intervals": 12,
"rt_price": 182.4,
"signal": "SCARCE",
"volatility": 74.2,
"window_high": 340.1,
"window_low": -8
}
}
},
"signal": "SCARCE",
"summary": "US West (CAISO) power scarce: SP15 real-time $182/MWh (day-ahead $61), 24h range -$8 to $340, 12 negative 5-min intervals."
},
"type": {
"type": "string"
}
},
"required": [
"type"
],
"type": "object"
}
},
"required": [
"input"
],
"tags": [
"power",
"electricity",
"energy",
"markets",
"grid"
],
"type": "object",
"version": "1.0.0"
}