{
  "components": {
    "schemas": {
      "AlphaOpportunitiesResponse": {
        "properties": {
          "market_regime": {
            "type": "string"
          },
          "opportunities": {
            "items": {
              "$ref": "#/components/schemas/AlphaOpportunityRow"
            },
            "type": "array"
          },
          "source_date": {
            "format": "date",
            "nullable": true,
            "type": "string"
          },
          "tower_coherence": {
            "nullable": true,
            "type": "number"
          },
          "tower_status": {
            "type": "string"
          }
        },
        "required": [
          "source_date",
          "market_regime",
          "tower_status",
          "tower_coherence",
          "opportunities"
        ],
        "type": "object"
      },
      "AlphaOpportunityRow": {
        "properties": {
          "alpha_score": {
            "type": "integer"
          },
          "data_quality_notes": {
            "items": {
              "type": "string"
            },
            "type": "array"
          },
          "debt_coverage_status": {
            "type": "string"
          },
          "live_stress_50pct": {
            "type": "number"
          },
          "resilience_percentile": {
            "type": "number"
          },
          "short_recommendation": {
            "type": "string"
          },
          "stress_50pct": {
            "type": "number"
          },
          "ticker": {
            "type": "string"
          },
          "treasury_strength": {
            "enum": [
              "strong",
              "moderate",
              "weak"
            ],
            "type": "string"
          }
        },
        "required": [
          "ticker",
          "alpha_score",
          "resilience_percentile",
          "debt_coverage_status",
          "live_stress_50pct",
          "stress_50pct",
          "treasury_strength",
          "short_recommendation",
          "data_quality_notes"
        ],
        "type": "object"
      },
      "AlphaScoreBreakdown": {
        "properties": {
          "debt_cleanliness": {
            "type": "integer"
          },
          "regime_fit": {
            "type": "integer"
          },
          "stress_resilience": {
            "type": "integer"
          },
          "treasury_strength": {
            "type": "integer"
          }
        },
        "required": [
          "debt_cleanliness",
          "stress_resilience",
          "regime_fit",
          "treasury_strength"
        ],
        "type": "object"
      },
      "AlphaScoreInputs": {
        "properties": {
          "live_stress_50pct": {
            "type": "number"
          },
          "live_stress_delta_24h": {
            "type": "number"
          },
          "live_stress_delta_7d": {
            "type": "number"
          },
          "peer_percentile": {
            "type": "number"
          },
          "quality_flag_normalized": {
            "enum": [
              "high",
              "medium",
              "low",
              "unknown"
            ],
            "type": "string"
          },
          "stress_50pct": {
            "type": "number"
          },
          "stress_data_status": {
            "enum": [
              "present",
              "missing"
            ],
            "type": "string"
          },
          "treasury_asset_ratio_score": {
            "type": "integer"
          },
          "treasury_data_status": {
            "enum": [
              "normal",
              "anomalous_assets"
            ],
            "type": "string"
          }
        },
        "required": [
          "live_stress_50pct",
          "stress_50pct",
          "live_stress_delta_24h",
          "live_stress_delta_7d",
          "peer_percentile",
          "treasury_asset_ratio_score",
          "stress_data_status",
          "treasury_data_status",
          "quality_flag_normalized"
        ],
        "type": "object"
      },
      "AlphaSignalsProvenance": {
        "properties": {
          "computed_at_utc": {
            "format": "date-time",
            "nullable": true,
            "type": "string"
          },
          "crypto_units_basis": {
            "type": "string"
          },
          "data_source": {
            "type": "string"
          },
          "debt_coverage_status": {
            "type": "string"
          },
          "is_linkbase_backed": {
            "type": "boolean"
          },
          "market_regime": {
            "type": "string"
          },
          "quality_flag": {
            "nullable": true,
            "type": "string"
          },
          "root_resolution_method": {
            "nullable": true,
            "type": "string"
          },
          "source_date": {
            "format": "date",
            "nullable": true,
            "type": "string"
          },
          "tower_status": {
            "type": "string"
          }
        },
        "required": [
          "source_date",
          "computed_at_utc",
          "data_source",
          "is_linkbase_backed",
          "quality_flag",
          "root_resolution_method",
          "debt_coverage_status",
          "crypto_units_basis",
          "market_regime",
          "tower_status"
        ],
        "type": "object"
      },
      "AlphaSignalsResponse": {
        "properties": {
          "accession_number": {
            "nullable": true,
            "type": "string"
          },
          "alpha_interpretation": {
            "type": "string"
          },
          "alpha_score": {
            "type": "integer"
          },
          "alpha_score_breakdown": {
            "$ref": "#/components/schemas/AlphaScoreBreakdown"
          },
          "cik": {
            "nullable": true,
            "type": "string"
          },
          "data_quality_notes": {
            "items": {
              "type": "string"
            },
            "type": "array"
          },
          "dominant_treasury_asset": {
            "enum": [
              "bitcoin",
              "ethereum",
              "mixed",
              "unknown"
            ],
            "type": "string"
          },
          "entity_name": {
            "nullable": true,
            "type": "string"
          },
          "market_regime": {
            "type": "string"
          },
          "period": {
            "format": "date",
            "nullable": true,
            "type": "string"
          },
          "provenance": {
            "$ref": "#/components/schemas/AlphaSignalsProvenance"
          },
          "regime_fit_breakdown": {
            "$ref": "#/components/schemas/RegimeFitBreakdown"
          },
          "regime_fit_score": {
            "type": "integer"
          },
          "score_inputs": {
            "$ref": "#/components/schemas/AlphaScoreInputs"
          },
          "short_recommendation": {
            "type": "string"
          },
          "source_date": {
            "format": "date",
            "nullable": true,
            "type": "string"
          },
          "stress_resilience_breakdown": {
            "$ref": "#/components/schemas/StressResilienceBreakdown"
          },
          "stress_resilience_score": {
            "type": "integer"
          },
          "ticker": {
            "type": "string"
          },
          "tower_coherence": {
            "nullable": true,
            "type": "number"
          },
          "tower_status": {
            "type": "string"
          },
          "treasury_strength": {
            "enum": [
              "strong",
              "moderate",
              "weak"
            ],
            "type": "string"
          },
          "treasury_strength_score": {
            "type": "integer"
          }
        },
        "required": [
          "source_date",
          "ticker",
          "market_regime",
          "tower_status",
          "tower_coherence",
          "alpha_score",
          "alpha_score_breakdown",
          "stress_resilience_score",
          "stress_resilience_breakdown",
          "regime_fit_score",
          "regime_fit_breakdown",
          "treasury_strength_score",
          "treasury_strength",
          "dominant_treasury_asset",
          "alpha_interpretation",
          "short_recommendation",
          "data_quality_notes",
          "score_inputs",
          "provenance"
        ],
        "type": "object"
      },
      "CompanyFundamentalsResponse": {
        "properties": {
          "cik": {
            "type": "string"
          },
          "entity_name": {
            "type": "string"
          },
          "filing_form": {
            "type": "string"
          },
          "fundamentals": {
            "properties": {
              "cash_and_equivalents": {
                "nullable": true,
                "type": "number"
              },
              "cash_flow_from_operations": {
                "nullable": true,
                "type": "number"
              },
              "current_assets": {
                "nullable": true,
                "type": "number"
              },
              "net_income": {
                "nullable": true,
                "type": "number"
              },
              "operating_income": {
                "nullable": true,
                "type": "number"
              },
              "revenue": {
                "nullable": true,
                "type": "number"
              },
              "total_assets": {
                "nullable": true,
                "type": "number"
              },
              "total_equity": {
                "nullable": true,
                "type": "number"
              },
              "total_liabilities": {
                "nullable": true,
                "type": "number"
              }
            },
            "required": [
              "revenue",
              "operating_income",
              "net_income",
              "cash_flow_from_operations",
              "total_assets",
              "current_assets",
              "cash_and_equivalents",
              "total_liabilities",
              "total_equity"
            ],
            "type": "object"
          },
          "last_updated": {
            "format": "date-time",
            "nullable": true,
            "type": "string"
          },
          "period": {
            "format": "date",
            "type": "string"
          },
          "provenance": {
            "$ref": "#/components/schemas/Provenance"
          },
          "related_party_transactions": {
            "$ref": "#/components/schemas/RelatedPartyTransactions"
          },
          "segment_data": {
            "$ref": "#/components/schemas/SegmentData"
          },
          "source_date": {
            "format": "date",
            "type": "string"
          },
          "subsequent_events": {
            "$ref": "#/components/schemas/SubsequentEvents"
          },
          "ticker": {
            "type": "string"
          }
        },
        "required": [
          "ticker",
          "entity_name",
          "cik",
          "period",
          "filing_form",
          "source_date",
          "fundamentals",
          "segment_data",
          "related_party_transactions",
          "subsequent_events",
          "provenance"
        ],
        "type": "object"
      },
      "CovenantStressListResponse": {
        "properties": {
          "data": {
            "items": {
              "$ref": "#/components/schemas/CovenantStressResponse"
            },
            "type": "array"
          },
          "meta": {
            "properties": {
              "count": {
                "type": "integer"
              },
              "filters": {
                "type": "object"
              },
              "limit": {
                "type": "integer"
              },
              "offset": {
                "type": "integer"
              },
              "total": {
                "type": "integer"
              }
            },
            "required": [
              "total",
              "limit",
              "offset",
              "count",
              "filters"
            ],
            "type": "object"
          }
        },
        "required": [
          "data",
          "meta"
        ],
        "type": "object"
      },
      "CovenantStressResponse": {
        "properties": {
          "accession_number": {
            "type": "string"
          },
          "ap_z": {
            "type": "number"
          },
          "atlas_model": {
            "description": "Explicit ATLAS model identifier used for the current result.",
            "example": "ATLAS-7",
            "type": "string"
          },
          "atlas_tier": {
            "description": "ATLAS data quality tier. Tower indicates the strongest issuer-specific linkbase support.",
            "enum": [
              "Coil",
              "Oscillator",
              "Tower"
            ],
            "type": "string"
          },
          "bitcoin_units_held": {
            "nullable": true,
            "type": "number"
          },
          "btc_24h_change_pct": {
            "nullable": true,
            "type": "number"
          },
          "btc_7d_change_pct": {
            "nullable": true,
            "type": "number"
          },
          "calculation_arc_count": {
            "type": "integer"
          },
          "charge_level": {
            "description": "How charged the company's Tesla Coil analogue is under stress.",
            "enum": [
              "Low",
              "Elevated",
              "Critical"
            ],
            "type": "string"
          },
          "cik": {
            "type": "string"
          },
          "classification_version": {
            "type": "string"
          },
          "computed_at_utc": {
            "format": "date-time",
            "type": "string"
          },
          "covenant_headroom_50pct": {
            "type": "number"
          },
          "crypto_units_basis": {
            "description": "reported_quantity when BTC/ETH units came directly from filing facts; otherwise an explicit fair-value estimation basis.",
            "nullable": true,
            "type": "string"
          },
          "current_debt": {
            "type": "number"
          },
          "data_source": {
            "description": "How the debt/crypto totals were assembled for the issuer.",
            "enum": [
              "linkbase_rollup",
              "linkbase_rooted_facts",
              "direct_facts_fallback"
            ],
            "type": "string"
          },
          "debt_coverage_status": {
            "description": "Policy classification distinguishing real zero-debt issuers from unresolved coverage.",
            "enum": [
              "resolved_nonzero",
              "legitimate_zero_debt",
              "low_confidence_missing_debt",
              "resolved_zero"
            ],
            "type": "string"
          },
          "discharge_risk": {
            "description": "Probability of covenant discharge or breach.",
            "enum": [
              "Low",
              "Medium",
              "High"
            ],
            "type": "string"
          },
          "ecs_z": {
            "type": "number"
          },
          "entity_name": {
            "type": "string"
          },
          "ethereum_units_held": {
            "nullable": true,
            "type": "number"
          },
          "extension_root_concepts": {
            "description": "Extension concepts involved in the selected root path, when applicable.",
            "items": {
              "type": "string"
            },
            "type": "array"
          },
          "filing_form": {
            "type": "string"
          },
          "is_linkbase_backed": {
            "description": "Whether real XBRL Calculation Linkbases were used in the issuer roll-up.",
            "type": "boolean"
          },
          "live_ap_z": {
            "nullable": true,
            "type": "number"
          },
          "live_charge_level": {
            "enum": [
              "Low",
              "Elevated",
              "Critical"
            ],
            "nullable": true,
            "type": "string"
          },
          "live_covenant_headroom_50pct": {
            "nullable": true,
            "type": "number"
          },
          "live_discharge_risk": {
            "enum": [
              "Low",
              "Medium",
              "High"
            ],
            "nullable": true,
            "type": "string"
          },
          "live_ecs_z": {
            "nullable": true,
            "type": "number"
          },
          "live_lsi_z": {
            "nullable": true,
            "type": "number"
          },
          "live_mp_z": {
            "nullable": true,
            "type": "number"
          },
          "live_resonance_status": {
            "enum": [
              "Aligned",
              "Dissonant",
              "Neutral"
            ],
            "nullable": true,
            "type": "string"
          },
          "live_risk_tier": {
            "enum": [
              "CRITICAL",
              "HIGH",
              "MODERATE",
              "LOW",
              "UNCLASSIFIED"
            ],
            "nullable": true,
            "type": "string"
          },
          "live_st_z": {
            "nullable": true,
            "type": "number"
          },
          "live_stress_30pct": {
            "nullable": true,
            "type": "number"
          },
          "live_stress_50pct": {
            "description": "Leverage ratio under a 50% shock after applying the persisted BTC/ETH price overlay.",
            "nullable": true,
            "type": "number"
          },
          "live_stress_70pct": {
            "nullable": true,
            "type": "number"
          },
          "live_stress_delta_24h": {
            "nullable": true,
            "type": "number"
          },
          "live_stress_delta_7d": {
            "nullable": true,
            "type": "number"
          },
          "live_total_crypto_fair_value": {
            "nullable": true,
            "type": "number"
          },
          "lsi_z": {
            "type": "number"
          },
          "mapping_hit_count": {
            "description": "Count of issuer-specific root mappings used during root selection.",
            "nullable": true,
            "type": "integer"
          },
          "market_regime": {
            "enum": [
              "bullish_low_vol",
              "bullish_rising_vol",
              "bearish_falling_vol",
              "bearish_high_vol",
              "neutral",
              "high_synchronization_risk"
            ],
            "nullable": true,
            "type": "string"
          },
          "mp_z": {
            "description": "Mirror Pulse z-score capturing system resonance.",
            "type": "number"
          },
          "noncurrent_debt": {
            "type": "number"
          },
          "period": {
            "description": "Filing period.",
            "format": "date",
            "type": "string"
          },
          "price_last_updated": {
            "format": "date-time",
            "nullable": true,
            "type": "string"
          },
          "price_source": {
            "description": "Persisted market-data source used for the BTC/ETH live-price overlay.",
            "nullable": true,
            "type": "string"
          },
          "quality_flag": {
            "enum": [
              "High",
              "Medium",
              "Low"
            ],
            "type": "string"
          },
          "reference_price_date": {
            "description": "Filing-period date used when BTC/ETH units were estimated from fair value instead of reported quantities.",
            "format": "date",
            "nullable": true,
            "type": "string"
          },
          "resolution_status": {
            "type": "string"
          },
          "resonance_status": {
            "description": "Whether issuer stress and broader system resonance are reinforcing each other.",
            "enum": [
              "Aligned",
              "Dissonant",
              "Neutral"
            ],
            "type": "string"
          },
          "risk_tier": {
            "description": "Overall risk tier based on stress and resonance.",
            "enum": [
              "CRITICAL",
              "HIGH",
              "MODERATE",
              "LOW",
              "UNCLASSIFIED"
            ],
            "type": "string"
          },
          "root_resolution_details": {
            "description": "Compact provenance strings describing the resolved root concepts and methods.",
            "items": {
              "type": "string"
            },
            "type": "array"
          },
          "root_resolution_method": {
            "description": "Primary resolver path used for the winning debt/crypto roots.",
            "nullable": true,
            "type": "string"
          },
          "selection_strategy": {
            "type": "string"
          },
          "source_date": {
            "format": "date",
            "type": "string"
          },
          "st_z": {
            "type": "number"
          },
          "stress_30pct": {
            "type": "number"
          },
          "stress_50pct": {
            "description": "Leverage ratio under a 50% Bitcoin price shock.",
            "type": "number"
          },
          "stress_70pct": {
            "type": "number"
          },
          "stress_velocity": {
            "enum": [
              "rising",
              "stable",
              "falling"
            ],
            "nullable": true,
            "type": "string"
          },
          "ticker": {
            "description": "Company ticker symbol.",
            "type": "string"
          },
          "total_crypto_fair_value": {
            "type": "number"
          },
          "total_long_term_debt": {
            "type": "number"
          },
          "uses_live_prices": {
            "description": "True when the issuer's BTC/ETH holdings were repriced using the persisted daily market snapshot.",
            "type": "boolean"
          }
        },
        "required": [
          "source_date",
          "cik",
          "ticker",
          "accession_number",
          "total_long_term_debt",
          "total_crypto_fair_value",
          "stress_30pct",
          "stress_50pct",
          "stress_70pct",
          "risk_tier",
          "atlas_model",
          "is_linkbase_backed",
          "quality_flag",
          "data_source",
          "calculation_arc_count",
          "debt_coverage_status",
          "root_resolution_method",
          "root_resolution_details",
          "extension_root_concepts",
          "mapping_hit_count"
        ],
        "type": "object"
      },
      "DeltaSignalHelpResponse": {
        "properties": {
          "access_model": {
            "properties": {
              "api_key_bypass": {
                "type": "string"
              },
              "paid_data_routes": {
                "items": {
                  "type": "string"
                },
                "type": "array"
              },
              "payment": {
                "type": "string"
              },
              "public_support_routes": {
                "items": {
                  "type": "string"
                },
                "type": "array"
              }
            },
            "required": [
              "public_support_routes",
              "paid_data_routes",
              "payment",
              "api_key_bypass"
            ],
            "type": "object"
          },
          "atlas_tiers": {
            "additionalProperties": {
              "type": "string"
            },
            "type": "object"
          },
          "available_endpoints": {
            "items": {
              "properties": {
                "auth": {
                  "type": "string"
                },
                "description": {
                  "type": "string"
                },
                "example": {
                  "type": "string"
                },
                "path": {
                  "type": "string"
                }
              },
              "required": [
                "path",
                "description"
              ],
              "type": "object"
            },
            "type": "array"
          },
          "core_metaphor": {
            "properties": {
              "key_concepts": {
                "items": {
                  "type": "string"
                },
                "type": "array"
              },
              "meaning": {
                "type": "string"
              },
              "name": {
                "type": "string"
              }
            },
            "type": "object"
          },
          "description": {
            "type": "string"
          },
          "documentation": {
            "properties": {
              "help": {
                "type": "string"
              },
              "openapi": {
                "type": "string"
              }
            },
            "required": [
              "openapi",
              "help"
            ],
            "type": "object"
          },
          "example_questions": {
            "items": {
              "type": "string"
            },
            "type": "array"
          },
          "field_glossary": {
            "additionalProperties": true,
            "type": "object"
          },
          "framework": {
            "type": "string"
          },
          "how_to_use": {
            "type": "string"
          },
          "service": {
            "type": "string"
          },
          "time_windows": {
            "additionalProperties": {
              "type": "string"
            },
            "type": "object"
          },
          "version": {
            "type": "string"
          },
          "wardenclyffe": {
            "properties": {
              "description": {
                "type": "string"
              },
              "phase": {
                "type": "string"
              },
              "scope": {
                "type": "string"
              },
              "status_values": {
                "additionalProperties": {
                  "type": "string"
                },
                "type": "object"
              }
            },
            "required": [
              "phase",
              "scope",
              "status_values"
            ],
            "type": "object"
          }
        },
        "required": [
          "service",
          "framework",
          "version",
          "access_model",
          "available_endpoints",
          "field_glossary",
          "wardenclyffe",
          "time_windows",
          "documentation"
        ],
        "type": "object"
      },
      "LatestDailyChangesClassificationSummary": {
        "properties": {
          "available_classifications": {
            "items": {
              "type": "string"
            },
            "type": "array"
          },
          "changed_company_count": {
            "type": "integer"
          },
          "changed_crypto_count": {
            "type": "integer"
          },
          "changed_digital_assets_count": {
            "type": "integer"
          },
          "changed_pre_ipo_count": {
            "type": "integer"
          },
          "issuer_classes": {
            "properties": {
              "changed": {
                "additionalProperties": {
                  "type": "integer"
                },
                "type": "object"
              },
              "new": {
                "additionalProperties": {
                  "type": "integer"
                },
                "type": "object"
              }
            },
            "type": "object"
          },
          "new_company_count": {
            "type": "integer"
          },
          "new_crypto_count": {
            "type": "integer"
          },
          "new_digital_assets_count": {
            "type": "integer"
          },
          "new_pre_ipo_count": {
            "type": "integer"
          }
        },
        "required": [
          "changed_company_count",
          "new_company_count",
          "changed_crypto_count",
          "changed_pre_ipo_count",
          "changed_digital_assets_count",
          "new_crypto_count",
          "new_pre_ipo_count",
          "new_digital_assets_count",
          "available_classifications",
          "issuer_classes"
        ],
        "type": "object"
      },
      "LatestDailyChangesCompany": {
        "properties": {
          "cik": {
            "type": "string"
          },
          "classifications": {
            "items": {
              "type": "string"
            },
            "type": "array"
          },
          "company_type": {
            "type": "string"
          },
          "delta_size": {
            "type": "integer"
          },
          "entity_name": {
            "type": "string"
          },
          "exchange": {
            "type": "string"
          },
          "fact_changes": {
            "type": "integer"
          },
          "has_crypto_assets": {
            "type": "boolean"
          },
          "has_digital_assets": {
            "type": "boolean"
          },
          "is_crypto": {
            "type": "boolean"
          },
          "is_pre_ipo": {
            "type": "boolean"
          },
          "issuer_class": {
            "type": "string"
          },
          "market_value": {
            "type": "string"
          },
          "pre_ipo_likelihood": {
            "type": "string"
          },
          "pre_ipo_reason": {
            "type": "string"
          },
          "tags": {
            "items": {
              "type": "string"
            },
            "type": "array"
          },
          "ticker": {
            "type": "string"
          }
        },
        "required": [
          "cik",
          "entity_name"
        ],
        "type": "object"
      },
      "LatestDailyChangesResponse": {
        "properties": {
          "changed_companies": {
            "items": {
              "$ref": "#/components/schemas/LatestDailyChangesCompany"
            },
            "type": "array"
          },
          "classification_summary": {
            "$ref": "#/components/schemas/LatestDailyChangesClassificationSummary"
          },
          "computed_at_utc": {
            "format": "date-time",
            "type": "string"
          },
          "fallback_reason": {
            "description": "Human-readable reason the service had to synthesize a fallback daily-changes payload.",
            "type": "string"
          },
          "message": {
            "description": "Operator-friendly explanation of the current daily-changes snapshot state.",
            "type": "string"
          },
          "new_companies": {
            "items": {
              "$ref": "#/components/schemas/LatestDailyChangesCompany"
            },
            "type": "array"
          },
          "request_key": {
            "type": "string"
          },
          "snapshot_status": {
            "description": "Whether the response came from the published daily-changes snapshot or a synthesized fallback payload.",
            "enum": [
              "published",
              "fallback_unpublished"
            ],
            "type": "string"
          },
          "source_date": {
            "format": "date",
            "type": "string"
          },
          "stats": {
            "$ref": "#/components/schemas/LatestDailyChangesStats"
          }
        },
        "required": [
          "request_key",
          "source_date",
          "computed_at_utc",
          "stats",
          "classification_summary",
          "changed_companies",
          "new_companies"
        ],
        "type": "object"
      },
      "LatestDailyChangesStats": {
        "properties": {
          "changed_company_count": {
            "type": "integer"
          },
          "changed_files": {
            "type": "integer"
          },
          "crypto_company_count": {
            "type": "integer"
          },
          "digital_assets_company_count": {
            "type": "integer"
          },
          "fallback_row_count": {
            "description": "Row count of the latest covenant-stress slice when a synthesized fallback snapshot is returned.",
            "type": "integer"
          },
          "new_company_count": {
            "type": "integer"
          },
          "new_files": {
            "type": "integer"
          },
          "removed_files": {
            "type": "integer"
          },
          "total_delta_size": {
            "type": "integer"
          },
          "total_facts": {
            "type": "integer"
          }
        },
        "required": [
          "changed_files",
          "new_files",
          "removed_files",
          "total_facts",
          "total_delta_size",
          "changed_company_count",
          "new_company_count",
          "digital_assets_company_count",
          "crypto_company_count"
        ],
        "type": "object"
      },
      "PeerRankingResponse": {
        "properties": {
          "accession_number": {
            "type": "string"
          },
          "atlas_tier": {
            "description": "ATLAS data quality tier. Tower indicates the strongest issuer-specific linkbase support.",
            "enum": [
              "Coil",
              "Oscillator",
              "Tower"
            ],
            "type": "string"
          },
          "calculation_arc_count": {
            "type": "integer"
          },
          "cik": {
            "type": "string"
          },
          "computed_at_utc": {
            "format": "date-time",
            "type": "string"
          },
          "data_source": {
            "enum": [
              "linkbase_rollup",
              "linkbase_rooted_facts",
              "direct_facts_fallback"
            ],
            "type": "string"
          },
          "debt_coverage_status": {
            "description": "Debt policy classification for the ranked issuer.",
            "enum": [
              "resolved_nonzero",
              "legitimate_zero_debt",
              "low_confidence_missing_debt",
              "resolved_zero"
            ],
            "type": "string"
          },
          "entity_name": {
            "type": "string"
          },
          "is_linkbase_backed": {
            "description": "Whether real XBRL Calculation Linkbases were used in the issuer roll-up.",
            "type": "boolean"
          },
          "mp_z": {
            "description": "Mirror Pulse z-score capturing system-wide resonance.",
            "type": "number"
          },
          "peer_count": {
            "type": "integer"
          },
          "peer_percentile": {
            "type": "number"
          },
          "peer_rank": {
            "description": "Issuer rank by peer risk, where 1 is highest risk.",
            "type": "integer"
          },
          "peer_score": {
            "type": "number"
          },
          "percentile": {
            "type": "number"
          },
          "period": {
            "description": "Filing period.",
            "format": "date",
            "type": "string"
          },
          "quality_flag": {
            "enum": [
              "High",
              "Medium",
              "Low"
            ],
            "type": "string"
          },
          "ranking_source": {
            "description": "Backing source used to compute the ranking when fallback derivation was required.",
            "type": "string"
          },
          "ranking_status": {
            "description": "Whether the ranking came from the dedicated precompute relation or was derived from the latest covenant-stress slice.",
            "enum": [
              "precomputed",
              "derived_live"
            ],
            "type": "string"
          },
          "resonance_status": {
            "description": "Whether issuer stress and broader system resonance are reinforcing each other.",
            "enum": [
              "Aligned",
              "Dissonant",
              "Neutral"
            ],
            "type": "string"
          },
          "risk_tier": {
            "description": "Overall risk tier based on issuer stress and resonance.",
            "enum": [
              "CRITICAL",
              "HIGH",
              "MODERATE",
              "LOW",
              "UNCLASSIFIED"
            ],
            "type": "string"
          },
          "root_resolution_method": {
            "description": "Primary resolver path for the issuer's winning debt root when available.",
            "nullable": true,
            "type": "string"
          },
          "source_date": {
            "format": "date",
            "type": "string"
          },
          "stress_50pct": {
            "description": "Leverage ratio under a 50% Bitcoin price shock.",
            "type": "number"
          },
          "stressed_leverage_50pct": {
            "type": "number"
          },
          "ticker": {
            "description": "Company ticker symbol.",
            "type": "string"
          },
          "total_peers": {
            "default": 215,
            "description": "Total number of peers in the ranking universe for the selected slice.",
            "type": "integer"
          }
        },
        "required": [
          "source_date",
          "cik",
          "ticker",
          "stressed_leverage_50pct",
          "risk_tier",
          "is_linkbase_backed",
          "quality_flag",
          "data_source",
          "calculation_arc_count",
          "debt_coverage_status",
          "root_resolution_method",
          "peer_rank",
          "peer_count",
          "percentile"
        ],
        "type": "object"
      },
      "Provenance": {
        "properties": {
          "data_source": {
            "enum": [
              "linkbase_rollup",
              "linkbase_rooted_facts",
              "direct_facts_fallback"
            ],
            "type": "string"
          },
          "is_linkbase_backed": {
            "type": "boolean"
          },
          "mapping_hit_count": {
            "type": "integer"
          },
          "quality_flag": {
            "enum": [
              "High",
              "Medium",
              "Low"
            ],
            "type": "string"
          },
          "root_resolution_method": {
            "type": "string"
          }
        },
        "required": [
          "root_resolution_method",
          "mapping_hit_count",
          "is_linkbase_backed",
          "data_source",
          "quality_flag"
        ],
        "type": "object"
      },
      "ReadinessResponse": {
        "properties": {
          "age_minutes": {
            "type": "number"
          },
          "avg_live_stress_50pct": {
            "nullable": true,
            "type": "number"
          },
          "btc_24h_change_pct": {
            "nullable": true,
            "type": "number"
          },
          "btc_7d_change_pct": {
            "nullable": true,
            "type": "number"
          },
          "direct_facts_fallback_count": {
            "type": "integer"
          },
          "distinct_issuer_count": {
            "type": "integer"
          },
          "filing_source_date": {
            "format": "date",
            "nullable": true,
            "type": "string"
          },
          "freshness_window_hours": {
            "type": "integer"
          },
          "high_quality_count": {
            "type": "integer"
          },
          "high_stress_ratio": {
            "type": "number"
          },
          "latest_computed_at_utc": {
            "format": "date-time",
            "type": "string"
          },
          "legitimate_zero_debt_count": {
            "type": "integer"
          },
          "linkbase_backed_count": {
            "type": "integer"
          },
          "linkbase_rollup_count": {
            "type": "integer"
          },
          "linkbase_rooted_facts_count": {
            "type": "integer"
          },
          "live_price_coverage_count": {
            "type": "integer"
          },
          "live_price_last_updated": {
            "format": "date-time",
            "nullable": true,
            "type": "string"
          },
          "live_price_source": {
            "nullable": true,
            "type": "string"
          },
          "live_prices_active": {
            "type": "boolean"
          },
          "low_confidence_missing_debt_count": {
            "type": "integer"
          },
          "low_quality_count": {
            "type": "integer"
          },
          "market_regime": {
            "enum": [
              "bullish_low_vol",
              "bullish_rising_vol",
              "bearish_falling_vol",
              "bearish_high_vol",
              "neutral",
              "high_synchronization_risk"
            ],
            "type": "string"
          },
          "medium_quality_count": {
            "type": "integer"
          },
          "ok": {
            "type": "boolean"
          },
          "resolved_nonzero_count": {
            "type": "integer"
          },
          "resolved_zero_count": {
            "type": "integer"
          },
          "row_count": {
            "type": "integer"
          },
          "source_date": {
            "format": "date",
            "type": "string"
          },
          "time_windows": {
            "description": "Coverage windows that explain how much recent daily history is currently represented by the service.",
            "properties": {
              "latest_day": {
                "$ref": "#/components/schemas/ReadinessTimeWindow"
              },
              "latest_month": {
                "$ref": "#/components/schemas/ReadinessTimeWindow"
              },
              "latest_week": {
                "$ref": "#/components/schemas/ReadinessTimeWindow"
              }
            },
            "type": "object"
          },
          "tower_avg_mp_z": {
            "nullable": true,
            "type": "number"
          },
          "tower_coherence": {
            "nullable": true,
            "type": "number"
          },
          "tower_high_stress_count": {
            "type": "integer"
          },
          "tower_linkbase_backed_count": {
            "type": "integer"
          },
          "tower_resolved_nonzero_count": {
            "type": "integer"
          },
          "tower_scope": {
            "type": "string"
          },
          "tower_status": {
            "enum": [
              "insufficient_data",
              "isolated",
              "building",
              "synchronized"
            ],
            "type": "string"
          },
          "tower_stress_resonance": {
            "nullable": true,
            "type": "number"
          },
          "tower_thresholds": {
            "description": "Versioned Wardenclyffe coherence thresholds and weights used for the current readiness snapshot.",
            "type": "object"
          },
          "tower_version": {
            "type": "string"
          }
        },
        "required": [
          "ok",
          "source_date",
          "latest_computed_at_utc",
          "row_count",
          "distinct_issuer_count",
          "linkbase_backed_count",
          "resolved_nonzero_count",
          "legitimate_zero_debt_count",
          "low_confidence_missing_debt_count",
          "resolved_zero_count",
          "tower_version",
          "tower_scope",
          "tower_status",
          "tower_resolved_nonzero_count",
          "tower_high_stress_count",
          "tower_linkbase_backed_count",
          "tower_thresholds",
          "freshness_window_hours",
          "time_windows"
        ],
        "type": "object"
      },
      "ReadinessTimeWindow": {
        "properties": {
          "date_from": {
            "format": "date",
            "type": "string"
          },
          "date_to": {
            "format": "date",
            "type": "string"
          },
          "distinct_issuer_count": {
            "type": "integer"
          },
          "label": {
            "enum": [
              "latest_day",
              "latest_week",
              "latest_month"
            ],
            "type": "string"
          },
          "row_count": {
            "type": "integer"
          },
          "source_date_count": {
            "type": "integer"
          }
        },
        "required": [
          "label",
          "source_date_count",
          "row_count",
          "distinct_issuer_count"
        ],
        "type": "object"
      },
      "RegimeFitBreakdown": {
        "properties": {
          "peer_relative_strength": {
            "type": "integer"
          },
          "stress_alignment": {
            "type": "integer"
          },
          "tower_participation_modifier": {
            "type": "integer"
          },
          "treasury_regime_bonus": {
            "type": "integer"
          }
        },
        "required": [
          "stress_alignment",
          "peer_relative_strength",
          "treasury_regime_bonus",
          "tower_participation_modifier"
        ],
        "type": "object"
      },
      "RelatedPartyTransactions": {
        "properties": {
          "available": {
            "type": "boolean"
          },
          "transactions": {
            "items": {
              "additionalProperties": true,
              "type": "object"
            },
            "type": "array"
          }
        },
        "required": [
          "available",
          "transactions"
        ],
        "type": "object"
      },
      "RiskDistributionBucket": {
        "properties": {
          "count": {
            "type": "integer"
          },
          "percentage": {
            "type": "number"
          }
        },
        "required": [
          "count",
          "percentage"
        ],
        "type": "object"
      },
      "RiskDistributionResponse": {
        "properties": {
          "CRITICAL": {
            "$ref": "#/components/schemas/RiskDistributionBucket"
          },
          "HIGH": {
            "$ref": "#/components/schemas/RiskDistributionBucket"
          },
          "LOW": {
            "$ref": "#/components/schemas/RiskDistributionBucket"
          },
          "MODERATE": {
            "$ref": "#/components/schemas/RiskDistributionBucket"
          },
          "UNCLASSIFIED": {
            "$ref": "#/components/schemas/RiskDistributionBucket"
          }
        },
        "type": "object"
      },
      "SegmentData": {
        "properties": {
          "available": {
            "type": "boolean"
          },
          "segments": {
            "items": {
              "properties": {
                "name": {
                  "type": "string"
                },
                "operating_income": {
                  "nullable": true,
                  "type": "number"
                },
                "revenue": {
                  "nullable": true,
                  "type": "number"
                }
              },
              "type": "object"
            },
            "type": "array"
          }
        },
        "required": [
          "available",
          "segments"
        ],
        "type": "object"
      },
      "StressResilienceBreakdown": {
        "properties": {
          "debt_buffer_strength": {
            "type": "integer"
          },
          "delta_stability_proxy": {
            "type": "integer"
          },
          "inverse_live_stress": {
            "type": "integer"
          },
          "treasury_cushion": {
            "type": "integer"
          }
        },
        "required": [
          "inverse_live_stress",
          "delta_stability_proxy",
          "debt_buffer_strength",
          "treasury_cushion"
        ],
        "type": "object"
      },
      "SubsequentEvents": {
        "properties": {
          "available": {
            "type": "boolean"
          },
          "events": {
            "items": {
              "type": "string"
            },
            "type": "array"
          }
        },
        "required": [
          "available",
          "events"
        ],
        "type": "object"
      },
      "SupportedCompaniesResponse": {
        "properties": {
          "companies": {
            "items": {
              "$ref": "#/components/schemas/SupportedCompany"
            },
            "type": "array"
          },
          "limit": {
            "type": "integer"
          },
          "search": {
            "nullable": true,
            "type": "string"
          },
          "source_date": {
            "format": "date",
            "nullable": true,
            "type": "string"
          },
          "total": {
            "type": "integer"
          }
        },
        "required": [
          "source_date",
          "limit",
          "search",
          "total",
          "companies"
        ],
        "type": "object"
      },
      "SupportedCompany": {
        "properties": {
          "category": {
            "type": "string"
          },
          "cik": {
            "type": "string"
          },
          "entity_name": {
            "type": "string"
          },
          "name": {
            "type": "string"
          },
          "ticker": {
            "type": "string"
          }
        },
        "required": [
          "ticker",
          "name",
          "entity_name",
          "cik",
          "category"
        ],
        "type": "object"
      },
      "TopStressedResponse": {
        "properties": {
          "data": {
            "items": {
              "$ref": "#/components/schemas/TopStressedRow"
            },
            "type": "array"
          },
          "meta": {
            "properties": {
              "count": {
                "type": "integer"
              },
              "limit": {
                "type": "integer"
              },
              "offset": {
                "type": "integer"
              },
              "total": {
                "type": "integer"
              }
            },
            "required": [
              "total",
              "limit",
              "offset",
              "count"
            ],
            "type": "object"
          }
        },
        "required": [
          "data",
          "meta"
        ],
        "type": "object"
      },
      "TopStressedRow": {
        "properties": {
          "atlas_tier": {
            "enum": [
              "Coil",
              "Oscillator",
              "Tower"
            ],
            "type": "string"
          },
          "btc_24h_change_pct": {
            "nullable": true,
            "type": "number"
          },
          "btc_7d_change_pct": {
            "nullable": true,
            "type": "number"
          },
          "calculation_arc_count": {
            "type": "integer"
          },
          "charge_level": {
            "enum": [
              "Low",
              "Elevated",
              "Critical"
            ],
            "type": "string"
          },
          "covenant_headroom_50pct": {
            "type": "number"
          },
          "data_source": {
            "enum": [
              "linkbase_rollup",
              "linkbase_rooted_facts",
              "direct_facts_fallback"
            ],
            "type": "string"
          },
          "debt_coverage_status": {
            "description": "Debt policy classification for the ranked issuer.",
            "enum": [
              "resolved_nonzero",
              "legitimate_zero_debt",
              "low_confidence_missing_debt",
              "resolved_zero"
            ],
            "type": "string"
          },
          "is_linkbase_backed": {
            "type": "boolean"
          },
          "live_charge_level": {
            "enum": [
              "Low",
              "Elevated",
              "Critical"
            ],
            "nullable": true,
            "type": "string"
          },
          "live_covenant_headroom_50pct": {
            "nullable": true,
            "type": "number"
          },
          "live_mp_z": {
            "nullable": true,
            "type": "number"
          },
          "live_resonance_status": {
            "enum": [
              "Aligned",
              "Dissonant",
              "Neutral"
            ],
            "nullable": true,
            "type": "string"
          },
          "live_risk_tier": {
            "enum": [
              "CRITICAL",
              "HIGH",
              "MODERATE",
              "LOW",
              "UNCLASSIFIED"
            ],
            "nullable": true,
            "type": "string"
          },
          "live_st_z": {
            "nullable": true,
            "type": "number"
          },
          "live_stress_50pct": {
            "nullable": true,
            "type": "number"
          },
          "live_stress_delta_24h": {
            "nullable": true,
            "type": "number"
          },
          "live_stress_delta_7d": {
            "nullable": true,
            "type": "number"
          },
          "market_regime": {
            "enum": [
              "bullish_low_vol",
              "bullish_rising_vol",
              "bearish_falling_vol",
              "bearish_high_vol",
              "neutral",
              "high_synchronization_risk"
            ],
            "nullable": true,
            "type": "string"
          },
          "mp_z": {
            "type": "number"
          },
          "period": {
            "format": "date",
            "type": "string"
          },
          "price_last_updated": {
            "format": "date-time",
            "nullable": true,
            "type": "string"
          },
          "price_source": {
            "nullable": true,
            "type": "string"
          },
          "quality_flag": {
            "enum": [
              "High",
              "Medium",
              "Low"
            ],
            "type": "string"
          },
          "rank": {
            "type": "integer"
          },
          "resonance_status": {
            "enum": [
              "Aligned",
              "Dissonant",
              "Neutral"
            ],
            "type": "string"
          },
          "risk_tier": {
            "enum": [
              "CRITICAL",
              "HIGH",
              "MODERATE",
              "LOW",
              "UNCLASSIFIED"
            ],
            "type": "string"
          },
          "st_z": {
            "type": "number"
          },
          "stress_50pct": {
            "type": "number"
          },
          "stress_velocity": {
            "enum": [
              "rising",
              "stable",
              "falling"
            ],
            "nullable": true,
            "type": "string"
          },
          "ticker": {
            "type": "string"
          },
          "uses_live_prices": {
            "type": "boolean"
          }
        },
        "required": [
          "rank",
          "ticker",
          "period",
          "stress_50pct",
          "covenant_headroom_50pct",
          "risk_tier",
          "st_z",
          "mp_z",
          "atlas_tier",
          "charge_level",
          "resonance_status",
          "is_linkbase_backed",
          "quality_flag",
          "data_source",
          "calculation_arc_count",
          "debt_coverage_status"
        ],
        "type": "object"
      }
    },
    "securitySchemes": {
      "ApiKeyAuth": {
        "description": "Internal bypass for pre-authorized clients. Public marketplace discovery should use MPPPayment on /mpp/v1/* routes.",
        "in": "header",
        "name": "x-api-key",
        "type": "apiKey"
      },
      "MPPPayment": {
        "bearerFormat": "MPP Payment credential",
        "description": "Tempo-backed Machine Payments Protocol credential supplied as Authorization: Payment after receiving an HTTP 402 WWW-Authenticate: Payment challenge.",
        "scheme": "bearer",
        "type": "http"
      },
      "mppPayment": {
        "description": "Machine Payments Protocol (MPP) with Tempo USDC.e. Call a paid endpoint without payment to receive HTTP 402 with WWW-Authenticate: Payment, then retry with Authorization: Payment.",
        "scheme": "mpp",
        "type": "http",
        "x-payment-info": {
          "authMode": "mpp",
          "chainId": 4217,
          "currency": "0x20C000000000000000000000b9537d11c60E8b50",
          "network": "Tempo",
          "paymentMethods": [
            "USDC.e"
          ]
        }
      },
      "x402Payment": {
        "bearerFormat": "x402 payment payload",
        "description": "Base x402 payment credential supplied after receiving an HTTP 402 Payment Required challenge from an Agentic Market /v1/* route.",
        "scheme": "bearer",
        "type": "http"
      }
    }
  },
  "externalDocs": {
    "description": "DeltaSignal API help and route guide",
    "url": "https://api.aitrailblazer.net/help"
  },
  "info": {
    "contact": {
      "email": "api@deltasignal.ai",
      "name": "AITrailblazer / DeltaSignal",
      "url": "https://aitrailblazer.com"
    },
    "description": "ATLAS-7 Financial Intelligence for crypto public companies. Covenant stress, peer ranking, alpha opportunities, SEC XBRL fundamentals. Primary access is Tempo MPP on /mpp/v1/*; Agentic Market compatibility is Base x402 on /v1/*. Pay-per-call ($0.03-$0.10). Install skill: npx agentcash add https://api.aitrailblazer.net/skills/atlas/SKILL.md",
    "icon": "https://api.aitrailblazer.net/favicon.png",
    "logo": "https://api.aitrailblazer.net/deltasignal-logo.png",
    "termsOfService": "https://aitrailblazer.com",
    "title": "DeltaSignal ATLAS",
    "version": "1.5.1",
    "x-agent-install": "npx agentcash add https://api.aitrailblazer.net/skills/atlas/SKILL.md",
    "x-agent-skill": {
      "install": "npx agentcash add https://api.aitrailblazer.net/skills/atlas/SKILL.md",
      "name": "deltasignal-atlas",
      "summary": "Strict one-paid-call-per-response agent skill for DeltaSignal ATLAS issuer-level analysis, with Tempo MPP primary access and Agentic Market Base x402 compatibility.",
      "url": "https://api.aitrailblazer.net/skills/atlas/SKILL.md",
      "version": "1.5.0"
    },
    "x-agentic-market": {
      "install": "npx agentcash add https://api.aitrailblazer.net/skills/atlas/SKILL.md",
      "listingHint": "DeltaSignal ATLAS: pay-per-call financial intelligence for crypto public companies. MPPScan/mpp.dev use Tempo MPP on /mpp/v1/*; Agentic Market uses Base x402 on /v1/*.",
      "skillUrl": "https://api.aitrailblazer.net/skills/atlas/SKILL.md"
    },
    "x-display-name": "DeltaSignal ATLAS",
    "x-favicon": "https://api.aitrailblazer.net/favicon.png",
    "x-guidance": "Use public /help, /companies, and /openapi.json for orientation. Use /mpp/v1/* routes for Tempo-backed Machine Payments Protocol access. Agentic Market uses /v1/* routes for Base x402 access. Do not translate between route families unless the caller switches payment rails.",
    "x-icon": "https://api.aitrailblazer.net/favicon.png",
    "x-logo": {
      "altText": "DeltaSignal logo",
      "backgroundColor": "#0b0f1a",
      "url": "https://api.aitrailblazer.net/deltasignal-logo.png"
    },
    "x-mppscan-url": "https://www.mppscan.com/server/8892af70b613b5c2feb932a52fab50b29155f5655363c5e9e56456486187a6a7",
    "x-provider": {
      "name": "AITrailblazer",
      "url": "https://aitrailblazer.com"
    },
    "x-service-url": "https://api.aitrailblazer.net",
    "x-short-description": "Pay-per-call ATLAS-7 financial intelligence for crypto public companies via Tempo MPP and Agentic Market Base x402.",
    "x-skill-url": "https://api.aitrailblazer.net/skills/atlas/SKILL.md"
  },
  "openapi": "3.1.0",
  "paths": {
    "/mpp/v1/alpha-opportunities": {
      "get": {
        "description": "Returns the latest Alpha Opportunities ranking using the current DeltaSignal slice, resilience percentile, treasury strength, live stress, and visible data-quality notes. This Tempo MPP route uses Tempo payment and returns HTTP 402 with WWW-Authenticate: Payment when called without a valid MPP credential.",
        "externalDocs": {
          "description": "DeltaSignal API help",
          "url": "https://api.aitrailblazer.net/help"
        },
        "operationId": "getMppListAlphaOpportunities",
        "parameters": [
          {
            "description": "Maximum number of rows to return. Defaults to 10 and caps at 100.",
            "in": "query",
            "name": "limit",
            "required": false,
            "schema": {
              "default": 10,
              "maximum": 100,
              "minimum": 1,
              "type": "integer"
            }
          },
          {
            "description": "Optional scoring slice date (`YYYY-MM-DD`). Defaults to the latest available DeltaSignal slice.",
            "example": "2026-04-28",
            "in": "query",
            "name": "source_date",
            "required": false,
            "schema": {
              "format": "date",
              "type": "string"
            }
          },
          {
            "description": "Optional filter for the current risk tier.",
            "in": "query",
            "name": "risk_tier",
            "required": false,
            "schema": {
              "enum": [
                "CRITICAL",
                "HIGH",
                "MODERATE",
                "LOW",
                "UNCLASSIFIED"
              ],
              "type": "string"
            }
          },
          {
            "description": "Optional filter for DeltaSignal debt coverage classification.",
            "in": "query",
            "name": "debt_coverage_status",
            "required": false,
            "schema": {
              "enum": [
                "legitimate_zero_debt",
                "resolved_zero",
                "resolved_nonzero",
                "low_confidence_missing_debt"
              ],
              "type": "string"
            }
          }
        ],
        "responses": {
          "200": {
            "content": {
              "application/json": {
                "example": {
                  "market_regime": "bearish_falling_vol",
                  "opportunities": [
                    {
                      "alpha_score": 88,
                      "data_quality_notes": [],
                      "debt_coverage_status": "legitimate_zero_debt",
                      "live_stress_50pct": 0,
                      "resilience_percentile": 96.3,
                      "short_recommendation": "Accumulate on weakness",
                      "stress_50pct": 0,
                      "ticker": "BMNR",
                      "treasury_strength": "strong"
                    }
                  ],
                  "source_date": "2026-04-28",
                  "tower_coherence": 0.5954,
                  "tower_status": "building"
                },
                "schema": {
                  "$ref": "#/components/schemas/AlphaOpportunitiesResponse"
                }
              }
            },
            "description": "Alpha opportunity ranking for the selected DeltaSignal slice"
          },
          "401": {
            "description": "Missing or invalid MPP payment credential"
          },
          "402": {
            "description": "Payment required; repeat the request with Authorization: Payment after the Tempo MPP challenge"
          },
          "503": {
            "description": "PostgreSQL runtime not configured"
          }
        },
        "security": [
          {
            "mppPayment": []
          }
        ],
        "summary": "Rank the current DeltaSignal slice by deterministic Phase 1 alpha score (MPP)",
        "tags": [
          "Alpha Signals"
        ],
        "x-agentic-market": {
          "buyerGuidance": "Call without payment to receive a 402 Tempo MPP challenge, then repeat with Authorization: Payment.",
          "discoverable": true,
          "paymentRail": "Tempo",
          "service": "DeltaSignal ATLAS-7",
          "settlementAsset": "USDC.e"
        },
        "x-mpp-mirror-of": "/v1/alpha-opportunities",
        "x-payment-info": {
          "amount": 0.05,
          "authMode": "mpp",
          "currency": "USD",
          "network": "Tempo",
          "paymentMethods": [
            "USDC.e"
          ],
          "price": {
            "amount": "0.050000",
            "currency": "USD",
            "mode": "fixed"
          },
          "protocols": [
            {
              "mpp": {
                "currency": "0x20C000000000000000000000b9537d11c60E8b50",
                "intent": "charge",
                "method": "tempo"
              }
            }
          ]
        }
      }
    },
    "/mpp/v1/alpha-signals/{ticker}": {
      "get": {
        "description": "Returns the current Phase 1 alpha score, resilience, treasury-strength, regime-fit, explainability inputs, and visible data-quality notes for one issuer from the selected DeltaSignal slice. This Tempo MPP route uses Tempo payment and returns HTTP 402 with WWW-Authenticate: Payment when called without a valid MPP credential.",
        "externalDocs": {
          "description": "DeltaSignal API help",
          "url": "https://api.aitrailblazer.net/help"
        },
        "operationId": "getMppAlphaSignals",
        "parameters": [
          {
            "description": "Crypto public company ticker, case-insensitive.",
            "example": "BMNR",
            "in": "path",
            "name": "ticker",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "description": "Optional scoring slice date (`YYYY-MM-DD`). Defaults to the latest available DeltaSignal slice.",
            "example": "2026-04-28",
            "in": "query",
            "name": "source_date",
            "required": false,
            "schema": {
              "format": "date",
              "type": "string"
            }
          }
        ],
        "responses": {
          "200": {
            "content": {
              "application/json": {
                "example": {
                  "accession_number": "0001493152-26-016560",
                  "alpha_interpretation": "Minimal traditional debt. Strong mixed crypto treasury backing. Downside stress is low. Current regime fit is favorable.",
                  "alpha_score": 88,
                  "alpha_score_breakdown": {
                    "debt_cleanliness": 95,
                    "regime_fit": 76,
                    "stress_resilience": 100,
                    "treasury_strength": 83
                  },
                  "cik": "0001829311",
                  "data_quality_notes": [],
                  "dominant_treasury_asset": "mixed",
                  "entity_name": "BITMINE IMMERSION TECHNOLOGIES, INC.",
                  "market_regime": "bearish_falling_vol",
                  "period": "2026-04-14",
                  "provenance": {
                    "computed_at_utc": "2026-04-28T19:06:39.392384Z",
                    "crypto_units_basis": "treasury_update_ex99_text",
                    "data_source": "linkbase_rooted_facts",
                    "debt_coverage_status": "legitimate_zero_debt",
                    "is_linkbase_backed": true,
                    "market_regime": "bearish_falling_vol",
                    "quality_flag": "Medium",
                    "root_resolution_method": "standard_root_match",
                    "source_date": "2026-04-28",
                    "tower_status": "building"
                  },
                  "regime_fit_breakdown": {
                    "peer_relative_strength": 50,
                    "stress_alignment": 100,
                    "tower_participation_modifier": 55,
                    "treasury_regime_bonus": 70
                  },
                  "regime_fit_score": 76,
                  "score_inputs": {
                    "live_stress_50pct": 0,
                    "live_stress_delta_24h": 0,
                    "live_stress_delta_7d": 0,
                    "peer_percentile": 50,
                    "quality_flag_normalized": "medium",
                    "stress_50pct": 0,
                    "stress_data_status": "present",
                    "treasury_asset_ratio_score": 100,
                    "treasury_data_status": "normal"
                  },
                  "short_recommendation": "Accumulate on weakness",
                  "source_date": "2026-04-28",
                  "stress_resilience_breakdown": {
                    "debt_buffer_strength": 95,
                    "delta_stability_proxy": 100,
                    "inverse_live_stress": 100,
                    "treasury_cushion": 83
                  },
                  "stress_resilience_score": 100,
                  "ticker": "BMNR",
                  "tower_coherence": 0.5954,
                  "tower_status": "building",
                  "treasury_strength": "strong",
                  "treasury_strength_score": 83
                },
                "schema": {
                  "$ref": "#/components/schemas/AlphaSignalsResponse"
                }
              }
            },
            "description": "Single-ticker alpha signal result"
          },
          "401": {
            "description": "Missing or invalid MPP payment credential"
          },
          "402": {
            "description": "Payment required; repeat the request with Authorization: Payment after the Tempo MPP challenge"
          },
          "404": {
            "description": "Ticker not found in the selected DeltaSignal slice"
          },
          "503": {
            "description": "PostgreSQL runtime not configured"
          }
        },
        "security": [
          {
            "mppPayment": []
          }
        ],
        "summary": "Get deterministic Phase 1 alpha signals for a single issuer (MPP)",
        "tags": [
          "Alpha Signals"
        ],
        "x-agentic-market": {
          "buyerGuidance": "Call without payment to receive a 402 Tempo MPP challenge, then repeat with Authorization: Payment.",
          "discoverable": true,
          "paymentRail": "Tempo",
          "service": "DeltaSignal ATLAS-7",
          "settlementAsset": "USDC.e"
        },
        "x-mpp-mirror-of": "/v1/alpha-signals/{ticker}",
        "x-payment-info": {
          "amount": 0.07,
          "authMode": "mpp",
          "currency": "USD",
          "network": "Tempo",
          "paymentMethods": [
            "USDC.e"
          ],
          "price": {
            "amount": "0.070000",
            "currency": "USD",
            "mode": "fixed"
          },
          "protocols": [
            {
              "mpp": {
                "currency": "0x20C000000000000000000000b9537d11c60E8b50",
                "intent": "charge",
                "method": "tempo"
              }
            }
          ]
        }
      }
    },
    "/mpp/v1/company-fundamentals/{ticker}": {
      "get": {
        "description": "Primary on-ramp for DeltaSignal. Returns the latest company fundamentals extracted from SEC XBRL companyfacts for the issuer, plus provenance aligned with the covenant-stress surface. This Tempo MPP route uses Tempo payment and returns HTTP 402 with WWW-Authenticate: Payment when called without a valid MPP credential.",
        "externalDocs": {
          "description": "DeltaSignal API help",
          "url": "https://api.aitrailblazer.net/help"
        },
        "operationId": "getMppCompanyFundamentals",
        "parameters": [
          {
            "description": "Company ticker symbol, case-insensitive.",
            "example": "MARA",
            "in": "path",
            "name": "ticker",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "description": "Optional filing period date (`YYYY-MM-DD`). Defaults to the latest available filing date for the ticker.",
            "example": "2026-03-31",
            "in": "query",
            "name": "period",
            "required": false,
            "schema": {
              "format": "date",
              "type": "string"
            }
          },
          {
            "description": "Reserved expansion flag for segment reporting. Current runtime returns `available=false`.",
            "in": "query",
            "name": "include_segments",
            "required": false,
            "schema": {
              "default": false,
              "type": "boolean"
            }
          },
          {
            "description": "Reserved expansion flag for related-party disclosures. Current runtime returns `available=false`.",
            "in": "query",
            "name": "include_related_party",
            "required": false,
            "schema": {
              "default": false,
              "type": "boolean"
            }
          }
        ],
        "responses": {
          "200": {
            "content": {
              "application/json": {
                "example": {
                  "cik": "0001507605",
                  "entity_name": "MARA Holdings, Inc.",
                  "filing_form": "10-Q",
                  "fundamentals": {
                    "cash_and_equivalents": 315,
                    "cash_flow_from_operations": 88.1142,
                    "current_assets": 620,
                    "net_income": 47.1834,
                    "operating_income": 61.22,
                    "revenue": 213.4421,
                    "total_assets": 1450,
                    "total_equity": 945,
                    "total_liabilities": 505
                  },
                  "last_updated": "2026-04-25T20:00:00Z",
                  "period": "2026-03-31",
                  "provenance": {
                    "data_source": "linkbase_rollup",
                    "is_linkbase_backed": true,
                    "mapping_hit_count": 0,
                    "quality_flag": "High",
                    "root_resolution_method": "standard_root_match"
                  },
                  "related_party_transactions": {
                    "available": false,
                    "transactions": []
                  },
                  "segment_data": {
                    "available": false,
                    "segments": []
                  },
                  "source_date": "2026-04-24",
                  "subsequent_events": {
                    "available": false,
                    "events": []
                  },
                  "ticker": "MARA"
                },
                "schema": {
                  "$ref": "#/components/schemas/CompanyFundamentalsResponse"
                }
              }
            },
            "description": "Company fundamentals with provenance"
          },
          "401": {
            "description": "Missing or invalid MPP payment credential"
          },
          "402": {
            "description": "Payment required; repeat the request with Authorization: Payment after the Tempo MPP challenge"
          },
          "404": {
            "description": "Ticker not found or no fundamentals data available"
          },
          "503": {
            "description": "PostgreSQL or companyfacts blob runtime not configured"
          }
        },
        "security": [
          {
            "mppPayment": []
          }
        ],
        "summary": "Get provenance-rich company fundamentals from the latest SEC XBRL filing (MPP)",
        "tags": [
          "Fundamentals"
        ],
        "x-agentic-market": {
          "buyerGuidance": "Call without payment to receive a 402 Tempo MPP challenge, then repeat with Authorization: Payment.",
          "discoverable": true,
          "paymentRail": "Tempo",
          "service": "DeltaSignal ATLAS-7",
          "settlementAsset": "USDC.e"
        },
        "x-mpp-mirror-of": "/v1/company-fundamentals/{ticker}",
        "x-payment-info": {
          "amount": 0.05,
          "authMode": "mpp",
          "currency": "USD",
          "network": "Tempo",
          "paymentMethods": [
            "USDC.e"
          ],
          "price": {
            "amount": "0.050000",
            "currency": "USD",
            "mode": "fixed"
          },
          "protocols": [
            {
              "mpp": {
                "currency": "0x20C000000000000000000000b9537d11c60E8b50",
                "intent": "charge",
                "method": "tempo"
              }
            }
          ]
        }
      }
    },
    "/mpp/v1/covenant-stress": {
      "get": {
        "description": "Returns the latest precomputed Covenant Stress slice by default. Use `/mpp/v1/readiness` to inspect service-level latest_day, latest_week, and latest_month coverage windows. This Tempo MPP route uses Tempo payment and returns HTTP 402 with WWW-Authenticate: Payment when called without a valid MPP credential.",
        "externalDocs": {
          "description": "DeltaSignal API help",
          "url": "https://api.aitrailblazer.net/help"
        },
        "operationId": "getMppListCovenantStress",
        "parameters": [
          {
            "description": "Optional import source date. Defaults to the latest available source date.",
            "in": "query",
            "name": "source_date",
            "required": false,
            "schema": {
              "format": "date",
              "type": "string"
            }
          },
          {
            "description": "Optional filing period date filter.",
            "in": "query",
            "name": "period",
            "required": false,
            "schema": {
              "format": "date",
              "type": "string"
            }
          },
          {
            "in": "query",
            "name": "risk_tier",
            "required": false,
            "schema": {
              "enum": [
                "CRITICAL",
                "HIGH",
                "MODERATE",
                "LOW",
                "UNCLASSIFIED"
              ],
              "type": "string"
            }
          },
          {
            "in": "query",
            "name": "quality_flag",
            "required": false,
            "schema": {
              "enum": [
                "High",
                "Medium",
                "Low"
              ],
              "type": "string"
            }
          },
          {
            "description": "Optional debt-resolution policy filter.",
            "in": "query",
            "name": "debt_coverage_status",
            "required": false,
            "schema": {
              "enum": [
                "resolved_nonzero",
                "legitimate_zero_debt",
                "low_confidence_missing_debt",
                "resolved_zero"
              ],
              "type": "string"
            }
          },
          {
            "description": "Minimum `stress_50pct` value.",
            "in": "query",
            "name": "min_stress",
            "required": false,
            "schema": {
              "type": "number"
            }
          },
          {
            "description": "When true, only return rows with `is_linkbase_backed=true`.",
            "in": "query",
            "name": "linkbase_only",
            "required": false,
            "schema": {
              "type": "boolean"
            }
          },
          {
            "in": "query",
            "name": "limit",
            "required": false,
            "schema": {
              "default": 25,
              "maximum": 100,
              "minimum": 1,
              "type": "integer"
            }
          },
          {
            "in": "query",
            "name": "offset",
            "required": false,
            "schema": {
              "default": 0,
              "minimum": 0,
              "type": "integer"
            }
          }
        ],
        "responses": {
          "200": {
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/CovenantStressListResponse"
                }
              }
            },
            "description": "Filtered covenant stress rows"
          },
          "400": {
            "description": "Invalid filter value"
          },
          "401": {
            "description": "Missing or invalid MPP payment credential"
          },
          "402": {
            "description": "Payment required; repeat the request with Authorization: Payment after the Tempo MPP challenge"
          },
          "503": {
            "description": "PostgreSQL runtime not configured"
          }
        },
        "security": [
          {
            "mppPayment": []
          }
        ],
        "summary": "List covenant stress rows with screening filters (MPP)",
        "tags": [
          "Covenant Stress"
        ],
        "x-agentic-market": {
          "buyerGuidance": "Call without payment to receive a 402 Tempo MPP challenge, then repeat with Authorization: Payment.",
          "discoverable": true,
          "paymentRail": "Tempo",
          "service": "DeltaSignal ATLAS-7",
          "settlementAsset": "USDC.e"
        },
        "x-mpp-mirror-of": "/v1/covenant-stress",
        "x-payment-info": {
          "amount": 0.08,
          "authMode": "mpp",
          "currency": "USD",
          "network": "Tempo",
          "paymentMethods": [
            "USDC.e"
          ],
          "price": {
            "amount": "0.080000",
            "currency": "USD",
            "mode": "fixed"
          },
          "protocols": [
            {
              "mpp": {
                "currency": "0x20C000000000000000000000b9537d11c60E8b50",
                "intent": "charge",
                "method": "tempo"
              }
            }
          ]
        }
      }
    },
    "/mpp/v1/covenant-stress/{ticker}": {
      "get": {
        "description": "Measures how charged a crypto company's balance sheet is under Bitcoin price shocks. Uses issuer-specific XBRL Calculation Linkbases where available and returns ATLAS semantic fields including charge_level, resonance_status, and discharge_risk. This Tempo MPP route uses Tempo payment and returns HTTP 402 with WWW-Authenticate: Payment when called without a valid MPP credential.",
        "externalDocs": {
          "description": "DeltaSignal API help",
          "url": "https://api.aitrailblazer.net/help"
        },
        "operationId": "getMppCovenantStress",
        "parameters": [
          {
            "description": "Crypto public company ticker, case-insensitive.",
            "example": "RIOT",
            "in": "path",
            "name": "ticker",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "description": "Optional filing period date (`YYYY-MM-DD`). Defaults to the latest available filing date for the ticker.",
            "example": "2026-03-31",
            "in": "query",
            "name": "period",
            "required": false,
            "schema": {
              "format": "date",
              "type": "string"
            }
          }
        ],
        "responses": {
          "200": {
            "content": {
              "application/json": {
                "example": {
                  "atlas_model": "ATLAS-7",
                  "atlas_tier": "Tower",
                  "charge_level": "Critical",
                  "debt_coverage_status": "resolved_nonzero",
                  "discharge_risk": "High",
                  "is_linkbase_backed": true,
                  "mp_z": 1.78,
                  "period": "2026-03-31",
                  "resonance_status": "Aligned",
                  "risk_tier": "HIGH",
                  "root_resolution_method": "linkbase_rollup",
                  "stress_50pct": 0.88,
                  "ticker": "RIOT"
                },
                "schema": {
                  "$ref": "#/components/schemas/CovenantStressResponse"
                }
              }
            },
            "description": "Single covenant stress result"
          },
          "401": {
            "description": "Missing or invalid MPP payment credential"
          },
          "402": {
            "description": "Payment required; repeat the request with Authorization: Payment after the Tempo MPP challenge"
          },
          "404": {
            "description": "Ticker not found or no precomputed covenant stress data available"
          },
          "503": {
            "description": "PostgreSQL runtime not configured"
          }
        },
        "security": [
          {
            "mppPayment": []
          }
        ],
        "summary": "Get covenant stress using the ATLAS Tesla Coil model (MPP)",
        "tags": [
          "Covenant Stress"
        ],
        "x-agentic-market": {
          "buyerGuidance": "Call without payment to receive a 402 Tempo MPP challenge, then repeat with Authorization: Payment.",
          "discoverable": true,
          "paymentRail": "Tempo",
          "service": "DeltaSignal ATLAS-7",
          "settlementAsset": "USDC.e"
        },
        "x-ai-agent-hints": {
          "domain": "crypto_corporate_risk",
          "metaphor": "tesla_coil",
          "use_cases": [
            "covenant_monitoring",
            "liquidation_risk",
            "portfolio_screening",
            "stress_testing"
          ]
        },
        "x-mpp-mirror-of": "/v1/covenant-stress/{ticker}",
        "x-payment-info": {
          "amount": 0.1,
          "authMode": "mpp",
          "currency": "USD",
          "network": "Tempo",
          "paymentMethods": [
            "USDC.e"
          ],
          "price": {
            "amount": "0.100000",
            "currency": "USD",
            "mode": "fixed"
          },
          "protocols": [
            {
              "mpp": {
                "currency": "0x20C000000000000000000000b9537d11c60E8b50",
                "intent": "charge",
                "method": "tempo"
              }
            }
          ]
        }
      }
    },
    "/mpp/v1/daily-changes/latest": {
      "get": {
        "description": "Returns the most recent published daily-changes payload. If the published latest_requests snapshot is unavailable, the service returns a synthesized empty snapshot from the latest covenant-stress slice with explicit fallback metadata. This Tempo MPP route uses Tempo payment and returns HTTP 402 with WWW-Authenticate: Payment when called without a valid MPP credential.",
        "externalDocs": {
          "description": "DeltaSignal API help",
          "url": "https://api.aitrailblazer.net/help"
        },
        "operationId": "getMppLatestDailyChanges",
        "parameters": [
          {
            "deprecated": true,
            "description": "No input is required for this fixed-price snapshot endpoint. This placeholder documents an empty query-parameter schema for agent discovery validators.",
            "in": "query",
            "name": "_",
            "required": false,
            "schema": {
              "maxLength": 0,
              "type": "string"
            }
          }
        ],
        "responses": {
          "200": {
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/LatestDailyChangesResponse"
                }
              }
            },
            "description": "Latest daily changes snapshot"
          },
          "401": {
            "description": "Missing or invalid MPP payment credential"
          },
          "402": {
            "description": "Payment required; repeat the request with Authorization: Payment after the Tempo MPP challenge"
          },
          "404": {
            "description": "No latest daily changes snapshot has been published yet"
          },
          "503": {
            "description": "PostgreSQL runtime not configured"
          }
        },
        "security": [
          {
            "mppPayment": []
          }
        ],
        "summary": "Get the latest SEC daily-changes snapshot with changed and new company lists (MPP)",
        "tags": [
          "Readiness"
        ],
        "x-agentic-market": {
          "buyerGuidance": "Call without payment to receive a 402 Tempo MPP challenge, then repeat with Authorization: Payment.",
          "discoverable": true,
          "paymentRail": "Tempo",
          "service": "DeltaSignal ATLAS-7",
          "settlementAsset": "USDC.e"
        },
        "x-mpp-mirror-of": "/v1/daily-changes/latest",
        "x-payment-info": {
          "amount": 0.03,
          "authMode": "mpp",
          "currency": "USD",
          "network": "Tempo",
          "paymentMethods": [
            "USDC.e"
          ],
          "price": {
            "amount": "0.030000",
            "currency": "USD",
            "mode": "fixed"
          },
          "protocols": [
            {
              "mpp": {
                "currency": "0x20C000000000000000000000b9537d11c60E8b50",
                "intent": "charge",
                "method": "tempo"
              }
            }
          ]
        }
      }
    },
    "/mpp/v1/peer-ranking/{ticker}": {
      "get": {
        "description": "Ranks the issuer among the covered crypto public companies using issuer stress plus ATLAS Mirror Pulse system resonance context. If the dedicated peer-ranking precompute relation is unavailable, the service derives the ranking from the latest covenant-stress slice and marks the response with fallback metadata. This Tempo MPP route uses Tempo payment and returns HTTP 402 with WWW-Authenticate: Payment when called without a valid MPP credential.",
        "externalDocs": {
          "description": "DeltaSignal API help",
          "url": "https://api.aitrailblazer.net/help"
        },
        "operationId": "getMppPeerCovenantRanking",
        "parameters": [
          {
            "description": "Crypto public company ticker, case-insensitive.",
            "example": "MARA",
            "in": "path",
            "name": "ticker",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "description": "Optional filing period date (`YYYY-MM-DD`). Defaults to the latest available filing date for the ticker.",
            "example": "2026-03-31",
            "in": "query",
            "name": "period",
            "required": false,
            "schema": {
              "format": "date",
              "type": "string"
            }
          }
        ],
        "responses": {
          "200": {
            "content": {
              "application/json": {
                "example": {
                  "atlas_tier": "Tower",
                  "is_linkbase_backed": true,
                  "mp_z": 1.42,
                  "peer_rank": 12,
                  "ranking_status": "precomputed",
                  "resonance_status": "Aligned",
                  "risk_tier": "HIGH",
                  "ticker": "MARA",
                  "total_peers": 215
                },
                "schema": {
                  "$ref": "#/components/schemas/PeerRankingResponse"
                }
              }
            },
            "description": "Peer ranking result with ATLAS resonance context"
          },
          "400": {
            "description": "Invalid period value"
          },
          "401": {
            "description": "Missing or invalid MPP payment credential"
          },
          "402": {
            "description": "Payment required; repeat the request with Authorization: Payment after the Tempo MPP challenge"
          },
          "404": {
            "description": "Ticker not found or no ranking available"
          },
          "503": {
            "description": "PostgreSQL runtime not configured"
          }
        },
        "security": [
          {
            "mppPayment": []
          }
        ],
        "summary": "Get peer covenant ranking with system resonance (MPP)",
        "tags": [
          "Covenant Stress"
        ],
        "x-agentic-market": {
          "buyerGuidance": "Call without payment to receive a 402 Tempo MPP challenge, then repeat with Authorization: Payment.",
          "discoverable": true,
          "paymentRail": "Tempo",
          "service": "DeltaSignal ATLAS-7",
          "settlementAsset": "USDC.e"
        },
        "x-ai-agent-hints": {
          "domain": "crypto_corporate_risk",
          "metaphor": "tesla_coil",
          "use_cases": [
            "peer_comparison",
            "sector_risk_scan",
            "relative_position_analysis"
          ]
        },
        "x-mpp-mirror-of": "/v1/peer-ranking/{ticker}",
        "x-payment-info": {
          "amount": 0.06,
          "authMode": "mpp",
          "currency": "USD",
          "network": "Tempo",
          "paymentMethods": [
            "USDC.e"
          ],
          "price": {
            "amount": "0.060000",
            "currency": "USD",
            "mode": "fixed"
          },
          "protocols": [
            {
              "mpp": {
                "currency": "0x20C000000000000000000000b9537d11c60E8b50",
                "intent": "charge",
                "method": "tempo"
              }
            }
          ]
        }
      }
    },
    "/mpp/v1/readiness": {
      "get": {
        "description": "Returns freshness, issuer counts, debt-coverage counts, and explicit latest_day, latest_week, and latest_month coverage windows derived from the precomputed Covenant Stress table. This Tempo MPP route uses Tempo payment and returns HTTP 402 with WWW-Authenticate: Payment when called without a valid MPP credential.",
        "externalDocs": {
          "description": "DeltaSignal API help",
          "url": "https://api.aitrailblazer.net/help"
        },
        "operationId": "getMppDeltaSignalReadiness",
        "parameters": [
          {
            "deprecated": true,
            "description": "No input is required for this fixed-price snapshot endpoint. This placeholder documents an empty query-parameter schema for agent discovery validators.",
            "in": "query",
            "name": "_",
            "required": false,
            "schema": {
              "maxLength": 0,
              "type": "string"
            }
          }
        ],
        "responses": {
          "200": {
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/ReadinessResponse"
                }
              }
            },
            "description": "Fresh precompute slice is available"
          },
          "401": {
            "description": "Missing or invalid MPP payment credential"
          },
          "402": {
            "description": "Payment required; repeat the request with Authorization: Payment after the Tempo MPP challenge"
          },
          "503": {
            "description": "No fresh precompute slice is available or PostgreSQL runtime is not configured"
          }
        },
        "security": [
          {
            "mppPayment": []
          }
        ],
        "summary": "Get the latest DeltaSignal covenant stress refresh readiness snapshot (MPP)",
        "tags": [
          "Readiness"
        ],
        "x-agentic-market": {
          "buyerGuidance": "Call without payment to receive a 402 Tempo MPP challenge, then repeat with Authorization: Payment.",
          "discoverable": true,
          "paymentRail": "Tempo",
          "service": "DeltaSignal ATLAS-7",
          "settlementAsset": "USDC.e"
        },
        "x-mpp-mirror-of": "/mpp/v1/readiness",
        "x-payment-info": {
          "amount": 0.04,
          "authMode": "mpp",
          "currency": "USD",
          "network": "Tempo",
          "paymentMethods": [
            "USDC.e"
          ],
          "price": {
            "amount": "0.040000",
            "currency": "USD",
            "mode": "fixed"
          },
          "protocols": [
            {
              "mpp": {
                "currency": "0x20C000000000000000000000b9537d11c60E8b50",
                "intent": "charge",
                "method": "tempo"
              }
            }
          ]
        }
      }
    },
    "/mpp/v1/risk-distribution": {
      "get": {
        "description": "Returns the risk-tier distribution for the latest available Covenant Stress slice. Use `/mpp/v1/readiness` to understand the latest_day, latest_week, and latest_month coverage windows behind the current snapshot. This Tempo MPP route uses Tempo payment and returns HTTP 402 with WWW-Authenticate: Payment when called without a valid MPP credential.",
        "externalDocs": {
          "description": "DeltaSignal API help",
          "url": "https://api.aitrailblazer.net/help"
        },
        "operationId": "getMppRiskDistribution",
        "parameters": [
          {
            "deprecated": true,
            "description": "No input is required for this fixed-price snapshot endpoint. This placeholder documents an empty query-parameter schema for agent discovery validators.",
            "in": "query",
            "name": "_",
            "required": false,
            "schema": {
              "maxLength": 0,
              "type": "string"
            }
          }
        ],
        "responses": {
          "200": {
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/RiskDistributionResponse"
                }
              }
            },
            "description": "Risk-tier distribution"
          },
          "401": {
            "description": "Missing or invalid MPP payment credential"
          },
          "402": {
            "description": "Payment required; repeat the request with Authorization: Payment after the Tempo MPP challenge"
          },
          "503": {
            "description": "PostgreSQL runtime not configured"
          }
        },
        "security": [
          {
            "mppPayment": []
          }
        ],
        "summary": "Get the latest covenant stress risk distribution (MPP)",
        "tags": [
          "Readiness"
        ],
        "x-agentic-market": {
          "buyerGuidance": "Call without payment to receive a 402 Tempo MPP challenge, then repeat with Authorization: Payment.",
          "discoverable": true,
          "paymentRail": "Tempo",
          "service": "DeltaSignal ATLAS-7",
          "settlementAsset": "USDC.e"
        },
        "x-mpp-mirror-of": "/v1/risk-distribution",
        "x-payment-info": {
          "amount": 0.04,
          "authMode": "mpp",
          "currency": "USD",
          "network": "Tempo",
          "paymentMethods": [
            "USDC.e"
          ],
          "price": {
            "amount": "0.040000",
            "currency": "USD",
            "mode": "fixed"
          },
          "protocols": [
            {
              "mpp": {
                "currency": "0x20C000000000000000000000b9537d11c60E8b50",
                "intent": "charge",
                "method": "tempo"
              }
            }
          ]
        }
      }
    },
    "/mpp/v1/top-stressed": {
      "get": {
        "description": "Returns the most stressed issuers from the latest available precomputed slice. Pair with `/mpp/v1/readiness` when consumers need the latest_day, latest_week, and latest_month coverage context. This Tempo MPP route uses Tempo payment and returns HTTP 402 with WWW-Authenticate: Payment when called without a valid MPP credential.",
        "externalDocs": {
          "description": "DeltaSignal API help",
          "url": "https://api.aitrailblazer.net/help"
        },
        "operationId": "getMppTopStressedCryptoIssuers",
        "parameters": [
          {
            "in": "query",
            "name": "limit",
            "required": false,
            "schema": {
              "default": 10,
              "maximum": 100,
              "minimum": 1,
              "type": "integer"
            }
          },
          {
            "in": "query",
            "name": "offset",
            "required": false,
            "schema": {
              "default": 0,
              "minimum": 0,
              "type": "integer"
            }
          }
        ],
        "responses": {
          "200": {
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/TopStressedResponse"
                }
              }
            },
            "description": "Ranked covenant stress rows"
          },
          "401": {
            "description": "Missing or invalid MPP payment credential"
          },
          "402": {
            "description": "Payment required; repeat the request with Authorization: Payment after the Tempo MPP challenge"
          },
          "503": {
            "description": "PostgreSQL runtime not configured"
          }
        },
        "security": [
          {
            "mppPayment": []
          }
        ],
        "summary": "Get the most stressed crypto issuers (MPP)",
        "tags": [
          "Covenant Stress"
        ],
        "x-agentic-market": {
          "buyerGuidance": "Call without payment to receive a 402 Tempo MPP challenge, then repeat with Authorization: Payment.",
          "discoverable": true,
          "paymentRail": "Tempo",
          "service": "DeltaSignal ATLAS-7",
          "settlementAsset": "USDC.e"
        },
        "x-mpp-mirror-of": "/v1/top-stressed",
        "x-payment-info": {
          "amount": 0.05,
          "authMode": "mpp",
          "currency": "USD",
          "network": "Tempo",
          "paymentMethods": [
            "USDC.e"
          ],
          "price": {
            "amount": "0.050000",
            "currency": "USD",
            "mode": "fixed"
          },
          "protocols": [
            {
              "mpp": {
                "currency": "0x20C000000000000000000000b9537d11c60E8b50",
                "intent": "charge",
                "method": "tempo"
              }
            }
          ]
        }
      }
    },
    "/v1/alpha-opportunities": {
      "get": {
        "description": "Agentic Market compatibility route. Uses Base x402 and returns HTTP 402 Payment Required when called without a valid x402 payment. Use the matching /mpp/v1/* route for Tempo MPP clients.",
        "externalDocs": {
          "description": "DeltaSignal API help",
          "url": "https://api.aitrailblazer.net/help"
        },
        "operationId": "getX402ListAlphaOpportunities",
        "parameters": [
          {
            "description": "Maximum number of rows to return. Defaults to 10 and caps at 100.",
            "in": "query",
            "name": "limit",
            "required": false,
            "schema": {
              "default": 10,
              "maximum": 100,
              "minimum": 1,
              "type": "integer"
            }
          },
          {
            "description": "Optional scoring slice date (`YYYY-MM-DD`). Defaults to the latest available DeltaSignal slice.",
            "example": "2026-04-28",
            "in": "query",
            "name": "source_date",
            "required": false,
            "schema": {
              "format": "date",
              "type": "string"
            }
          },
          {
            "description": "Optional filter for the current risk tier.",
            "in": "query",
            "name": "risk_tier",
            "required": false,
            "schema": {
              "enum": [
                "CRITICAL",
                "HIGH",
                "MODERATE",
                "LOW",
                "UNCLASSIFIED"
              ],
              "type": "string"
            }
          },
          {
            "description": "Optional filter for DeltaSignal debt coverage classification.",
            "in": "query",
            "name": "debt_coverage_status",
            "required": false,
            "schema": {
              "enum": [
                "legitimate_zero_debt",
                "resolved_zero",
                "resolved_nonzero",
                "low_confidence_missing_debt"
              ],
              "type": "string"
            }
          }
        ],
        "responses": {
          "200": {
            "content": {
              "application/json": {
                "example": {
                  "market_regime": "bearish_falling_vol",
                  "opportunities": [
                    {
                      "alpha_score": 88,
                      "data_quality_notes": [],
                      "debt_coverage_status": "legitimate_zero_debt",
                      "live_stress_50pct": 0,
                      "resilience_percentile": 96.3,
                      "short_recommendation": "Accumulate on weakness",
                      "stress_50pct": 0,
                      "ticker": "BMNR",
                      "treasury_strength": "strong"
                    }
                  ],
                  "source_date": "2026-04-28",
                  "tower_coherence": 0.5954,
                  "tower_status": "building"
                },
                "schema": {
                  "$ref": "#/components/schemas/AlphaOpportunitiesResponse"
                }
              }
            },
            "description": "Alpha opportunity ranking for the selected DeltaSignal slice"
          },
          "401": {
            "description": "Missing or invalid MPP payment credential"
          },
          "402": {
            "description": "Payment required; repeat the request with Authorization: Payment after the Tempo MPP challenge"
          },
          "503": {
            "description": "PostgreSQL runtime not configured"
          }
        },
        "security": [
          {
            "x402Payment": []
          }
        ],
        "summary": "Rank the current DeltaSignal slice by deterministic Phase 1 alpha score (Base x402)",
        "tags": [
          "Alpha Signals"
        ],
        "x-agentic-market": {
          "buyerGuidance": "Use this /v1/* route inside Agentic Market. Call without payment to receive a Base x402 challenge, then repeat with the x402 payment.",
          "discoverable": true,
          "paymentRail": "Base x402",
          "service": "DeltaSignal ATLAS-7",
          "settlementAsset": "USDC"
        },
        "x-base-x402-compatibility-of": "/mpp/v1/alpha-opportunities",
        "x-payment-info": {
          "amount": 0.05,
          "authMode": "x402",
          "currency": "USD",
          "network": "Base",
          "paymentMethods": [
            "USDC"
          ],
          "price": {
            "amount": 0.05,
            "currency": "USD",
            "mode": "fixed"
          },
          "protocols": [
            {
              "x402": {
                "asset": "USDC",
                "chainId": 8453,
                "facilitator": "Coinbase CDP",
                "network": "Base",
                "scheme": "exact"
              }
            }
          ]
        }
      }
    },
    "/v1/alpha-signals/{ticker}": {
      "get": {
        "description": "Agentic Market compatibility route. Uses Base x402 and returns HTTP 402 Payment Required when called without a valid x402 payment. Use the matching /mpp/v1/* route for Tempo MPP clients.",
        "externalDocs": {
          "description": "DeltaSignal API help",
          "url": "https://api.aitrailblazer.net/help"
        },
        "operationId": "getX402AlphaSignals",
        "parameters": [
          {
            "description": "Crypto public company ticker, case-insensitive.",
            "example": "BMNR",
            "in": "path",
            "name": "ticker",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "description": "Optional scoring slice date (`YYYY-MM-DD`). Defaults to the latest available DeltaSignal slice.",
            "example": "2026-04-28",
            "in": "query",
            "name": "source_date",
            "required": false,
            "schema": {
              "format": "date",
              "type": "string"
            }
          }
        ],
        "responses": {
          "200": {
            "content": {
              "application/json": {
                "example": {
                  "accession_number": "0001493152-26-016560",
                  "alpha_interpretation": "Minimal traditional debt. Strong mixed crypto treasury backing. Downside stress is low. Current regime fit is favorable.",
                  "alpha_score": 88,
                  "alpha_score_breakdown": {
                    "debt_cleanliness": 95,
                    "regime_fit": 76,
                    "stress_resilience": 100,
                    "treasury_strength": 83
                  },
                  "cik": "0001829311",
                  "data_quality_notes": [],
                  "dominant_treasury_asset": "mixed",
                  "entity_name": "BITMINE IMMERSION TECHNOLOGIES, INC.",
                  "market_regime": "bearish_falling_vol",
                  "period": "2026-04-14",
                  "provenance": {
                    "computed_at_utc": "2026-04-28T19:06:39.392384Z",
                    "crypto_units_basis": "treasury_update_ex99_text",
                    "data_source": "linkbase_rooted_facts",
                    "debt_coverage_status": "legitimate_zero_debt",
                    "is_linkbase_backed": true,
                    "market_regime": "bearish_falling_vol",
                    "quality_flag": "Medium",
                    "root_resolution_method": "standard_root_match",
                    "source_date": "2026-04-28",
                    "tower_status": "building"
                  },
                  "regime_fit_breakdown": {
                    "peer_relative_strength": 50,
                    "stress_alignment": 100,
                    "tower_participation_modifier": 55,
                    "treasury_regime_bonus": 70
                  },
                  "regime_fit_score": 76,
                  "score_inputs": {
                    "live_stress_50pct": 0,
                    "live_stress_delta_24h": 0,
                    "live_stress_delta_7d": 0,
                    "peer_percentile": 50,
                    "quality_flag_normalized": "medium",
                    "stress_50pct": 0,
                    "stress_data_status": "present",
                    "treasury_asset_ratio_score": 100,
                    "treasury_data_status": "normal"
                  },
                  "short_recommendation": "Accumulate on weakness",
                  "source_date": "2026-04-28",
                  "stress_resilience_breakdown": {
                    "debt_buffer_strength": 95,
                    "delta_stability_proxy": 100,
                    "inverse_live_stress": 100,
                    "treasury_cushion": 83
                  },
                  "stress_resilience_score": 100,
                  "ticker": "BMNR",
                  "tower_coherence": 0.5954,
                  "tower_status": "building",
                  "treasury_strength": "strong",
                  "treasury_strength_score": 83
                },
                "schema": {
                  "$ref": "#/components/schemas/AlphaSignalsResponse"
                }
              }
            },
            "description": "Single-ticker alpha signal result"
          },
          "401": {
            "description": "Missing or invalid MPP payment credential"
          },
          "402": {
            "description": "Payment required; repeat the request with Authorization: Payment after the Tempo MPP challenge"
          },
          "404": {
            "description": "Ticker not found in the selected DeltaSignal slice"
          },
          "503": {
            "description": "PostgreSQL runtime not configured"
          }
        },
        "security": [
          {
            "x402Payment": []
          }
        ],
        "summary": "Get deterministic Phase 1 alpha signals for a single issuer (Base x402)",
        "tags": [
          "Alpha Signals"
        ],
        "x-agentic-market": {
          "buyerGuidance": "Use this /v1/* route inside Agentic Market. Call without payment to receive a Base x402 challenge, then repeat with the x402 payment.",
          "discoverable": true,
          "paymentRail": "Base x402",
          "service": "DeltaSignal ATLAS-7",
          "settlementAsset": "USDC"
        },
        "x-base-x402-compatibility-of": "/mpp/v1/alpha-signals/{ticker}",
        "x-payment-info": {
          "amount": 0.07,
          "authMode": "x402",
          "currency": "USD",
          "network": "Base",
          "paymentMethods": [
            "USDC"
          ],
          "price": {
            "amount": 0.07,
            "currency": "USD",
            "mode": "fixed"
          },
          "protocols": [
            {
              "x402": {
                "asset": "USDC",
                "chainId": 8453,
                "facilitator": "Coinbase CDP",
                "network": "Base",
                "scheme": "exact"
              }
            }
          ]
        }
      }
    },
    "/v1/company-fundamentals/{ticker}": {
      "get": {
        "description": "Agentic Market compatibility route. Uses Base x402 and returns HTTP 402 Payment Required when called without a valid x402 payment. Use the matching /mpp/v1/* route for Tempo MPP clients.",
        "externalDocs": {
          "description": "DeltaSignal API help",
          "url": "https://api.aitrailblazer.net/help"
        },
        "operationId": "getX402CompanyFundamentals",
        "parameters": [
          {
            "description": "Company ticker symbol, case-insensitive.",
            "example": "MARA",
            "in": "path",
            "name": "ticker",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "description": "Optional filing period date (`YYYY-MM-DD`). Defaults to the latest available filing date for the ticker.",
            "example": "2026-03-31",
            "in": "query",
            "name": "period",
            "required": false,
            "schema": {
              "format": "date",
              "type": "string"
            }
          },
          {
            "description": "Reserved expansion flag for segment reporting. Current runtime returns `available=false`.",
            "in": "query",
            "name": "include_segments",
            "required": false,
            "schema": {
              "default": false,
              "type": "boolean"
            }
          },
          {
            "description": "Reserved expansion flag for related-party disclosures. Current runtime returns `available=false`.",
            "in": "query",
            "name": "include_related_party",
            "required": false,
            "schema": {
              "default": false,
              "type": "boolean"
            }
          }
        ],
        "responses": {
          "200": {
            "content": {
              "application/json": {
                "example": {
                  "cik": "0001507605",
                  "entity_name": "MARA Holdings, Inc.",
                  "filing_form": "10-Q",
                  "fundamentals": {
                    "cash_and_equivalents": 315,
                    "cash_flow_from_operations": 88.1142,
                    "current_assets": 620,
                    "net_income": 47.1834,
                    "operating_income": 61.22,
                    "revenue": 213.4421,
                    "total_assets": 1450,
                    "total_equity": 945,
                    "total_liabilities": 505
                  },
                  "last_updated": "2026-04-25T20:00:00Z",
                  "period": "2026-03-31",
                  "provenance": {
                    "data_source": "linkbase_rollup",
                    "is_linkbase_backed": true,
                    "mapping_hit_count": 0,
                    "quality_flag": "High",
                    "root_resolution_method": "standard_root_match"
                  },
                  "related_party_transactions": {
                    "available": false,
                    "transactions": []
                  },
                  "segment_data": {
                    "available": false,
                    "segments": []
                  },
                  "source_date": "2026-04-24",
                  "subsequent_events": {
                    "available": false,
                    "events": []
                  },
                  "ticker": "MARA"
                },
                "schema": {
                  "$ref": "#/components/schemas/CompanyFundamentalsResponse"
                }
              }
            },
            "description": "Company fundamentals with provenance"
          },
          "401": {
            "description": "Missing or invalid MPP payment credential"
          },
          "402": {
            "description": "Payment required; repeat the request with Authorization: Payment after the Tempo MPP challenge"
          },
          "404": {
            "description": "Ticker not found or no fundamentals data available"
          },
          "503": {
            "description": "PostgreSQL or companyfacts blob runtime not configured"
          }
        },
        "security": [
          {
            "x402Payment": []
          }
        ],
        "summary": "Get provenance-rich company fundamentals from the latest SEC XBRL filing (Base x402)",
        "tags": [
          "Fundamentals"
        ],
        "x-agentic-market": {
          "buyerGuidance": "Use this /v1/* route inside Agentic Market. Call without payment to receive a Base x402 challenge, then repeat with the x402 payment.",
          "discoverable": true,
          "paymentRail": "Base x402",
          "service": "DeltaSignal ATLAS-7",
          "settlementAsset": "USDC"
        },
        "x-base-x402-compatibility-of": "/mpp/v1/company-fundamentals/{ticker}",
        "x-payment-info": {
          "amount": 0.05,
          "authMode": "x402",
          "currency": "USD",
          "network": "Base",
          "paymentMethods": [
            "USDC"
          ],
          "price": {
            "amount": 0.05,
            "currency": "USD",
            "mode": "fixed"
          },
          "protocols": [
            {
              "x402": {
                "asset": "USDC",
                "chainId": 8453,
                "facilitator": "Coinbase CDP",
                "network": "Base",
                "scheme": "exact"
              }
            }
          ]
        }
      }
    },
    "/v1/covenant-stress": {
      "get": {
        "description": "Agentic Market compatibility route. Uses Base x402 and returns HTTP 402 Payment Required when called without a valid x402 payment. Use the matching /mpp/v1/* route for Tempo MPP clients.",
        "externalDocs": {
          "description": "DeltaSignal API help",
          "url": "https://api.aitrailblazer.net/help"
        },
        "operationId": "getX402ListCovenantStress",
        "parameters": [
          {
            "description": "Optional import source date. Defaults to the latest available source date.",
            "in": "query",
            "name": "source_date",
            "required": false,
            "schema": {
              "format": "date",
              "type": "string"
            }
          },
          {
            "description": "Optional filing period date filter.",
            "in": "query",
            "name": "period",
            "required": false,
            "schema": {
              "format": "date",
              "type": "string"
            }
          },
          {
            "in": "query",
            "name": "risk_tier",
            "required": false,
            "schema": {
              "enum": [
                "CRITICAL",
                "HIGH",
                "MODERATE",
                "LOW",
                "UNCLASSIFIED"
              ],
              "type": "string"
            }
          },
          {
            "in": "query",
            "name": "quality_flag",
            "required": false,
            "schema": {
              "enum": [
                "High",
                "Medium",
                "Low"
              ],
              "type": "string"
            }
          },
          {
            "description": "Optional debt-resolution policy filter.",
            "in": "query",
            "name": "debt_coverage_status",
            "required": false,
            "schema": {
              "enum": [
                "resolved_nonzero",
                "legitimate_zero_debt",
                "low_confidence_missing_debt",
                "resolved_zero"
              ],
              "type": "string"
            }
          },
          {
            "description": "Minimum `stress_50pct` value.",
            "in": "query",
            "name": "min_stress",
            "required": false,
            "schema": {
              "type": "number"
            }
          },
          {
            "description": "When true, only return rows with `is_linkbase_backed=true`.",
            "in": "query",
            "name": "linkbase_only",
            "required": false,
            "schema": {
              "type": "boolean"
            }
          },
          {
            "in": "query",
            "name": "limit",
            "required": false,
            "schema": {
              "default": 25,
              "maximum": 100,
              "minimum": 1,
              "type": "integer"
            }
          },
          {
            "in": "query",
            "name": "offset",
            "required": false,
            "schema": {
              "default": 0,
              "minimum": 0,
              "type": "integer"
            }
          }
        ],
        "responses": {
          "200": {
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/CovenantStressListResponse"
                }
              }
            },
            "description": "Filtered covenant stress rows"
          },
          "400": {
            "description": "Invalid filter value"
          },
          "401": {
            "description": "Missing or invalid MPP payment credential"
          },
          "402": {
            "description": "Payment required; repeat the request with Authorization: Payment after the Tempo MPP challenge"
          },
          "503": {
            "description": "PostgreSQL runtime not configured"
          }
        },
        "security": [
          {
            "x402Payment": []
          }
        ],
        "summary": "List covenant stress rows with screening filters (Base x402)",
        "tags": [
          "Covenant Stress"
        ],
        "x-agentic-market": {
          "buyerGuidance": "Use this /v1/* route inside Agentic Market. Call without payment to receive a Base x402 challenge, then repeat with the x402 payment.",
          "discoverable": true,
          "paymentRail": "Base x402",
          "service": "DeltaSignal ATLAS-7",
          "settlementAsset": "USDC"
        },
        "x-base-x402-compatibility-of": "/mpp/v1/covenant-stress",
        "x-payment-info": {
          "amount": 0.08,
          "authMode": "x402",
          "currency": "USD",
          "network": "Base",
          "paymentMethods": [
            "USDC"
          ],
          "price": {
            "amount": 0.08,
            "currency": "USD",
            "mode": "fixed"
          },
          "protocols": [
            {
              "x402": {
                "asset": "USDC",
                "chainId": 8453,
                "facilitator": "Coinbase CDP",
                "network": "Base",
                "scheme": "exact"
              }
            }
          ]
        }
      }
    },
    "/v1/covenant-stress/{ticker}": {
      "get": {
        "description": "Agentic Market compatibility route. Uses Base x402 and returns HTTP 402 Payment Required when called without a valid x402 payment. Use the matching /mpp/v1/* route for Tempo MPP clients.",
        "externalDocs": {
          "description": "DeltaSignal API help",
          "url": "https://api.aitrailblazer.net/help"
        },
        "operationId": "getX402CovenantStress",
        "parameters": [
          {
            "description": "Crypto public company ticker, case-insensitive.",
            "example": "RIOT",
            "in": "path",
            "name": "ticker",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "description": "Optional filing period date (`YYYY-MM-DD`). Defaults to the latest available filing date for the ticker.",
            "example": "2026-03-31",
            "in": "query",
            "name": "period",
            "required": false,
            "schema": {
              "format": "date",
              "type": "string"
            }
          }
        ],
        "responses": {
          "200": {
            "content": {
              "application/json": {
                "example": {
                  "atlas_model": "ATLAS-7",
                  "atlas_tier": "Tower",
                  "charge_level": "Critical",
                  "debt_coverage_status": "resolved_nonzero",
                  "discharge_risk": "High",
                  "is_linkbase_backed": true,
                  "mp_z": 1.78,
                  "period": "2026-03-31",
                  "resonance_status": "Aligned",
                  "risk_tier": "HIGH",
                  "root_resolution_method": "linkbase_rollup",
                  "stress_50pct": 0.88,
                  "ticker": "RIOT"
                },
                "schema": {
                  "$ref": "#/components/schemas/CovenantStressResponse"
                }
              }
            },
            "description": "Single covenant stress result"
          },
          "401": {
            "description": "Missing or invalid MPP payment credential"
          },
          "402": {
            "description": "Payment required; repeat the request with Authorization: Payment after the Tempo MPP challenge"
          },
          "404": {
            "description": "Ticker not found or no precomputed covenant stress data available"
          },
          "503": {
            "description": "PostgreSQL runtime not configured"
          }
        },
        "security": [
          {
            "x402Payment": []
          }
        ],
        "summary": "Get covenant stress using the ATLAS Tesla Coil model (Base x402)",
        "tags": [
          "Covenant Stress"
        ],
        "x-agentic-market": {
          "buyerGuidance": "Use this /v1/* route inside Agentic Market. Call without payment to receive a Base x402 challenge, then repeat with the x402 payment.",
          "discoverable": true,
          "paymentRail": "Base x402",
          "service": "DeltaSignal ATLAS-7",
          "settlementAsset": "USDC"
        },
        "x-ai-agent-hints": {
          "domain": "crypto_corporate_risk",
          "metaphor": "tesla_coil",
          "use_cases": [
            "covenant_monitoring",
            "liquidation_risk",
            "portfolio_screening",
            "stress_testing"
          ]
        },
        "x-base-x402-compatibility-of": "/mpp/v1/covenant-stress/{ticker}",
        "x-payment-info": {
          "amount": 0.1,
          "authMode": "x402",
          "currency": "USD",
          "network": "Base",
          "paymentMethods": [
            "USDC"
          ],
          "price": {
            "amount": 0.1,
            "currency": "USD",
            "mode": "fixed"
          },
          "protocols": [
            {
              "x402": {
                "asset": "USDC",
                "chainId": 8453,
                "facilitator": "Coinbase CDP",
                "network": "Base",
                "scheme": "exact"
              }
            }
          ]
        }
      }
    },
    "/v1/daily-changes/latest": {
      "get": {
        "description": "Agentic Market compatibility route. Uses Base x402 and returns HTTP 402 Payment Required when called without a valid x402 payment. Use the matching /mpp/v1/* route for Tempo MPP clients.",
        "externalDocs": {
          "description": "DeltaSignal API help",
          "url": "https://api.aitrailblazer.net/help"
        },
        "operationId": "getX402LatestDailyChanges",
        "parameters": [
          {
            "deprecated": true,
            "description": "No input is required for this fixed-price snapshot endpoint. This placeholder documents an empty query-parameter schema for agent discovery validators.",
            "in": "query",
            "name": "_",
            "required": false,
            "schema": {
              "maxLength": 0,
              "type": "string"
            }
          }
        ],
        "responses": {
          "200": {
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/LatestDailyChangesResponse"
                }
              }
            },
            "description": "Latest daily changes snapshot"
          },
          "401": {
            "description": "Missing or invalid MPP payment credential"
          },
          "402": {
            "description": "Payment required; repeat the request with Authorization: Payment after the Tempo MPP challenge"
          },
          "404": {
            "description": "No latest daily changes snapshot has been published yet"
          },
          "503": {
            "description": "PostgreSQL runtime not configured"
          }
        },
        "security": [
          {
            "x402Payment": []
          }
        ],
        "summary": "Get the latest SEC daily-changes snapshot with changed and new company lists (Base x402)",
        "tags": [
          "Readiness"
        ],
        "x-agentic-market": {
          "buyerGuidance": "Use this /v1/* route inside Agentic Market. Call without payment to receive a Base x402 challenge, then repeat with the x402 payment.",
          "discoverable": true,
          "paymentRail": "Base x402",
          "service": "DeltaSignal ATLAS-7",
          "settlementAsset": "USDC"
        },
        "x-base-x402-compatibility-of": "/mpp/v1/daily-changes/latest",
        "x-payment-info": {
          "amount": 0.03,
          "authMode": "x402",
          "currency": "USD",
          "network": "Base",
          "paymentMethods": [
            "USDC"
          ],
          "price": {
            "amount": 0.03,
            "currency": "USD",
            "mode": "fixed"
          },
          "protocols": [
            {
              "x402": {
                "asset": "USDC",
                "chainId": 8453,
                "facilitator": "Coinbase CDP",
                "network": "Base",
                "scheme": "exact"
              }
            }
          ]
        }
      }
    },
    "/v1/peer-ranking/{ticker}": {
      "get": {
        "description": "Agentic Market compatibility route. Uses Base x402 and returns HTTP 402 Payment Required when called without a valid x402 payment. Use the matching /mpp/v1/* route for Tempo MPP clients.",
        "externalDocs": {
          "description": "DeltaSignal API help",
          "url": "https://api.aitrailblazer.net/help"
        },
        "operationId": "getX402PeerCovenantRanking",
        "parameters": [
          {
            "description": "Crypto public company ticker, case-insensitive.",
            "example": "MARA",
            "in": "path",
            "name": "ticker",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "description": "Optional filing period date (`YYYY-MM-DD`). Defaults to the latest available filing date for the ticker.",
            "example": "2026-03-31",
            "in": "query",
            "name": "period",
            "required": false,
            "schema": {
              "format": "date",
              "type": "string"
            }
          }
        ],
        "responses": {
          "200": {
            "content": {
              "application/json": {
                "example": {
                  "atlas_tier": "Tower",
                  "is_linkbase_backed": true,
                  "mp_z": 1.42,
                  "peer_rank": 12,
                  "ranking_status": "precomputed",
                  "resonance_status": "Aligned",
                  "risk_tier": "HIGH",
                  "ticker": "MARA",
                  "total_peers": 215
                },
                "schema": {
                  "$ref": "#/components/schemas/PeerRankingResponse"
                }
              }
            },
            "description": "Peer ranking result with ATLAS resonance context"
          },
          "400": {
            "description": "Invalid period value"
          },
          "401": {
            "description": "Missing or invalid MPP payment credential"
          },
          "402": {
            "description": "Payment required; repeat the request with Authorization: Payment after the Tempo MPP challenge"
          },
          "404": {
            "description": "Ticker not found or no ranking available"
          },
          "503": {
            "description": "PostgreSQL runtime not configured"
          }
        },
        "security": [
          {
            "x402Payment": []
          }
        ],
        "summary": "Get peer covenant ranking with system resonance (Base x402)",
        "tags": [
          "Covenant Stress"
        ],
        "x-agentic-market": {
          "buyerGuidance": "Use this /v1/* route inside Agentic Market. Call without payment to receive a Base x402 challenge, then repeat with the x402 payment.",
          "discoverable": true,
          "paymentRail": "Base x402",
          "service": "DeltaSignal ATLAS-7",
          "settlementAsset": "USDC"
        },
        "x-ai-agent-hints": {
          "domain": "crypto_corporate_risk",
          "metaphor": "tesla_coil",
          "use_cases": [
            "peer_comparison",
            "sector_risk_scan",
            "relative_position_analysis"
          ]
        },
        "x-base-x402-compatibility-of": "/mpp/v1/peer-ranking/{ticker}",
        "x-payment-info": {
          "amount": 0.06,
          "authMode": "x402",
          "currency": "USD",
          "network": "Base",
          "paymentMethods": [
            "USDC"
          ],
          "price": {
            "amount": 0.06,
            "currency": "USD",
            "mode": "fixed"
          },
          "protocols": [
            {
              "x402": {
                "asset": "USDC",
                "chainId": 8453,
                "facilitator": "Coinbase CDP",
                "network": "Base",
                "scheme": "exact"
              }
            }
          ]
        }
      }
    },
    "/v1/readiness": {
      "get": {
        "description": "Agentic Market compatibility route. Uses Base x402 and returns HTTP 402 Payment Required when called without a valid x402 payment. Use the matching /mpp/v1/* route for Tempo MPP clients.",
        "externalDocs": {
          "description": "DeltaSignal API help",
          "url": "https://api.aitrailblazer.net/help"
        },
        "operationId": "getX402DeltaSignalReadiness",
        "parameters": [
          {
            "deprecated": true,
            "description": "No input is required for this fixed-price snapshot endpoint. This placeholder documents an empty query-parameter schema for agent discovery validators.",
            "in": "query",
            "name": "_",
            "required": false,
            "schema": {
              "maxLength": 0,
              "type": "string"
            }
          }
        ],
        "responses": {
          "200": {
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/ReadinessResponse"
                }
              }
            },
            "description": "Fresh precompute slice is available"
          },
          "401": {
            "description": "Missing or invalid MPP payment credential"
          },
          "402": {
            "description": "Payment required; repeat the request with Authorization: Payment after the Tempo MPP challenge"
          },
          "503": {
            "description": "No fresh precompute slice is available or PostgreSQL runtime is not configured"
          }
        },
        "security": [
          {
            "x402Payment": []
          }
        ],
        "summary": "Get the latest DeltaSignal covenant stress refresh readiness snapshot (Base x402)",
        "tags": [
          "Readiness"
        ],
        "x-agentic-market": {
          "buyerGuidance": "Use this /v1/* route inside Agentic Market. Call without payment to receive a Base x402 challenge, then repeat with the x402 payment.",
          "discoverable": true,
          "paymentRail": "Base x402",
          "service": "DeltaSignal ATLAS-7",
          "settlementAsset": "USDC"
        },
        "x-base-x402-compatibility-of": "/mpp/v1/readiness",
        "x-payment-info": {
          "amount": 0.04,
          "authMode": "x402",
          "currency": "USD",
          "network": "Base",
          "paymentMethods": [
            "USDC"
          ],
          "price": {
            "amount": 0.04,
            "currency": "USD",
            "mode": "fixed"
          },
          "protocols": [
            {
              "x402": {
                "asset": "USDC",
                "chainId": 8453,
                "facilitator": "Coinbase CDP",
                "network": "Base",
                "scheme": "exact"
              }
            }
          ]
        }
      }
    },
    "/v1/risk-distribution": {
      "get": {
        "description": "Agentic Market compatibility route. Uses Base x402 and returns HTTP 402 Payment Required when called without a valid x402 payment. Use the matching /mpp/v1/* route for Tempo MPP clients.",
        "externalDocs": {
          "description": "DeltaSignal API help",
          "url": "https://api.aitrailblazer.net/help"
        },
        "operationId": "getX402RiskDistribution",
        "parameters": [
          {
            "deprecated": true,
            "description": "No input is required for this fixed-price snapshot endpoint. This placeholder documents an empty query-parameter schema for agent discovery validators.",
            "in": "query",
            "name": "_",
            "required": false,
            "schema": {
              "maxLength": 0,
              "type": "string"
            }
          }
        ],
        "responses": {
          "200": {
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/RiskDistributionResponse"
                }
              }
            },
            "description": "Risk-tier distribution"
          },
          "401": {
            "description": "Missing or invalid MPP payment credential"
          },
          "402": {
            "description": "Payment required; repeat the request with Authorization: Payment after the Tempo MPP challenge"
          },
          "503": {
            "description": "PostgreSQL runtime not configured"
          }
        },
        "security": [
          {
            "x402Payment": []
          }
        ],
        "summary": "Get the latest covenant stress risk distribution (Base x402)",
        "tags": [
          "Readiness"
        ],
        "x-agentic-market": {
          "buyerGuidance": "Use this /v1/* route inside Agentic Market. Call without payment to receive a Base x402 challenge, then repeat with the x402 payment.",
          "discoverable": true,
          "paymentRail": "Base x402",
          "service": "DeltaSignal ATLAS-7",
          "settlementAsset": "USDC"
        },
        "x-base-x402-compatibility-of": "/mpp/v1/risk-distribution",
        "x-payment-info": {
          "amount": 0.04,
          "authMode": "x402",
          "currency": "USD",
          "network": "Base",
          "paymentMethods": [
            "USDC"
          ],
          "price": {
            "amount": 0.04,
            "currency": "USD",
            "mode": "fixed"
          },
          "protocols": [
            {
              "x402": {
                "asset": "USDC",
                "chainId": 8453,
                "facilitator": "Coinbase CDP",
                "network": "Base",
                "scheme": "exact"
              }
            }
          ]
        }
      }
    },
    "/v1/top-stressed": {
      "get": {
        "description": "Agentic Market compatibility route. Uses Base x402 and returns HTTP 402 Payment Required when called without a valid x402 payment. Use the matching /mpp/v1/* route for Tempo MPP clients.",
        "externalDocs": {
          "description": "DeltaSignal API help",
          "url": "https://api.aitrailblazer.net/help"
        },
        "operationId": "getX402TopStressedCryptoIssuers",
        "parameters": [
          {
            "in": "query",
            "name": "limit",
            "required": false,
            "schema": {
              "default": 10,
              "maximum": 100,
              "minimum": 1,
              "type": "integer"
            }
          },
          {
            "in": "query",
            "name": "offset",
            "required": false,
            "schema": {
              "default": 0,
              "minimum": 0,
              "type": "integer"
            }
          }
        ],
        "responses": {
          "200": {
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/TopStressedResponse"
                }
              }
            },
            "description": "Ranked covenant stress rows"
          },
          "401": {
            "description": "Missing or invalid MPP payment credential"
          },
          "402": {
            "description": "Payment required; repeat the request with Authorization: Payment after the Tempo MPP challenge"
          },
          "503": {
            "description": "PostgreSQL runtime not configured"
          }
        },
        "security": [
          {
            "x402Payment": []
          }
        ],
        "summary": "Get the most stressed crypto issuers (Base x402)",
        "tags": [
          "Covenant Stress"
        ],
        "x-agentic-market": {
          "buyerGuidance": "Use this /v1/* route inside Agentic Market. Call without payment to receive a Base x402 challenge, then repeat with the x402 payment.",
          "discoverable": true,
          "paymentRail": "Base x402",
          "service": "DeltaSignal ATLAS-7",
          "settlementAsset": "USDC"
        },
        "x-base-x402-compatibility-of": "/mpp/v1/top-stressed",
        "x-payment-info": {
          "amount": 0.05,
          "authMode": "x402",
          "currency": "USD",
          "network": "Base",
          "paymentMethods": [
            "USDC"
          ],
          "price": {
            "amount": 0.05,
            "currency": "USD",
            "mode": "fixed"
          },
          "protocols": [
            {
              "x402": {
                "asset": "USDC",
                "chainId": 8453,
                "facilitator": "Coinbase CDP",
                "network": "Base",
                "scheme": "exact"
              }
            }
          ]
        }
      }
    }
  },
  "servers": [
    {
      "description": "Registered production domain",
      "url": "https://api.aitrailblazer.net"
    }
  ],
  "tags": [
    {
      "description": "SEC XBRL company fundamentals with provenance and filing-period context.",
      "name": "Fundamentals"
    },
    {
      "description": "Deterministic ATLAS-7 alpha scores, opportunity rankings, and issuer-level signal explanations.",
      "name": "Alpha Signals"
    },
    {
      "description": "Bitcoin-shock covenant stress, debt coverage, discharge risk, and peer ranking analytics.",
      "name": "Covenant Stress"
    },
    {
      "description": "Service freshness, coverage windows, risk distribution, and daily SEC change snapshots.",
      "name": "Readiness"
    }
  ],
  "x-discovery": {
    "marketplace": {
      "agenticMarketService": "api-aitrailblazer-net",
      "mppscan": "https://www.mppscan.com/server/8892af70b613b5c2feb932a52fab50b29155f5655363c5e9e56456486187a6a7"
    },
    "mppManifest": "https://api.aitrailblazer.net/.well-known/mpp.json",
    "paymentProtocols": [
      "mpp"
    ],
    "primaryProtocol": "mpp",
    "realm": "api.aitrailblazer.net",
    "resourceCount": 10,
    "tempo": {
      "chainId": 4217,
      "currency": "0x20C000000000000000000000b9537d11c60E8b50"
    }
  },
  "x-favicon": "https://api.aitrailblazer.net/favicon.png",
  "x-icon": "https://api.aitrailblazer.net/favicon.png",
  "x-logo": {
    "altText": "DeltaSignal logo",
    "backgroundColor": "#0b0f1a",
    "url": "https://api.aitrailblazer.net/deltasignal-logo.png"
  }
}