SignalGate API
The sentiment engine for the AI Agent economy. Powered by Gemini 2.0.
Endpoints
POST /api/sentimentGet AI-powered sentiment for BTC, ETH, or SOL.
curl -X POST https://signalgate-web.vercel.app/api/sentiment \
-H "Authorization: Bearer sg_live_..." \
-H "Content-Type: application/json" \
-d '{"ticker": "BTC"}'GET /api/validate-keyValidate your API key.
curl https://signalgate-web.vercel.app/api/validate-key \ -H "Authorization: Bearer sg_live_..."
Supported Tickers
BTC • ETH • SOL
MCP Integration
npm install -g signalgate-mcp