Get alpha performance signals with strength indicators and confidence scores
Name | Type | Required | Description |
---|---|---|---|
limit | number | Optional | Number of signals to return (default: 50) |
timeframe | string | Optional | Time range: 1h, 4h, 24h (default: 24h) |
{
"success": true,
"data": {
"signals": [
{
"id": "signal_123",
"tokenAddress": "EPjFWdd5AufqSSqeM2qN1xzybapC8G4wEGGkZwyTDt1v",
"symbol": "USDC",
"name": "USD Coin",
"strength": 85.5,
"confidence": 92.3,
"direction": "bullish",
"timeframe": "4h",
"metadata": {
"marketCap": 32500000000,
"volume24h": 2800000000,
"priceChange24h": 2.45,
"liquidityScore": 98.7
},
"timestamp": "2025-01-15T10:30:00Z"
}
],
"totalCount": 150,
"lastUpdated": "2025-01-15T10:30:00Z"
}
}
curl -H "Authorization: Bearer YOUR_API_KEY" https://api.hades.ag/api/alpha-signals?limit=10
Authorization: Bearer YOUR_API_KEY
• API keys are only available to $HADES token holders
• Contact
• Include your wallet address and token holdings proof
• Rate limits apply based on your token holding tier