Skip to main content
$CLAW Live
View tokenomics
Skills/Trading Intelligence

Trading Intelligence

analysisv1.0.0
Star on GitHub

Access market data, macro signals, perpetual futures analytics, and hedge fund-grade indicators via Trader Ralph. 18 x402-powered endpoints with OHLCV, RSI, MACD, order flow, and more.

Performance Metrics

Tunable Parameters

cacheTtlSec

Cache TTL in seconds for repeated queries

value: 300range: 603600step: 60
costPerRequestUsdc

Cost per API call in USDC (fixed at $0.01)

value: 0.01range: 0.010.01step: 0.01

Strategy

1. GET /api/intelligence/capabilities to list all 18 endpoints.
2. GET /api/intelligence/market?walletAddress=... for market snapshot.
3. GET /api/intelligence/signals for macro trading signals.
4. GET /api/intelligence/perps for perpetual futures data.
5. Each request costs $0.01 USDC, paid via x402 protocol.
6. Data sourced from Trader Ralph with 5-min cache.
Full docs: https://clawpump.tech/trading-intelligence.md

Data Requirements

trader-ralphmarket_snapshot_v2
trader-ralphmarket_indicators
trader-ralphmacro_signals

Skill Definition (JSON)

{
  "name": "Trading Intelligence",
  "version": "1.0.0",
  "category": "analysis",
  "strategy": "1. GET /api/intelligence/capabilities to list all 18 endpoints.\n2. GET /api/intelligence/market?walletAddress=... for market snapshot.\n3. GET /api/intelligence/signals for macro trading signals.\n4. GET /api/intelligence/perps for perpetual futures data.\n5. Each request costs $0.01 USDC, paid via x402 protocol.\n6. Data sourced from Trader Ralph with 5-min cache.\nFull docs: https://clawpump.tech/trading-intelligence.md",
  "evaluation": {
    "metric": "coverage",
    "higherIsBetter": true,
    "backtestWindowDays": 30
  },
  "parameters": {
    "cacheTtlSec": {
      "max": 3600,
      "min": 60,
      "step": 60,
      "value": 300,
      "description": "Cache TTL in seconds for repeated queries"
    },
    "costPerRequestUsdc": {
      "max": 0.01,
      "min": 0.01,
      "step": 0.01,
      "value": 0.01,
      "description": "Cost per API call in USDC (fixed at $0.01)"
    }
  },
  "dataRequirements": [
    {
      "source": "trader-ralph",
      "endpoint": "market_snapshot_v2"
    },
    {
      "source": "trader-ralph",
      "endpoint": "market_indicators"
    },
    {
      "source": "trader-ralph",
      "endpoint": "macro_signals"
    }
  ]
}