$ man social-sentiment
/social-sentiment
PRICE / CALL
$0.03
USDC · base mainnet · scheme: exact
METHOD
POST
CLUSTER
wordmintCATEGORY
uncategorized
STATUS
● live
NAME
social-sentiment — social sentiment api for x/twitter recent posts
synonym alias of twitter-sentiment — reuses the canonical handler.
SYNOPSIS
POST https://x402.agentutility.ai/social-sentiment
Content-Type: application/json
X-PAYMENT: <signed-transferWithAuthorization>
{ ... }↳ first call →
402 Payment Required. Sign USDCtransferWithAuthorization, retry with theX-PAYMENT header.DESCRIPTION
Social sentiment API for X/Twitter recent posts. Searches public posts by query and returns aggregate sentiment, tweet-level labels, distribution, and public engagement metrics. Requires X_BEARER_TOKEN.
INPUT — request schema
| property | type | description | req? |
|---|---|---|---|
| query | string | X recent-search query. | required |
| max_results | number | Number of recent posts to fetch, clamped to 10-50. | optional |
| language | string | Optional two-letter language filter. | optional |
OUTPUT — response shape
| field | type | description |
|---|---|---|
| result_count | string | — |
| overall_sentiment | string | — |
| distribution | string | — |
EXAMPLES — two ways to call
EXAMPLE 1 · curl
curl -X POST https://x402.agentutility.ai/social-sentiment \
-H 'Content-Type: application/json' \
-d '{ }'first response =
402 Payment Required with payment requirements; sign + retry with X-PAYMENT.EXAMPLE 2 · mcp
# Install the MCP package for this endpoint's cluster npx -y @agentutility/mcp-<cluster> # Required: EVM private key with USDC on Base export X402_PRIVATE_KEY=0x... # Then call the social-sentiment tool from your MCP-aware agent.
MCP server handles payment automatically — your coding agent just calls the tool by name.
METADATA
- tags
- wordmintsocialsentimentsocial-sentiment
- env
- X_BEARER_TOKEN
- methods
- POST
- cluster
- wordmint
- price
- $0.03 USDC per call
ADJACENT — other endpoints in wordmint
| endpoint | description | price |
|---|---|---|
| tweet-sentiment | Tweet sentiment analyzer / Twitter recent-search sentiment. | $0.03 |
| twitter-sentiment | Twitter/X sentiment API / social sentiment / tweet sentiment / X recent search sentiment. | $0.03 |
| x-sentiment | X sentiment search / Twitter sentiment monitor. | $0.03 |
| alt-text-generator | Alt text generator / accessibility image description API. | $0.02 |
| classify | Zero-shot text classifier. | $0.02 |
| classify-text | Text classifier / zero-shot classifier / category sorter. | $0.02 |
| describe-image | AI image descriptor / vision LLM. | $0.02 |
| detect-pii | PII detector / data leak scanner. | $0.02 |
SEE ALSO