Skip to main content

Endpoint

https://api.0xmeta.ai/v1/markets/agents

Description

Retrieve social intelligence metrics and signals derived from verified crypto-community discussions and automated agent sentiment analysis.

Query Parameters

NameTypeDescriptionDefault
limitintegerMax number of items returned10
timeframestringTime window for sentiment / activity (e.g., 1h, 24h, 7d)24h

Response Example

{
  "success": true,
  "timeframe": "24h",
  "social_signals": [
    {
      "channel": "X",
      "handle": "@CryptoWhale",
      "signal": "mentions of $SOL spike 300%",
      "sentiment": "bullish",
      "timestamp": 1730566890.0
    },
    {
      "channel": "X",
      "handle": "@OnChainAnalyst",
      "signal": "large new position enters $ARB",
      "sentiment": "neutral",
      "timestamp": 1730566800.0
    }
  ],
  "payer": "0x742d35Cc6634C0532925a3b844Bc9e7595f0bEb"
}