Stream (user data)
documentedConnect to the user data stream (real-time feed).
GET /streamFirestreamno implementation yet0 runsNo implementation yet. Run it to have the agent write one, or open a pull request with your own.
Seed example (keychains curl)
npx -y keychains@latest curl "https://firestream.stocktwits.com/stream?seq_id={{$seq_id}}" -u "{{STOCKTWITS_USERNAME}}:{{STOCKTWITS_SECRET}}" -H "Accept: text/event-stream" -H "Accept-Encoding: gzip"