SignalGate API

The sentiment engine for the AI Agent economy. Powered by Gemini 2.0.

Endpoints

POST /api/sentiment

Get 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-key

Validate 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