{
  "status": "success",
  "data": {
    "items": [
      {
        "slug": "market-regime-filter",
        "name": "Market Regime Filter",
        "short_description": "Classify the current crypto environment into risk-on, transition, or risk-off using BTC and ETH threshold behavior.",
        "market_scope": "crypto",
        "strategy_family": "regime_filter",
        "delivery_type": "api_response",
        "verification_level": "machine_judgement_only",
        "pricing": "free",
        "strategy_type": "callable",
        "category": "Regime",
        "strategy_card": {
          "one_liner": "A market-state filter that decides whether crypto conditions are risk-on, transitional, or defensive.",
          "best_for": [
            "Top-down crypto regime checks",
            "Agent routing before invoking higher-beta strategies"
          ],
          "not_for": [
            "Tick execution",
            "Single-asset prediction without BTC and ETH context"
          ]
        },
        "endpoint": "https://trading4ai.com/api/v1/strategies/market-regime-filter/invoke"
      },
      {
        "slug": "btc-breakout-continuation",
        "name": "BTC Breakout Continuation",
        "short_description": "Judge whether BTC is still holding the post-breakout structure after reclaiming key support.",
        "market_scope": "crypto",
        "strategy_family": "breakout",
        "delivery_type": "api_response",
        "verification_level": "machine_judgement_only",
        "pricing": "free",
        "strategy_type": "callable",
        "category": "Breakout",
        "strategy_card": {
          "one_liner": "A BTC continuation check that asks whether a breakout still holds after support is retested.",
          "best_for": [
            "BTC support-retention checks",
            "Momentum prompts that need structured breakout state"
          ],
          "not_for": [
            "Scalping",
            "Blind long entries without liquidity and volatility context"
          ]
        },
        "endpoint": "https://trading4ai.com/api/v1/strategies/btc-breakout-continuation/invoke"
      },
      {
        "slug": "btc-bulltrap-detector",
        "name": "BTC Bulltrap Detector",
        "short_description": "Measure whether the current BTC rebound looks like continuation or a larger corrective trap.",
        "market_scope": "crypto",
        "strategy_family": "trap_risk",
        "delivery_type": "api_response",
        "verification_level": "machine_judgement_only",
        "pricing": "free",
        "strategy_type": "callable",
        "category": "Reversal Risk",
        "strategy_card": {
          "one_liner": "A BTC risk overlay that flags whether a rebound still looks like a bull trap.",
          "best_for": [
            "Downside-risk review",
            "Agent workflows that need a trap-risk label"
          ],
          "not_for": [
            "Long-only systems that ignore rejection risk",
            "High-frequency execution"
          ]
        },
        "endpoint": "https://trading4ai.com/api/v1/strategies/btc-bulltrap-detector/invoke"
      },
      {
        "slug": "eth-breakout-vs-reversal",
        "name": "ETH Breakout vs Reversal",
        "short_description": "Classify whether ETH is confirming above 2,385-2,400 or slipping into failed-breakout behavior.",
        "market_scope": "crypto",
        "strategy_family": "breakout",
        "delivery_type": "api_response",
        "verification_level": "machine_judgement_only",
        "pricing": "free",
        "strategy_type": "callable",
        "category": "Breakout / Reversal",
        "strategy_card": {
          "one_liner": "An ETH decision-zone classifier that separates confirmed breakout from failed-breakout risk.",
          "best_for": [
            "ETH threshold checks",
            "Breakout-vs-reversal strategy routing"
          ],
          "not_for": [
            "Low-liquidity microcaps",
            "Instant execution after news spikes"
          ]
        },
        "endpoint": "https://trading4ai.com/api/v1/strategies/eth-breakout-vs-reversal/invoke"
      },
      {
        "slug": "eth-breakout-playbook",
        "name": "ETH Breakout Playbook",
        "short_description": "A paid strategy artifact with entry logic, invalidation rules, prompt-ready schema, and delivery notes.",
        "market_scope": "crypto",
        "strategy_family": "breakout",
        "delivery_type": "artifact_bundle",
        "verification_level": "evidence_pack_ready",
        "pricing": "paid",
        "strategy_type": "artifact",
        "category": "Artifact",
        "strategy_card": {
          "one_liner": "A paid ETH breakout artifact that packages thesis, parameters, examples, and delivery metadata.",
          "best_for": [
            "Teams buying a reusable ETH breakout strategy asset",
            "Agent workflows that need package files"
          ],
          "not_for": [
            "Copy-trading expectations",
            "Hands-free live execution"
          ]
        },
        "endpoint": null
      },
      {
        "slug": "btc-trap-playbook",
        "name": "BTC Trap Playbook",
        "short_description": "A paid strategy artifact focused on distinguishing continuation from euphoric trap behavior.",
        "market_scope": "crypto",
        "strategy_family": "trap_risk",
        "delivery_type": "artifact_bundle",
        "verification_level": "evidence_pack_ready",
        "pricing": "paid",
        "strategy_type": "artifact",
        "category": "Artifact",
        "strategy_card": {
          "one_liner": "A paid BTC trap-risk artifact that packages downside-risk logic into a reusable strategy asset.",
          "best_for": [
            "Risk-aware BTC research stacks",
            "Agent workflows comparing breakout and trap scenarios"
          ],
          "not_for": [
            "One-click profit promises",
            "High-frequency trading systems"
          ]
        },
        "endpoint": null
      }
    ],
    "total": 6
  },
  "error": null,
  "request_id": "ceda218a-4434-4e94-b626-85c2698ae125",
  "timestamp": "2026-06-10T10:24:39.011Z"
}