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:NASDAQwsStrategyValue:wsOrders:wsPositions:wsTimelines:wsBotStatus:wsBotAllocations:wsBotActivities:Notes
subscribe, error, connected) are not emitted as data items.ws... data events for subscribed channels are emitted.