API Documentation
endpoints available
API Access
Token Holders Only
API Key Required
Contact for Access
Email:
API@HADES.AG

Endpoints

GET
/API/ALPHA-SIGNALS

Get alpha performance signals with strength indicators and confidence scores

Parameters
NameTypeRequiredDescription
limitnumberOptionalNumber of signals to return (default: 50)
timeframestringOptionalTime range: 1h, 4h, 24h (default: 24h)
Response
{
  "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"
  }
}
Example Request
curl -H "Authorization: Bearer YOUR_API_KEY" https://api.hades.ag/api/alpha-signals?limit=10
Authentication

API Key Header

Authorization: Bearer YOUR_API_KEY

• API keys are only available to $HADES token holders

• Contact

API@HADES.AG
to request access

• Include your wallet address and token holdings proof

• Rate limits apply based on your token holding tier