FETCH402
← Protocol index

Resource / 380

healthy

Stock Trends Market Intelligence.

Current market regime classification derived from the distribution of Stock Trends trend codes across active signals.

Eligibility
probeable
Failures
0
Last quote
2026-08-12 23:45:03 UTC
Last probe
2026-08-12 23:45:03 UTC
Payment requirements / accepts[] 1 options
State Network Scheme Atomic amount Asset payTo / untrusted
active eip155:8453 exact 150000 0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913 0xAEeb8EaBdC05532a26123045f99D208EB1cC00ab

All advertised payment options are stored. Base (`eip155:8453`) is the operational network for ranking and canaries; non-Base options remain visible for transparency.

Probe evidence 1 recent
healthy 2026-08-12 23:45:03 UTC GET · HTTP 402 · 292ms · accepts 1 · base 1 ok
Request
GET https://api.stocktrends.com/v1/market/regime/latest
Robots
error
Note
robots_error:{:robots_http_status, 404};http_402;accepts=1;base=1
Accepts fingerprint
410e7f42fbc743e47264c164178ad21f59e39f54cdd220c52b13307347404b8a

Accepts snapshot

[
  {
    "amount": "150000",
    "asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
    "assetTransferMethod": null,
    "extra": {
      "name": "USD Coin",
      "resource": {
        "description": "Current market regime classification derived from the distribution of Stock Trends trend codes across active signals.",
        "iconUrl": "https://developer.stocktrends.com/images/stmi-icon.png",
        "mimeType": "application/json",
        "serviceName": "Stock Trends Market Intelligence",
        "tags": [
          "finance",
          "market-intelligence",
          "equities",
          "quantitative-finance",
          "agentic"
        ],
        "url": "https://api.stocktrends.com/v1/market/regime/latest"
      },
      "version": "2"
    },
    "maxTimeoutSeconds": 300,
    "network": "eip155:8453",
    "payTo": "0xAEeb8EaBdC05532a26123045f99D208EB1cC00ab",
    "paymentFlow": null,
    "raw": {
      "amount": "150000",
      "asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
      "extra": {
        "name": "USD Coin",
        "resource": {
          "description": "Current market regime classification derived from the distribution of Stock Trends trend codes across active signals.",
          "iconUrl": "https://developer.stocktrends.com/images/stmi-icon.png",
          "mimeType": "application/json",
          "serviceName": "Stock Trends Market Intelligence",
          "tags": [
            "finance",
            "market-intelligence",
            "equities",
            "quantitative-finance",
            "agentic"
          ],
          "url": "https://api.stocktrends.com/v1/market/regime/latest"
        },
        "version": "2"
      },
      "maxTimeoutSeconds": 300,
      "max_timeout_seconds": 300,
      "network": "eip155:8453",
      "payTo": "0xAEeb8EaBdC05532a26123045f99D208EB1cC00ab",
      "pay_to": "0xAEeb8EaBdC05532a26123045f99D208EB1cC00ab",
      "scheme": "exact"
    },
    "scheme": "exact"
  }
]

PaymentRequired raw

