APEX Runner: Apex Evolution Insight Signal
APEX Runner: Apex Evolution Insight Signal
7000 (raw units)
price
2
calls / 30d
2
unique payers
2026-09-14
updated
Provider
apexrunner.ai · discovered, not yet claimed by its owner
Payment (x402 accepts[])
[
{
"scheme": "exact",
"network": "eip155:8453",
"payTo": "0x8D0663BBb967ebF1c047405A888DDf865f3E8854",
"asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
"amount": "7000",
"maxTimeoutSeconds": 300
}
]Output schema
{
"bazaar": {
"category": "trading-signals",
"description": "Most unique signal in the APEX catalog at $25. Raw output from APEX's AI evolution engine after analyzing 200 real trades. Exposes what the AI learned, regime win rates, DCA gate status, and the current optimization target. No other provider can offer this.",
"example": {
"apex_recommendation": "Deploy capital into GRID strategies only.",
"current_optimization": "GRID_ONLY",
"dca_gate": {
"consecutive_ok": 0,
"needed": 3,
"status": "CLOSED"
},
"evolution_run": 10,
"key_insight": "GRID regime dominates with 82.8% win rate across 2,988 real trades on 3 exchanges",
"regime_performance": {
"GRID": {
"trades": 2988,
"win_rate": 0.828
}
},
"total_lessons": 200,
"valid_for_seconds": 3600
},
"info": {
"input": {
"method": "GET",
"type": "http"
},
"output": {
"apex_recommendation": "string — direct capital allocation recommendation from the AI",
"current_optimization": "string — current target strategy (e.g. GRID_ONLY)",
"dca_gate": "object — status OPEN/CLOSED, consecutive_ok count, needed count, reason",
"evolution_run": "integer — number of completed APEX evolution cycles",
"example": {
"current_optimization": "GRID_ONLY",
"dca_gate": {
"status": "CLOSED"
},
"evolution_run": 10,
"total_lessons": 200
},
"key_insight": "string — primary strategy insight from latest evolution run",
"last_updated": "ISO8601 — when apex_memory.json was last updated",
"lesson_date_range": "string — date range covered by lessons",
"next_evolution": "string — when next evolution run is scheduled",
"regime_performance": "object — win rate per strategy regime over all real trades",
"total_lessons": "integer — total trade lessons in APEX memory",
"type": "json"
},
"why_apex": {
"live_system": "APEX trades real capital 24/7 on Kraken, Coinbase, and Hyperliquid simultaneously",
"multi_exchange": "Cross-exchange data synthesis unavailable from any single-venue provider",
"not_backtested": "All signals derived from live order flow — 2,988 real grid trades, 82.8% win rate across Kraken, Coinbase, and Hyperliquid",
"self_evolving": "AI evolution engine runs nightly, signal logic improves from real outcomes"
}
},
"name": "APEX Evolution Insight",
"outputSchema": {
"apex_recommendation": "string",
"current_optimization": "string",
"dca_gate": "object",
"evolution_run": "integer",
"key_insight": "string",
"regime_performance": "object"
},
"schema": {
"properties": {
"input": {
"properties": {
"queryParams": {
"properties": {},
"type": "object"
}
},
"required": [
"method"
],
"type": "object"
},
"output": {
"properties": {
"example": {
"properties": {
"_apex": {
"properties": {
"evolution_runs": {
"type": "integer"
},
"instance": {
"type": "string"
},
"live_capital_deployed": {
"type": "boolean"
},
"live_trading": {
"type": "boolean"
},
"signal": {
"type": "string"
},
"signal_hash": {
"type": "string"
},
"source": {
"type": "string"
},
"trades_backing_signal": {
"type": "integer"
},
"verify_at": {
"type": "string"
},
"version": {
"type": "string"
}
},
"type": "object"
},
"apex_recommendation": {
"type": "string"
},
"current_optimization": {
"type": "string"
},
"dca_gate": {
"properties": {
"consecutive_ok": {
"type": "integer"
},
"needed": {
"type": "integer"
},
"reason": {
"type": "string"
},
"status": {
"type": "string"
}
},
"type": "object"
},
"evolution_run": {
"type": "integer"
},
"grid_execution_quality": {
"properties": {
"withheld": {
"type": "string"
}
},
"type": "object"
},
"grid_status": {
"properties": {
"_summary": {
"type": "string"
},
"coinbase": {
"properties": {
"last_cycle_utc": {
"type": "string"
},
"open_orders": {
"type": "integer"
},
"status": {
"type": "string"
}
},
"type": "object"
},
"hyperliquid": {
"properties": {
"last_cycle_utc": {
"type": "string"
},
"open_orders": {
"type": "integer"
},
"status": {
"type": "string"
}
},
"type": "object"
},
"kraken": {
"properties": {
"last_cycle_utc": {
"type": "string"
},
"open_orders": {
"type": "integer"
},
"status": {
"type": "string"
}
},
"type": "object"
}
},
"type": "object"
},
"key_insight": {
"type": "string"
},
"last_updated": {
"type": "string"
},
"lesson_date_range": {
"type": "string"
},
"next_evolution": {
"type": "string"
},
"regime_performance": {
"properties": {
"BEAR": {
"properties": {
"trades": {
"type": "integer"
},
"win_rate": {
"type": "number"
}
},
"type": "object"
},
"DCA": {
"properties": {
"trades": {
"type": "integer"
},
"win_rate": {
"type": "number"
}
},
"type": "object"
},
"GRID": {
"properties": {
"reason": {
"type": "string"
},
"trades": {
"type": "integer"
},
"win_rate": {
"nullable": true
}
},
"type": "object"
},
"RANGING": {
"properties": {
"trades": {
"type": "integer"
},
"win_rate": {
"type": "number"
}
},
"type": "object"
},
"UNKNOWN": {
"properties": {
"trades": {
"type": "integer"
},
"win_rate": {
"type": "number"
}
},
"type": "object"
}
},
"type": "object"
},
"signal_catalog_intelligence": {
"properties": {
"bundle_candidates": {
"items": {
"type": "string"
},
"type": "array"
},
"key_insight": {
"type": "string"
},
"price_recommendations": {
"items": {
"type": "string"
},
"type": "array"
},
"retention": {
"properties": {
"returning_agents": {
"type": "integer"
},
"top_spender_calls": {
"type": "integer"
},
"top_spender_total": {
"type": "number"
},
"top_spender_wallet": {
"type": "string"
},
"total_agents": {
"type": "integer"
}
},
"type": "object"
},
"top_signals_7d": {
"items": {
"type": "string"
},
"type": "array"
}
},
"type": "object"
},
"timestamp": {
"type": "string"
},
"total_lessons": {
"type": "integer"
},
"valid_for_seconds": {
"type": "integer"
}
},
"type": "object"
}
},
"type": "object"
}
},
"type": "object"
},
"version": "1.0.0"
}
}Use it
curl
curl "https://apexrunner.ai/signals/apex-evolution-insight" # -> 402 Payment Required, accepts[] lists how to pay # retry with a PAYMENT-SIGNATURE (or PAYMENT header) once paid
JavaScript
const res = await fetch("https://apexrunner.ai/signals/apex-evolution-insight");
if (res.status === 402) {
const { accepts } = await res.json();
// pay one of accepts[] via an x402 client, then retry with the payment header
}Python
import httpx
res = httpx.get("https://apexrunner.ai/signals/apex-evolution-insight")
if res.status_code == 402:
accepts = res.json()["accepts"]
# pay one of accepts[] via an x402 client, then retry with the payment headerMachine-readable
Everything on this page is also available as clean JSON at /resources/12507.json, and this resource appears in /discovery/resources and /discovery/search.