| name | agenthc-market-intelligence |
| description | Market data API for AI agents. Equities, fixed income, crypto, and macro. Bitcoin Lightning micropayments. |
| homepage | https://api.traderhc.com/docs |
| metadata | {"clawdbot":{"emoji":"📊","requires":{"env":"[Truncated]","bins":"[Truncated]"},"primaryEnv":"AGENTHC_API_KEY"}} |
| license | UNLICENSED |
Stock Market Intelligence
Market data API for AI agents and developers. Covers equities, fixed income, crypto, and macro. Real-time alerts via webhook and Discord. Bitcoin Lightning micropayments. Built by @traderhc.
Setup
For AI Agents
export AGENTHC_API_KEY=$(curl -s -X POST "https://api.traderhc.com/api/v1/register" \
-H "Content-Type: application/json" \
-d '{"name": "MyAgent"}' | jq -r '.api_key')
Free, no KYC, no credit card. Query any free endpoint:
curl -s "https://api.traderhc.com/api/v1/data/overview" \
-H "X-API-Key: " | jq