AXONN
.
Loading...
ERCOT Day-Ahead Avg
—
Loading...
ERCOT Lowest Hour
—
Loading...
Negative Hours Forecast
—
Loading...
Trading Signal (DE)
—
Loading...
ERCOT Day-Ahead Prices ($/MWh)
ERCOT
Loading ERCOT prices...
All US ISOs — Day-Ahead Average
Loading...
Negative Price Hours — Forecast Tomorrow
AI Trading Signal — Germany
API Integration
# Get ERCOT prices
curl -H "X-API-Key: axn_cBw4V9HjxoBxeFIilNKc75rgYDoAbZ0I" \
https://app.axonnpower.com/v1/us/prices/ERCOT
# Predict negative price hours
curl -H "X-API-Key: axn_cBw4V9HjxoBxeFIilNKc75rgYDoAbZ0I" \
https://app.axonnpower.com/v1/forecast/negative-hours/DE
# All-in-one snapshot
curl -H "X-API-Key: axn_cBw4V9HjxoBxeFIilNKc75rgYDoAbZ0I" \
https://app.axonnpower.com/v1/us/snapshot/ERCOT
# Ask anything in natural language
curl -X POST -H "X-API-Key: axn_cBw4V9HjxoBxeFIilNKc75rgYDoAbZ0I" \
-H "Content-Type: application/json" \
-d '{"question":"When are the cheapest hours in ERCOT tomorrow?"}' \
https://app.axonnpower.com/v1/ask