Skip to main content

Endpoint

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

Description

Retrieve the underlying raw signal events (metadata) that were used in 0xmeta’s intelligence scoring engine. Useful for audit, transparency, and downstream enrichment.

Query Parameters

NameTypeDescriptionDefault
limitintegerMax number of records returned10
timeframestringTime window for raw signal capture (e.g., 1h, 24h, 7d)24h

Response Example

{
  "success": true,
  "timeframe": "24h",
  "raw_signals": [
    {
      "signal_id": "news_2025_11_04_001",
      "source_type": "news",
      "signal": "Major protocol X raised funding",
      "metadata": {
        /* compressed */
      },
      "timestamp": 1730566890.0
    },
    {
      "signal_id": "social_2025_11_04_002",
      "source_type": "social",
      "signal": "Twitter mentions of $ARB up 150%",
      "metadata": {
        /* compressed */
      },
      "timestamp": 1730566800.0
    }
  ],
  "payer": "0x742d35Cc6634C0532925a3b844Bc9e7595f0bEb"
}