{
  "accepts": [
    {
      "amount": "150000",
      "asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
      "extra": {
        "name": "USD Coin",
        "resource": {
          "description": "Current market regime classification derived from the distribution of Stock Trends trend codes across active signals.",
          "iconUrl": "https://developer.stocktrends.com/images/stmi-icon.png",
          "mimeType": "application/json",
          "serviceName": "Stock Trends Market Intelligence",
          "tags": [
            "finance",
            "market-intelligence",
            "equities",
            "quantitative-finance",
            "agentic"
          ],
          "url": "https://api.stocktrends.com/v1/market/regime/latest"
        },
        "version": "2"
      },
      "maxTimeoutSeconds": 300,
      "network": "eip155:8453",
      "payTo": "0xAEeb8EaBdC05532a26123045f99D208EB1cC00ab",
      "scheme": "exact"
    }
  ],
  "extensions": {
    "bazaar": {
      "info": {
        "category": "market",
        "description": "Current market regime classification derived from the distribution of Stock Trends trend codes across active signals.",
        "family": "market",
        "input": {
          "method": "GET",
          "queryParams": {},
          "type": "http"
        },
        "metadataUrl": "https://api.stocktrends.com/v1/ai/context",
        "output": {
          "example": {
            "request_id": "req_demo"
          },
          "format": "application/json",
          "type": "json"
        },
        "pricing_catalog": "https://api.stocktrends.com/v1/pricing/catalog",
        "provenance_reference": {
          "approximate_observation_count": "16M+",
          "classification_framework": "Stock Trends trend classification methodology",
          "full_metadata_endpoints": [
            "/v1/ai/context",
            "/v1/meta/indicators",
            "/v1/meta/stim"
          ],
          "historical_coverage_start_year": 1980,
          "interpretation_limit": "Historical depth supports research and probabilistic interpretation but does not guarantee future performance.",
          "semantic_continuity": "Stock Trends indicators use a consistent classification doctrine across decades of observations."
        },
        "role": "market_regime_classifier",
        "schemaUrl": "https://api.stocktrends.com/v1/ai/tools",
        "title": "Market Regime Latest",
        "tools_manifest": "https://api.stocktrends.com/v1/ai/tools"
      },
      "schema": {
        "$schema": "https://json-schema.org/draft/2020-12/schema",
        "additionalProperties": true,
        "properties": {
          "category": {
            "type": "string"
          },
          "description": {
            "type": "string"
          },
          "family": {
            "type": "string"
          },
          "input": {
            "additionalProperties": false,
            "properties": {
              "method": {
                "enum": [
                  "GET"
                ],
                "type": "string"
              },
              "queryParams": {
                "additionalProperties": false,
                "properties": {},
                "required": [],
                "type": "object"
              },
              "type": {
                "const": "http",
                "type": "string"
              }
            },
            "required": [
              "type",
              "method"
            ],
            "type": "object"
          },
          "metadataUrl": {
            "type": "string"
          },
          "output": {
            "additionalProperties": true,
            "description": "Current regime classification and aggregate signal distribution.",
            "properties": {
              "example": {},
              "format": {
                "type": "string"
              },
              "type": {
                "const": "json",
                "type": "string"
              }
            },
            "required": [
              "type"
            ],
            "type": "object"
          },
          "pricing_catalog": {
            "type": "string"
          },
          "schemaUrl": {
            "type": "string"
          },
          "title": {
            "type": "string"
          },
          "tools_manifest": {
            "type": "string"
          }
        },
        "required": [
          "input"
        ],
        "type": "object"
      }
    }
  },
  "resource": {
    "description": "Current market regime classification derived from the distribution of Stock Trends trend codes across active signals.",
    "iconUrl": "https://developer.stocktrends.com/images/stmi-icon.png",
    "mimeType": "application/json",
    "serviceName": "Stock Trends Market Intelligence",
    "tags": [
      "finance",
      "market-intelligence",
      "equities",
      "quantitative-finance",
      "agentic"
    ],
    "url": "https://api.stocktrends.com/v1/market/regime/latest"
  },
  "x402Version": 2
}

Response headers

