# SOL Speculative Heat Monitor

> SOL Speculative Heat Monitor is a paid API for AI agents from pay.edge-agents.ai, paid per call via x402, $0.01/call, status unknown (last checked 2026-09-15).

Returns an evidence-backed speculative heat analysis for Solana (SOL), covering liquidity, momentum, sentiment, and adoption signals with provenance and confidence scoring.

## Facts

- Endpoint: GET https://pay.edge-agents.ai/v1/services/sol-speculative-heat
- Price: $0.01/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-15
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/sol-speculative-heat-monitor-4d9d5682
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_ygs8Ltqizja-D8vQ_OaxV

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 sol-speculative-heat-monitor-4d9d5682
```

Example prompt: Can you pull the latest SOL speculative heat report from Edge Agents and tell me whether the signal is strong or weak, including the confidence level and what evidence is driving it?

## When to prefer this

Choose this endpoint when you need a point-in-time, evidence-backed speculative heat assessment specifically for Solana (SOL) with provenance and confidence scoring, rather than a generic price feed or unverified sentiment scrape. Ideal for autonomous agents needing bounded, sourced intelligence to gate decisions, for strategy teams wanting defensible macro-market context, or for any workflow requiring signed provenance and contradiction flagging rather than raw signal aggregation.

## Known failure modes

- Payment not received or invalid — endpoint returns HTTP 402 requiring USDC payment
- Service temporarily unavailable — no live data returned, data status may reflect incomplete coverage
- Stale or limited source data — limitations field will explicitly note coverage gaps
- Invalid or missing service ID — may result in 404 or empty response

## How this service works

Solana momentum, Bitcoin-relative performance, turnover activity and sentiment combined into a bounded speculative-heat reading. Purpose: Measure short-horizon SOL speculative intensity without treating turnover as executable liquidity or the score as a return forecast. 5-minute freshness target; missing evidence is reported explicitly rather than invented.

## Output

Returns a JSON object with a quality status (e.g. 'strong') and confidence level, an analysis summary covering Solana's speculative heat intents (liquidity, momentum, evidence, forecast, adoption, sentiment), evidence assets (BTC, SOL), provenance with issuer and signed flag, a generated timestamp, a service ID, data status, schema version, and disclaimers and limitations about coverage and source freshness.

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "properties": {
  "required": {
   "type": "string"
  },
  "properties": {
   "type": "string"
  }
 }
}
```

## Response schema (JSON Schema)

```json
{
 "type": "json",
 "example": {
  "quality": {
   "status": "strong",
   "confidence": "high"
  },
  "analysis": {
   "family": "solana",
   "intents": [
    "liquidity",
    "momentum",
    "evidence",
    "forecast",
    "adoption",
    "sentiment"
   ],
   "summary": "Fresh SOL Speculative Heat Monitor findings appear here."
  },
  "evidence": {
   "assets": [
    "BTC",
    "SOL"
   ],
   "policy": "point-in-time",
   "sources": "Reported from the actual live report; never inferred from this example."
  },
  "serviceId": "sol-speculative-heat",
  "dataStatus": "complete",
  "disclaimer": "General, impersonal market research; not investment advice or a buy, sell or hold recommendation.",
  "provenance": {
   "issuer": "https://edge-agents.ai",
   "signed": true
  },
  "generatedAt": "2026-08-31T00:00:00.000Z",
  "limitations": [
   "Coverage, source freshness and unavailable evidence are stated in every paid report."
  ],
  "schemaVersion": "2.0"
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/sol-speculative-heat-monitor-4d9d5682/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from pay.edge-agents.ai](https://www.zero.xyz/host/pay.edge-agents.ai/llms.txt)
