---
title: "Analyze on-chain social sentiment for a Solana token"
method: POST
path: "/social"
tags: ["Social"]
---

# Analyze on-chain social sentiment for a Solana token

`POST /social`

Track mentions, influencer activity, and trending scores for tokens and NFTs.

## Query parameters

- `query` string, required
- `source` 'twitter' | 'dune' | 'combined'
- `hours` integer

## Request body

- object
  - `query` string, required — Search query (token, topic, or keyword)
  - `source` 'twitter' | 'dune' | 'combined'
  - `hours` integer

## Response `200`

Social sentiment

- SocialSentimentResponse
  - `mentions` integer
  - `sentiment_score` number — -1.0 (bearish) to +1.0 (bullish)
  - `top_influencers` object[]
    - `handle` string
    - `followers` integer
    - `sentiment` number
  - `trending_score` number
  - `related_tokens` string[]

## Other responses

- `402` — Payment required

---

[API](https://skmtc.net/solsigs/apis/solsigs-solana-data-apis-for-ai-agents.md) · [All operations](https://skmtc.net/solsigs/apis/solsigs-solana-data-apis-for-ai-agents/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/solsigs/solsigs-solana-data-apis-for-ai-agents/revisions/296e44870ad2/schema)