{
  "cache-control": "no-store, private",
  "connection": "keep-alive",
  "content-length": "6354",
  "content-type": "application/json",
  "date": "Wed, 12 Aug 2026 23:45:03 GMT",
  "payment-required": "eyJ4NDAyVmVyc2lvbiI6MiwicmVzb3VyY2UiOnsidXJsIjoiaHR0cHM6Ly9hcGkuc3RvY2t0cmVuZHMuY29tL3YxL21hcmtldC9yZWdpbWUvbGF0ZXN0IiwiZGVzY3JpcHRpb24iOiJDdXJyZW50IG1hcmtldCByZWdpbWUgY2xhc3NpZmljYXRpb24gZGVyaXZlZCBmcm9tIHRoZSBkaXN0cmlidXRpb24gb2YgU3RvY2sgVHJlbmRzIHRyZW5kIGNvZGVzIGFjcm9zcyBhY3RpdmUgc2lnbmFscy4iLCJtaW1lVHlwZSI6ImFwcGxpY2F0aW9uL2pzb24iLCJzZXJ2aWNlTmFtZSI6IlN0b2NrIFRyZW5kcyBNYXJrZXQgSW50ZWxsaWdlbmNlIiwidGFncyI6WyJmaW5hbmNlIiwibWFya2V0LWludGVsbGlnZW5jZSIsImVxdWl0aWVzIiwicXVhbnRpdGF0aXZlLWZpbmFuY2UiLCJhZ2VudGljIl0sImljb25VcmwiOiJodHRwczovL2RldmVsb3Blci5zdG9ja3RyZW5kcy5jb20vaW1hZ2VzL3N0bWktaWNvbi5wbmcifSwiYWNjZXB0cyI6W3sic2NoZW1lIjoiZXhhY3QiLCJuZXR3b3JrIjoiZWlwMTU1Ojg0NTMiLCJhbW91bnQiOiIxNTAwMDAiLCJhc3NldCI6IjB4ODMzNTg5ZkNENmVEYjZFMDhmNGM3QzMyRDRmNzFiNTRiZEEwMjkxMyIsInBheVRvIjoiMHhBRWViOEVhQmRDMDU1MzJhMjYxMjMwNDVmOTlEMjA4RUIxY0MwMGFiIiwibWF4VGltZW91dFNlY29uZHMiOjMwMCwiZXh0cmEiOnsibmFtZSI6IlVTRCBDb2luIiwidmVyc2lvbiI6IjIiLCJyZXNvdXJjZSI6eyJ1cmwiOiJodHRwczovL2FwaS5zdG9ja3RyZW5kcy5jb20vdjEvbWFya2V0L3JlZ2ltZS9sYXRlc3QiLCJkZXNjcmlwdGlvbiI6IkN1cnJlbnQgbWFya2V0IHJlZ2ltZSBjbGFzc2lmaWNhdGlvbiBkZXJpdmVkIGZyb20gdGhlIGRpc3RyaWJ1dGlvbiBvZiBTdG9jayBUcmVuZHMgdHJlbmQgY29kZXMgYWNyb3NzIGFjdGl2ZSBzaWduYWxzLiIsIm1pbWVUeXBlIjoiYXBwbGljYXRpb24vanNvbiIsInNlcnZpY2VOYW1lIjoiU3RvY2sgVHJlbmRzIE1hcmtldCBJbnRlbGxpZ2VuY2UiLCJ0YWdzIjpbImZpbmFuY2UiLCJtYXJrZXQtaW50ZWxsaWdlbmNlIiwiZXF1aXRpZXMiLCJxdWFudGl0YXRpdmUtZmluYW5jZSIsImFnZW50aWMiXSwiaWNvblVybCI6Imh0dHBzOi8vZGV2ZWxvcGVyLnN0b2NrdHJlbmRzLmNvbS9pbWFnZXMvc3RtaS1pY29uLnBuZyJ9fX1dLCJleHRlbnNpb25zIjp7ImJhemFhciI6eyJpbmZvIjp7InRpdGxlIjoiTWFya2V0IFJlZ2ltZSBMYXRlc3QiLCJkZXNjcmlwdGlvbiI6IkN1cnJlbnQgbWFya2V0IHJlZ2ltZSBjbGFzc2lmaWNhdGlvbiBkZXJpdmVkIGZyb20gdGhlIGRpc3RyaWJ1dGlvbiBvZiBTdG9jayBUcmVuZHMgdHJlbmQgY29kZXMgYWNyb3NzIGFjdGl2ZSBzaWduYWxzLiIsImNhdGVnb3J5IjoibWFya2V0IiwiZmFtaWx5IjoibWFya2V0IiwidG9vbHNfbWFuaWZlc3QiOiJodHRwczovL2FwaS5zdG9ja3RyZW5kcy5jb20vdjEvYWkvdG9vbHMiLCJtZXRhZGF0YVVybCI6Imh0dHBzOi8vYXBpLnN0b2NrdHJlbmRzLmNvbS92MS9haS9jb250ZXh0Iiwic2NoZW1hVXJsIjoiaHR0cHM6Ly9hcGkuc3RvY2t0cmVuZHMuY29tL3YxL2FpL3Rvb2xzIiwicHJpY2luZ19jYXRhbG9nIjoiaHR0cHM6Ly9hcGkuc3RvY2t0cmVuZHMuY29tL3YxL3ByaWNpbmcvY2F0YWxvZyIsImlucHV0Ijp7InR5cGUiOiJodHRwIiwibWV0aG9kIjoiR0VUIiwicXVlcnlQYXJhbXMiOnt9fSwib3V0cHV0Ijp7InR5cGUiOiJqc29uIiwiZm9ybWF0IjoiYXBwbGljYXRpb24vanNvbiIsImV4YW1wbGUiOnsicmVxdWVzdF9pZCI6InJlcV9kZW1vIn19LCJyb2xlIjoibWFya2V0X3JlZ2ltZV9jbGFzc2lmaWVyIiwicHJvdmVuYW5jZV9yZWZlcmVuY2UiOnsiaGlzdG9yaWNhbF9jb3ZlcmFnZV9zdGFydF95ZWFyIjoxOTgwLCJhcHByb3hpbWF0ZV9vYnNlcnZhdGlvbl9jb3VudCI6IjE2TSsiLCJjbGFzc2lmaWNhdGlvbl9mcmFtZXdvcmsiOiJTdG9jayBUcmVuZHMgdHJlbmQgY2xhc3NpZmljYXRpb24gbWV0aG9kb2xvZ3kiLCJzZW1hbnRpY19jb250aW51aXR5IjoiU3RvY2sgVHJlbmRzIGluZGljYXRvcnMgdXNlIGEgY29uc2lzdGVudCBjbGFzc2lmaWNhdGlvbiBkb2N0cmluZSBhY3Jvc3MgZGVjYWRlcyBvZiBvYnNlcnZhdGlvbnMuIiwiZnVsbF9tZXRhZGF0YV9lbmRwb2ludHMiOlsiL3YxL2FpL2NvbnRleHQiLCIvdjEvbWV0YS9pbmRpY2F0b3JzIiwiL3YxL21ldGEvc3RpbSJdLCJpbnRlcnByZXRhdGlvbl9saW1pdCI6Ikhpc3RvcmljYWwgZGVwdGggc3VwcG9ydHMgcmVzZWFyY2ggYW5kIHByb2JhYmlsaXN0aWMgaW50ZXJwcmV0YXRpb24gYnV0IGRvZXMgbm90IGd1YXJhbnRlZSBmdXR1cmUgcGVyZm9ybWFuY2UuIn19LCJzY2hlbWEiOnsiJHNjaGVtYSI6Imh0dHBzOi8vanNvbi1zY2hlbWEub3JnL2RyYWZ0LzIwMjAtMTIvc2NoZW1hIiwidHlwZSI6Im9iamVjdCIsInByb3BlcnRpZXMiOnsiaW5wdXQiOnsidHlwZSI6Im9iamVjdCIsInByb3BlcnRpZXMiOnsidHlwZSI6eyJ0eXBlIjoic3RyaW5nIiwiY29uc3QiOiJodHRwIn0sIm1ldGhvZCI6eyJ0eXBlIjoic3RyaW5nIiwiZW51bSI6WyJHRVQiXX0sInF1ZXJ5UGFyYW1zIjp7InR5cGUiOiJvYmplY3QiLCJwcm9wZXJ0aWVzIjp7fSwicmVxdWlyZWQiOltdLCJhZGRpdGlvbmFsUHJvcGVydGllcyI6ZmFsc2V9fSwicmVxdWlyZWQiOlsidHlwZSIsIm1ldGhvZCJdLCJhZGRpdGlvbmFsUHJvcGVydGllcyI6ZmFsc2V9LCJvdXRwdXQiOnsidHlwZSI6Im9iamVjdCIsImRlc2NyaXB0aW9uIjoiQ3VycmVudCByZWdpbWUgY2xhc3NpZmljYXRpb24gYW5kIGFnZ3JlZ2F0ZSBzaWduYWwgZGlzdHJpYnV0aW9uLiIsInByb3BlcnRpZXMiOnsidHlwZSI6eyJ0eXBlIjoic3RyaW5nIiwiY29uc3QiOiJqc29uIn0sImZvcm1hdCI6eyJ0eXBlIjoic3RyaW5nIn0sImV4YW1wbGUiOnt9fSwicmVxdWlyZWQiOlsidHlwZSJdLCJhZGRpdGlvbmFsUHJvcGVydGllcyI6dHJ1ZX0sInRpdGxlIjp7InR5cGUiOiJzdHJpbmcifSwiZGVzY3JpcHRpb24iOnsidHlwZSI6InN0cmluZyJ9LCJjYXRlZ29yeSI6eyJ0eXBlIjoic3RyaW5nIn0sImZhbWlseSI6eyJ0eXBlIjoic3RyaW5nIn0sInRvb2xzX21hbmlmZXN0Ijp7InR5cGUiOiJzdHJpbmcifSwibWV0YWRhdGFVcmwiOnsidHlwZSI6InN0cmluZyJ9LCJzY2hlbWFVcmwiOnsidHlwZSI6InN0cmluZyJ9LCJwcmljaW5nX2NhdGFsb2ciOnsidHlwZSI6InN0cmluZyJ9fSwicmVxdWlyZWQiOlsiaW5wdXQiXSwiYWRkaXRpb25hbFByb3BlcnRpZXMiOnRydWV9fX19",
  "server": "uvicorn",
  "x-request-id": "8ee8c700-1ff8-4e02-aa61-7ac121270280",
  "x-stocktrends-accepted-payment-methods": "subscription,x402,mpp",
  "x-stocktrends-payment-required": "true",
  "x-stocktrends-pricing-rule": "market_regime_latest"
}

