{
  "x402Version": 2,
  "id": 3028,
  "slug": "3028",
  "resource": "https://api.stelardigital.com/sentiment",
  "description": "Sentiment score (-1 bearish to +1 bullish) and label for arbitrary text, or for a crypto asset based on its recent price action, via Claude Haiku. For agents gauging market mood or scoring news, social posts, or free text.",
  "type": "http",
  "accepts": [
    {
      "scheme": "exact",
      "network": "eip155:8453",
      "payTo": "0x32d711C66dD1AD0c42D0cFe48e58ee5f2dE7c243",
      "asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
      "amount": "5000",
      "maxTimeoutSeconds": 300
    }
  ],
  "outputSchema": {
    "bazaar": {
      "info": {
        "input": {
          "method": "GET",
          "queryParams": {
            "asset": "SOL"
          },
          "type": "http"
        },
        "output": {
          "example": {
            "input": "SOL",
            "label": "bullish",
            "sentiment": 0.42
          },
          "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": {
                  "asset": {
                    "description": "Asset symbol, e.g. SOL (or use text)",
                    "enum": [
                      "ADA",
                      "BTC",
                      "DOGE",
                      "ETH",
                      "LTC",
                      "SOL",
                      "XLM",
                      "XRP"
                    ],
                    "type": "string"
                  },
                  "text": {
                    "description": "Text to score (or use asset)",
                    "type": "string"
                  }
                },
                "type": "object"
              },
              "type": {
                "const": "http",
                "type": "string"
              }
            },
            "required": [
              "type",
              "method"
            ],
            "type": "object"
          },
          "output": {
            "properties": {
              "example": {
                "type": "object"
              },
              "type": {
                "type": "string"
              }
            },
            "required": [
              "type"
            ],
            "type": "object"
          }
        },
        "required": [
          "input"
        ],
        "type": "object"
      }
    }
  },
  "tags": [
    "bazaar"
  ],
  "sourceHost": "api.stelardigital.com",
  "lastUpdated": "2026-09-17T03:34:08.005Z",
  "quality": {
    "calls30d": 3,
    "uniquePayers30d": 3,
    "lastCalledAt": "2026-09-17T03:34:07.625Z"
  },
  "liveness": {},
  "verified": false,
  "featured": false,
  "provider": {
    "host": "api.stelardigital.com",
    "manifest_name": "api.stelardigital.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"
  }
}