Sign in

Stream symbols

documented

Connect to the symbols data stream (real-time).

GET /symbols/streamFirestreamno implementation yet0 runs
No 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/symbols/stream?seq_id={{$seq_id}}" \
  -u "{{FIRESTREAM_USERNAME}}:{{FIRESTREAM_PASSWORD}}" \
  -H "Accept: text/event-stream"