Back to Nodes

AlphaInsider

Last updated Apr 6, 2026

Official community node to connect n8n to the Alpha Insider API.

39 Weekly Downloads
239 Monthly Downloads

Included Nodes

AlphaInsider

Description

n8n-nodes-alphainsider

This is an n8n community node package that provides:

  • AlphaInsider trigger node with selectable actions (including websocket triggers)
  • AlphaInsider API credentials used by the trigger
  • Installation
    Credentials
    Usage
    Resources
    Support

    Installation

    Follow the n8n community nodes installation guide.

    Credentials

    1. Log in to AlphaInsider.
    2. Open Settings -> Developers.
    3. Generate an API key.
    4. In n8n, create AlphaInsider API credentials and paste your API key.

    n8n validates credentials with a POST https://alphainsider.com/api/verifyToken request.

    Usage

    Use the AlphaInsider trigger node to subscribe to realtime updates from wss://alphainsider.com/ws.

    1. Add AlphaInsider to your workflow.
    2. Select your AlphaInsider API credentials.
    3. Choose Action Sub-Label = Websockets.
    4. Choose Action = Trigger.
    5. Enter channels (comma-separated or newline-separated).
    6. Activate the workflow.

    Subscription Payload

    {
      "event": "subscribe",
      "payload": {
        "channels": ["wsOrders:"],
        "token": "APIKEY>"
      }
    }
    

    Channel Examples

  • wsStockPrice:AAPL:NASDAQ
  • wsStrategyValue:
  • wsOrders:
  • wsPositions:
  • wsTimelines:
  • wsBotStatus:
  • wsBotAllocations:
  • wsBotActivities:
  • Notes

  • Enable Emit Lifecycle Events for connection/subscription diagnostics.
  • Enable Debug Logging to add websocket diagnostics to n8n logs.
  • Control events (for example subscribe, error, connected) are not emitted as data items.
  • Only ws... data events for subscribed channels are emitted.
  • In manual/test mode, lifecycle events are suppressed to avoid early completion.
  • Resources

  • AlphaInsider Platform
  • AlphaInsider API Docs
  • AlphaInsider Websocket Docs
  • n8n Docs
  • Support

  • GitHub Issues
  • AlphaInsider Support