# MycелиаSignal SOL Perpetual Trading Regime Oracle

> MycелиаSignal SOL Perpetual Trading Regime Oracle is a paid API for AI agents from api.myceliasignal.com, paid per call via x402, $0.15/call, status unknown (last checked 2026-09-13).

Returns a 10-signal trading regime classification for SOL perpetual futures, including directional bias, confidence score, and risk level, with Ed25519-signed attestation.

## Facts

- Endpoint: GET https://api.myceliasignal.com/oracle/perp/sol
- Price: $0.15/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-13
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/myc-signal-sol-perpetual-trading-regime-oracle-5269bc8d
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_SGfILBMPdlrWXKguyb6OC

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 myc-signal-sol-perpetual-trading-regime-oracle-5269bc8d
```

Example prompt: What's the current SOL perp trading regime — give me the directional bias, confidence level, and risk rating with a signed attestation I can verify?

## When to prefer this

Choose this endpoint when you need a multi-signal, regime-classified view of SOL perpetual futures with cryptographic attestation — not just a raw price feed. Ideal for automated trading agents that need a trustworthy, signed signal with bias, confidence, and risk bundled together rather than computing these individually from raw market data.

## Known failure modes

- Payment required (402): x402 micropayment of $0.15 USDC not included or invalid
- Data temporarily unavailable if upstream exchange feeds are disrupted
- Stale data warning if response is served from cache near the 30s expiry boundary
- Signature verification failure if Ed25519 key is rotated without notice

## How this service works

SOL perp trading regime — 10-signal classification with bias, confidence, risk. 30s cache. Ed25519 signed. — Ed25519 signed attestation

## Output

A structured response containing a 10-signal trading regime classification for SOL perpetual futures, including the overall directional bias (bullish/bearish/neutral), a confidence score, a risk level indicator, and an Ed25519 cryptographic signature attesting to the data authenticity. The response is cached for 30 seconds.

## 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/myc-signal-sol-perpetual-trading-regime-oracle-5269bc8d/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)
