{
  "x402Version": 2,
  "id": 1387,
  "slug": "1387",
  "resource": "https://vedetta.dethboy.com/v1/screener",
  "description": "Cross-asset divergence screener: every asset the desk covers with its latest cached sentiment %, stance, divergence flag and signal age in ONE call (?only=divergent to filter). The which-asset-should-I-look-at-first question no single-asset API answers. Cached-only. Descriptive research, not financial advice.",
  "type": "http",
  "accepts": [
    {
      "scheme": "exact",
      "network": "eip155:8453",
      "payTo": "0x21E16F1bc3aA847236354C8193D0cB21cF412eFA",
      "asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
      "amount": "30000",
      "maxTimeoutSeconds": 300
    }
  ],
  "outputSchema": {
    "bazaar": {
      "info": {
        "input": {
          "method": "GET",
          "queryParams": {
            "only": "divergent"
          },
          "type": "http"
        },
        "output": {
          "example": {
            "assets": [
              {
                "asset": "SOL",
                "divergence_flagged": true,
                "sentiment_pct": 83,
                "signal_age_minutes": 38,
                "stale": false,
                "stance": "bullish"
              }
            ],
            "count": 1,
            "disclaimer": "Descriptive market intelligence, not financial advice.",
            "divergent_count": 1,
            "note": "Cached-only screener. Deep-dive a hit via /v1/consensus or /v1/ask."
          },
          "type": "json"
        }
      },
      "schema": {
        "$schema": "https://json-schema.org/draft/2020-12/schema",
        "properties": {
          "input": {
            "additionalProperties": false,
            "properties": {
              "method": {
                "enum": [
                  "GET",
                  "HEAD",
                  "DELETE"
                ],
                "type": "string"
              },
              "queryParams": {
                "properties": {
                  "only": {
                    "description": "Filter to divergence-flagged assets only (omit for all)",
                    "enum": [
                      "divergent"
                    ],
                    "type": "string"
                  }
                },
                "type": "object"
              },
              "type": {
                "const": "http",
                "type": "string"
              }
            },
            "required": [
              "type",
              "method"
            ],
            "type": "object"
          },
          "output": {
            "properties": {
              "example": {
                "properties": {
                  "assets": {
                    "items": {
                      "properties": {
                        "asset": {
                          "type": "string"
                        },
                        "divergence_flagged": {
                          "type": "boolean"
                        },
                        "sentiment_pct": {
                          "type": "integer"
                        },
                        "signal_age_minutes": {
                          "type": "number"
                        },
                        "stale": {
                          "type": "boolean"
                        },
                        "stance": {
                          "type": "string"
                        }
                      },
                      "type": "object"
                    },
                    "type": "array"
                  },
                  "count": {
                    "type": "integer"
                  },
                  "disclaimer": {
                    "type": "string"
                  },
                  "divergent_count": {
                    "type": "integer"
                  },
                  "note": {
                    "type": "string"
                  }
                },
                "type": "object"
              },
              "type": {
                "type": "string"
              }
            },
            "required": [
              "type"
            ],
            "type": "object"
          }
        },
        "required": [
          "input"
        ],
        "type": "object"
      }
    }
  },
  "tags": [
    "bazaar"
  ],
  "sourceHost": "vedetta.dethboy.com",
  "lastUpdated": "2026-08-30T15:54:20.698Z",
  "quality": {
    "calls30d": 1,
    "uniquePayers30d": 1,
    "lastCalledAt": "2026-08-30T15:54:20.037Z"
  },
  "liveness": {},
  "verified": false,
  "featured": false,
  "provider": {
    "host": "vedetta.dethboy.com",
    "manifest_name": "vedetta.dethboy.com",
    "source": "cdp-mirror",
    "source_manifest_url": "https://api.cdp.coinbase.com/platform/v2/x402/discovery/resources",
    "submitted_at": "2026-09-18T22:00:31.484Z"
  }
}