Get sentiment detail
documentedRetrieve sentiment detail data for a symbol.
GET /external/sentiment/v2/{symbol}/detailFirestreamno 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://api-gw-prd.stocktwits.com/api-middleware/external/sentiment/v2/{{$symbol}}/detail" \
-X GET \
-u "{{STOCKTWITS_USERNAME}}:{{STOCKTWITS_PASSWORD}}" \
-H "Accept: application/json" \
-H "Content-Type: application/json"