Back to Stock Market Intelligence

Card snapshot

api.traderhc.com · 2026-05-18 14:57:56 UTC · 0ccc56dbb5baa668215761f347849ca6678f0256f0203536f047c8f558bd2c51

This is a frozen copy of the agent's agent-card.json as we observed it at the timestamp above. We capture a new snapshot every time the card's content hash changes. Useful for: forensic drift analysis, verifying downstream callers see the right version, reproducing routing decisions made historically.

{
  "name": "Stock Market Intelligence",
  "description": "Market data API for AI agents. Equities, fixed income, crypto, and macro. Bitcoin Lightning micropayments. For educational and informational purposes only \u2014 not financial advice.",
  "version": "1.0.0",
  "url": "https://api.traderhc.com/api/v1",
  "protocolVersion": "0.2.5",
  "provider": {
    "organization": "AgentHC (@traderhc)",
    "url": "https://x.com/traderhc"
  },
  "documentationUrl": "https://api.traderhc.com/docs",
  "iconUrl": "https://api.traderhc.com/static/icon.png",
  "defaultInputModes": [
    "application/json",
    "text/plain"
  ],
  "defaultOutputModes": [
    "application/json",
    "text/plain"
  ],
  "capabilities": {
    "streaming": false,
    "pushNotifications": true,
    "stateTransitionHistory": false
  },
  "skills": [
    {
      "id": "equities",
      "name": "Equities",
      "description": "Real-time equity market data including indices, volatility, and sentiment",
      "tags": [
        "equities",
        "real-time"
      ],
      "examples": [
        "Give me a real-time market snapshot",
        "What are the major indices doing?"
      ]
    },
    {
      "id": "technical_analysis",
      "name": "Technical Analysis",
      "description": "Technical analysis for any ticker: indicators, levels, trend detection, and signal strength",
      "tags": [
        "technical-analysis",
        "ticker-specific"
      ],
      "examples": [
        "Run technical analysis on $TSLA",
        "What are the support and resistance levels for SPY?"
      ]
    },
    {
      "id": "macro",
      "name": "Macro Economics",
      "description": "Macro economic data: inflation, employment, money supply, and financial conditions",
      "tags": [
        "macro",
        "economics"
      ],
      "examples": [
        "What are the latest inflation readings?",
        "When is the next NFP release?"
      ]
    },
    {
      "id": "fixed_income",
      "name": "Fixed Income",
      "description": "Bond market data: yield curve, credit spreads, and fixed income analysis",
      "tags": [
        "bonds",
        "fixed-income"
      ],
      "examples": [
        "Are credit spreads widening?",
        "Give me the yield curve"
      ]
    },
    {
      "id": "crypto",
      "name": "Crypto",
      "description": "Crypto market data: prices, dominance, sentiment, and cycle analysis",
      "tags": [
        "crypto",
        "bitcoin"
      ],
      "examples": [
        "Is it alt season?",
        "Give me crypto market data"
      ]
    },
    {
      "id": "economic_calendar",
      "name": "Economic Calendar",
      "description": "Economic event calendar with upcoming releases and data analysis",
      "tags": [
        "calendar",
        "economic-events"
      ],
      "examples": [
        "What economic data releases are coming this week?",
        "When is the next FOMC decision?"
      ]
    },
    {
      "id": "fx",
      "name": "FX / Currency Analysis",
      "description": "FX market data: dollar analysis, carry trades, and EM stress detection",
      "tags": [
        "FX",
        "currencies"
      ],
      "examples": [
        "What is DXY doing and why?",
        "Are EM currencies under stress?"
      ]
    },
    {
      "id": "content_generation",
      "name": "AI Content Generation",
      "description": "AI-powered market commentary, analysis, and insight generation",
      "tags": [
        "content",
        "AI"
      ],
      "examples": [
        "Generate a market overview",
        "Write analysis on current conditions"
      ]
    },
    {
      "id": "predictions",
      "name": "Prediction Track Record",
      "description": "Verifiable prediction history with accuracy stats",
      "tags": [
        "predictions",
        "track-record"
      ],
      "examples": [
        "What is the prediction accuracy?",
        "Show recent predictions"
      ]
    },
    {
      "id": "webhooks",
      "name": "Real-Time Event Webhooks",
      "description": "Subscribe to real-time market event alerts via webhooks",
      "tags": [
        "webhooks",
        "real-time",
        "alerts"
      ],
      "examples": [
        "Subscribe me to market alerts",
        "What webhook events are available?"
      ]
    },
    {
      "id": "track_record",
      "name": "Machine-Readable Track Record",
      "description": "Queryable prediction accuracy stats for signal quality evaluation",
      "tags": [
        "track-record",
        "trust"
      ],
      "examples": [
        "Evaluate signal quality before subscribing",
        "Check accuracy stats"
      ]
    },
    {
      "id": "sla",
      "name": "Service Level Status",
      "description": "Machine-readable SLA: uptime, latency, data freshness, and error rates",
      "tags": [
        "sla",
        "uptime",
        "reliability"
      ],
      "examples": [
        "Check uptime and latency",
        "Is the data fresh?"
      ]
    },
    {
      "id": "referral_system",
      "name": "Agent Referral Credits",
      "description": "Agent-to-agent referral system with credit rewards",
      "tags": [
        "referral",
        "credits"
      ],
      "examples": [
        "Get my referral code",
        "Check referral earnings"
      ]
    },
    {
      "id": "framework_integrations",
      "name": "Agent Framework Integrations",
      "description": "Drop-in integrations for popular AI agent frameworks",
      "tags": [
        "integration"
      ],
      "examples": [
        "Get integration config",
        "Get agent templates"
      ]
    }
  ],
  "securitySchemes": {
    "apiKey": {
      "type": "apiKey",
      "name": "X-API-Key",
      "in": "header",
      "description": "API key. Register at POST /api/v1/agents/register. Free tier available without auth."
    },
    "bearerToken": {
      "type": "http",
      "scheme": "bearer",
      "description": "Same API key passed as Bearer token"
    },
    "l402": {
      "type": "http",
      "scheme": "L402",
      "description": "L402 Lightning micropayment protocol. Pay per request via Bitcoin Lightning Network. No registration required \u2014 pay and access instantly. Header format: Authorization: L402 <macaroon>:<preimage>"
    }
  },
  "security": [
    {
      "apiKey": []
    },
    {
      "bearerToken": []
    },
    {
      "l402": []
    }
  ]
}