{
  "x402Version": 2,
  "id": 12507,
  "slug": "12507",
  "resource": "https://apexrunner.ai/signals/apex-evolution-insight",
  "description": "APEX Runner: Apex Evolution Insight Signal",
  "type": "http",
  "accepts": [
    {
      "scheme": "exact",
      "network": "eip155:8453",
      "payTo": "0x8D0663BBb967ebF1c047405A888DDf865f3E8854",
      "asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
      "amount": "7000",
      "maxTimeoutSeconds": 300
    }
  ],
  "outputSchema": {
    "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"
    }
  },
  "tags": [
    "bazaar"
  ],
  "sourceHost": "apexrunner.ai",
  "lastUpdated": "2026-09-14T18:44:12.428Z",
  "quality": {
    "calls30d": 2,
    "uniquePayers30d": 2,
    "lastCalledAt": "2026-09-14T18:44:12.209Z"
  },
  "liveness": {},
  "verified": false,
  "featured": false,
  "provider": {
    "host": "apexrunner.ai",
    "manifest_name": "apexrunner.ai",
    "source": "cdp-mirror",
    "source_manifest_url": "https://api.cdp.coinbase.com/platform/v2/x402/discovery/resources",
    "submitted_at": "2026-09-18T22:00:31.484Z"
  }
}