{
  "x402Version": 2,
  "id": 13209,
  "slug": "13209",
  "resource": "https://crypto-sentiment-x402.onrender.com/sentiment/:symbol",
  "description": "Real-time crypto sentiment for a ticker symbol (e.g. BTC, ETH, SOL). Aggregates Reddit, crypto news (CoinDesk, Cointelegraph, Decrypt), and the Fear & Greed Index. Returns a bullish/bearish/neutral label, sentiment score, and per-source breakdown as JSON. Useful for trading bots and market research agents. Path param: symbol, e.g. /sentiment/BTC.",
  "type": "http",
  "accepts": [
    {
      "scheme": "exact",
      "network": "eip155:8453",
      "payTo": "0x1265a8cC7B75d5D6E99440B1d66d4507082f9Cb9",
      "asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
      "amount": "10000",
      "maxTimeoutSeconds": 300
    }
  ],
  "outputSchema": {
    "bazaar": {
      "info": {
        "input": {
          "method": "GET",
          "pathParams": {
            "symbol": "BTC"
          },
          "queryParams": {
            "method": "GET",
            "symbol": "BTC"
          },
          "type": "http"
        },
        "output": {
          "example": {
            "name": "Bitcoin",
            "overall_sentiment": {
              "average_compound": 0.21,
              "label": "bullish"
            },
            "symbol": "BTC"
          },
          "type": "json"
        }
      },
      "routeTemplate": "/sentiment/:symbol",
      "schema": {
        "$schema": "https://json-schema.org/draft/2020-12/schema",
        "properties": {
          "input": {
            "additionalProperties": false,
            "properties": {
              "method": {
                "enum": [
                  "GET",
                  "HEAD",
                  "DELETE"
                ],
                "type": "string"
              },
              "pathParams": {
                "type": "object"
              },
              "queryParams": {
                "properties": {
                  "method": {
                    "description": "HTTP method, always GET",
                    "type": "string"
                  },
                  "symbol": {
                    "description": "Uppercase ticker symbol, e.g. BTC, ETH, SOL",
                    "type": "string"
                  }
                },
                "required": [
                  "method",
                  "symbol"
                ],
                "type": "object"
              },
              "type": {
                "const": "http",
                "type": "string"
              }
            },
            "required": [
              "type",
              "method"
            ],
            "type": "object"
          },
          "output": {
            "properties": {
              "example": {
                "properties": {
                  "name": {
                    "type": "string"
                  },
                  "overall_sentiment": {
                    "type": "object"
                  },
                  "symbol": {
                    "type": "string"
                  }
                },
                "required": [
                  "symbol",
                  "overall_sentiment"
                ],
                "type": "object"
              },
              "type": {
                "type": "string"
              }
            },
            "required": [
              "type"
            ],
            "type": "object"
          }
        },
        "required": [
          "input"
        ],
        "type": "object"
      }
    }
  },
  "tags": [
    "bazaar"
  ],
  "sourceHost": "crypto-sentiment-x402.onrender.com",
  "lastUpdated": "2026-09-18T10:23:44.512Z",
  "quality": {
    "calls30d": 3,
    "uniquePayers30d": 1,
    "lastCalledAt": "2026-09-18T10:23:44.293Z"
  },
  "liveness": {},
  "verified": false,
  "featured": false,
  "provider": {
    "host": "crypto-sentiment-x402.onrender.com",
    "manifest_name": "crypto-sentiment-x402.onrender.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"
  }
}