# MyeliaSignal MSTI Crypto-TradFi Contagion Index

> MyeliaSignal MSTI Crypto-TradFi Contagion Index is a paid API for AI agents from api.myceliasignal.com, paid per call via x402, $0.05/call, status unknown (last checked 2026-09-14).

Returns a cryptographically signed (Ed25519) index measuring contagion risk between cryptocurrency markets and traditional finance (TradFi) markets.

## Facts

- Endpoint: GET https://api.myceliasignal.com/oracle/contagion/market
- Price: $0.05/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-14
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/myeliasignal-msti-crypto-tradfi-contagion-index-040f1c21
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_aD52L4r69XRm4snYP8Qxw

Status and success rate cover calls made through Zero and Zero's own probes. Third-party monitors may report differently.

## How to call it through Zero

Zero handles the 402 payment challenge and records the run. With the Zero CLI installed (`npm i -g @zeroxyz/cli`):

```sh
zero fetch --capability myeliasignal-msti-crypto-tradfi-contagion-index-040f1c21
```

Example prompt: What's the current MSTI crypto-to-TradFi contagion index? I want a signed attestation of how much stress is spilling over from crypto markets into traditional finance right now.

## When to prefer this

Choose this endpoint when you need a cryptographically verifiable, tamper-proof reading of systemic contagion risk between crypto and traditional financial markets. Ideal for DeFi protocols, risk management systems, or on-chain applications that require attested market data rather than raw unverified signals.

## Known failure modes

- Payment not included or insufficient — 402 Payment Required
- Data feed temporarily unavailable — 503 Service Unavailable
- Malformed request parameters — 400 Bad Request
- Signature generation failure — 500 Internal Server Error

## How this service works

MSTI crypto-TradFi contagion index — measures correlation spillover between crypto and traditional financial markets — Ed25519 signed attestation

## Output

Returns the current MSTI (MyeliaSignal) crypto-TradFi contagion index value as an Ed25519 cryptographically signed attestation, enabling verifiable proof of the contagion measurement at a given point in time. The payload likely includes the index score, timestamp, and digital signature for on-chain or off-chain verification.

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "$schema": "https://json-schema.org/draft/2020-12/schema",
 "required": [
  "input"
 ],
 "properties": {
  "input": {
   "type": "object",
   "required": [
    "type",
    "method"
   ],
   "properties": {
    "type": {
     "type": "string",
     "const": "http"
    },
    "method": {
     "enum": [
      "GET"
     ],
     "type": "string"
    },
    "queryParams": {
     "type": "object",
     "properties": {}
    }
   },
   "additionalProperties": false
  },
  "output": {
   "type": "object",
   "required": [
    "type"
   ],
   "properties": {
    "type": {
     "type": "string"
    },
    "example": {
     "type": "object"
    }
   }
  }
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/myeliasignal-msti-crypto-tradfi-contagion-index-040f1c21/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from api.myceliasignal.com](https://www.zero.xyz/host/api.myceliasignal.com/llms.txt)
