The AxonInfra API allows you to programmatically ingest signals, update policies, and query allocation decisions. All endpoints are prefixed with /v1.
Authenticate requests by including your API key in the Authorization header.
Ingest power market data or local telemetry.
{
"timestamp": "2026-01-01T12:00:00Z",
"power_price_usd_per_mwh": 85.50,
"grid_event": "none",
"hpc_queue_depth": 3,
"active_miners": 150
}{
"status": "success",
"data": {
"signal_id": "sig_123456789",
"processed_at": "2026-01-01T12:00:01Z"
}
}Trigger a policy evaluation based on provided or stored signals.
Retrieve historical allocation decisions for auditing.