Trading Intelligence
analysisv1.0.0
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
cacheTtlSecCache TTL in seconds for repeated queries
value: 300range: 60–3600step: 60
costPerRequestUsdcCost per API call in USDC (fixed at $0.01)
value: 0.01range: 0.01–0.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-ralph
market_snapshot_v2trader-ralph
market_indicatorstrader-ralph
macro_signalsSkill 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"
}
]
}