Sign in

Create message

documented

Post a new StockTwits message on behalf of the authenticated user.

POST /api/2/messages/createMessagesno 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://api.stocktwits.com/api/2/messages/create.json" \
  -X POST \
  -H "Authorization: Bearer {{OAUTH2_ACCESS_TOKEN}}" \
  -H "Content-Type: application/json" \
  -H "Accept: application/json" \
  -d '{"body": "{{$title}}", "chart": "{{$chart}}", "in_reply_to_message_id": "{{$in_reply_to_message_id}}", "access_token": "{{OAUTH2_ACCESS_TOKEN}}"}'
Create message · Stocktwits · OpenIntegrations