Response body

{
  "accepted_payment_methods": [
    "subscription",
    "x402",
    "mpp"
  ],
  "detail": "Payment is required to access this endpoint.",
  "error": "payment_required",
  "payment_required": {
    "accepts": [
      {
        "amount": "150000",
        "asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
        "extra": {
          "name": "USD Coin",
          "resource": {
            "description": "Current market regime classification derived from the distribution of Stock Trends trend codes across active signals.",
            "iconUrl": "https://developer.stocktrends.com/images/stmi-icon.png",
            "mimeType": "application/json",
            "serviceName": "Stock Trends Market Intelligence",
            "tags": [
              "finance",
              "market-intelligence",
              "equities",
              "quantitative-finance",
              "agentic"
            ],
            "url": "https://api.stocktrends.com/v1/market/regime/latest"
          },
          "version": "2"
        },
        "maxTimeoutSeconds": 300,
        "network": "eip155:8453",
        "payTo": "0xAEeb8EaBdC05532a26123045f99D208EB1cC00ab",
        "scheme": "exact"
      }
    ],
    "extensions": {
      "bazaar": {
        "info": {
          "category": "market",
          "description": "Current market regime classification derived from the distribution of Stock Trends trend codes across active signals.",
          "family": "market",
          "input": {
            "method": "GET",
            "queryParams": {},
            "type": "http"
          },
          "metadataUrl": "https://api.stocktrends.com/v1/ai/context",
          "output": {
            "example": {
              "request_id": "req_demo"
            },
            "format": "application/json",
            "type": "json"
          },
          "pricing_catalog": "https://api.stocktrends.com/v1/pricing/catalog",
          "provenance_reference": {
            "approximate_observation_count": "16M+",
            "classification_framework": "Stock Trends trend classification methodology",
            "full_metadata_endpoints": [
              "/v1/ai/context",
              "/v1/meta/indicators",
              "/v1/meta/stim"
            ],
            "historical_coverage_start_year": 1980,
            "interpretation_limit": "Historical depth supports research and probabilistic interpretation but does not guarantee future performance.",
            "semantic_continuity": "Stock Trends indicators use a consistent classification doctrine across decades of observations."
          },
          "role": "market_regime_classifier",
          "schemaUrl": "https://api.stocktrends.com/v1/ai/tools",
          "title": "Market Regime Latest",
          "tools_manifest": "https://api.stocktrends.com/v1/ai/tools"
        },
        "schema": {
          "$schema": "https://json-schema.org/draft/2020-12/schema",
          "additionalProperties": true,
          "properties": {
            "category": {
              "type": "string"
            },
            "description": {
              "type": "string"
            },
            "family": {
              "type": "string"
            },
            "input": {
              "additionalProperties": false,
              "properties": {
                "method": {
                  "enum": [
                    "GET"
                  ],
                  "type": "string"
                },
                "queryParams": {
                  "additionalProperties": false,
                  "properties": {},
                  "required": [],
                  "type": "object"
                },
                "type": {
                  "const": "http",
                  "type": "string"
                }
              },
              "required": [
                "type",
                "method"
              ],
              "type": "object"
            },
            "metadataUrl": {
              "type": "string"
            },
            "output": {
              "additionalProperties": true,
              "description": "Current regime classification and aggregate signal distribution.",
              "properties": {
                "example": {},
                "format": {
                  "type": "string"
                },
                "type": {
                  "const": "json",
                  "type": "string"
                }
              },
              "required": [
                "type"
              ],
              "type": "object"
            },
            "pricing_catalog": {
              "type": "string"
            },
            "schemaUrl": {
              "type": "string"
            },
            "title": {
              "type": "string"
            },
            "tools_manifest": {
              "type": "string"
            }
          },
          "required": [
            "input"
          ],
          "type": "object"
        }
      }
    },
    "resource": {
      "description": "Current market regime classification derived from the distribution of Stock Trends trend codes across active signals.",
      "iconUrl": "https://developer.stocktrends.com/images/stmi-icon.png",
      "mimeType": "application/json",
      "serviceName": "Stock Trends Market Intelligence",
      "tags": [
        "finance",
        "market-intelligence",
        "equities",
        "quantitative-finance",
        "agentic"
      ],
      "url": "https://api.stocktrends.com/v1/market/regime/latest"
    },
    "x402Version": 2
  },
  "pricing": {
    "amount_usd": "0.150000",
    "network": "eip155:8453",
    "scheme": "exact",
    "token": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
    "unit": "request"
  },
  "protocol": "x402",
  "resource": "https://api.stocktrends.com/v1/market/regime/latest",
  "stocktrends_preview": {
    "analytical_role": "market_regime_classifier",
    "endpoint": {
      "access_type": "paid",
      "category": "market",
      "method": "GET",
      "path": "/v1/market/regime/latest",
      "purpose": "Classify current market regime.",
      "requires_payment": true,
      "workflow_role": "Market context."
    },
    "example_object": {
      "confidence": 0.0,
      "regime": "mixed",
      "regime_score": 0.0,
      "weekdate": "YYYY-MM-DD"
    },
    "input_location": "query",
    "input_rule": null,
    "interpretation_guidance": {
      "confirmation_endpoints": [
        "/v1/breadth/sector/latest",
        "/v1/leadership/summary/latest"
      ],
      "downstream_workflow": "Use regime result to set bias in /v1/agent/screener/top or /v1/portfolio/construct. Confirm with /v1/breadth/sector/latest and /v1/leadership/summary/latest.",
      "interpretation_rules": [
        "regime_score = bullish_pct minus bearish_pct across all active trend signals.",
        "Do not use regime_score as a trade entry signal; use it as a portfolio bias input.",
        "avg_rsi > 100 indicates the average universe security outperforms the S&P 500 benchmark.",
        "avg_mt_cnt reveals whether the current regime is early-stage or mature.",
        "Confirm with /v1/market/regime/history before acting on a single regime reading."
      ],
      "regime_score_scale": {
        "formula": "bullish_pct - bearish_pct",
        "mixed": "-0.1 to 0.1",
        "range": [
          -1.0,
          1.0
        ],
        "strong_bearish": "< -0.5",
        "strong_bullish": "> 0.5"
      }
    },
    "investment_agent_value": "Gives agents market context before symbol-level or portfolio-level decisions.",
    "next_recommended_calls": [
      "/v1/market/regime/forecast",
      "/v1/decision/evaluate-symbol"
    ],
    "notes": [
      "Bullish codes: ^+, ^-, v^. Bearish codes: v-, v+, ^v."
    ],
    "optional_inputs": {},
    "output_summary": "Current regime classification and aggregate signal distribution.",
    "parameter_source": "query",
    "pricing": {
      "cost_source": "/v1/pricing/catalog",
      "effective_price_usd": "0.150000",
      "pricing_rule_id": "market_regime_latest",
      "stc_cost": "0.150000",
      "unit": "request"
    },
    "provenance_reference": {
      "approximate_observation_count": "16M+",
      "classification_framework": "Stock Trends trend classification methodology",
      "full_metadata_endpoints": [
        "/v1/ai/context",
        "/v1/meta/indicators",
        "/v1/meta/stim"
      ],
      "historical_coverage_start_year": 1980,
      "interpretation_limit": "Historical depth supports research and probabilistic interpretation but does not guarantee future performance.",
      "semantic_continuity": "Stock Trends indicators use a consistent classification doctrine across decades of observations."
    },
    "related_endpoints": [
      "/v1/market/regime/history",
      "/v1/market/regime/forecast"
    ],
    "required_inputs": {},
    "response_shape": [
      "regime",
      "confidence",
      "regime_score",
      "bullish_pct",
      "bearish_pct",
      "avg_rsi",
      "avg_mt_cnt",
      "weekdate",
      "signal_count"
    ],
    "safe_example_request": {
      "method": "GET",
      "path": "/v1/market/regime/latest",
      "query": {}
    },
    "supported_rails": [
      "subscription",
      "x402",
      "mpp"
    ]
  }
}

Request headers

{
  "accept": "*/*",
  "user-agent": "Fetch402Bot/0.1 (+https://fetch402.com/crawler; contact: crawler@fetch402.com)"
}

Machine contract

Schemas.

InputJSON
{
  "method": "GET",
  "queryParams": {},
  "type": "http"
}
OutputJSON
{
  "example": {
    "request_id": "req_demo"
  },
  "format": "application/json",
  "type": "json"
}