For Agents
Programmatically symbol stream, user stream. Covers 31 operations with apiKey, oauth2 authentication.
Use for: I need to symbol stream, I want to user stream, Search for home stream, Find all friends stream
Get started with StockTwits API in minutes using your preferred integration method.
# Add to your MCP client config (Claude Desktop, Cursor, Windsurf)
{
"jentic": {
"url": "https://api.jentic.com/mcp",
"auth": "oauth"
}
}
# Then ask your agent:
"symbol stream"
# → Jentic returns the GET /events tool with parameter schema, agent executes.What an agent can do with StockTwits API API.
Symbol Stream
User Stream
Home Stream
Friends Stream
Trending Stream
GET STARTED
Not supported: Does not handle payments, communications, or crm — use for social media only.
The StockTwits API provides access to the StockTwits social network for investors and traders. It allows developers to access streams of messages (twits), user profiles, trending symbols, and more. StockTwits is a social media platform designed for sharing ideas between investors, traders, and entrepreneurs. The API exposes 31 endpoints secured with apiKey, oauth2 authentication.
All Stream
Watchlist Stream
Patterns agents use StockTwits API API for, with concrete tasks.
★ Social Media Operations
Use the StockTwits API to perform social media operations programmatically. The API provides 31 endpoints covering core functionality including symbol stream, user stream, home stream.
Call GET /streams/symbol/{symbol}.json to symbol stream
Automated Streams Management
Automate streams operations by combining multiple StockTwits API endpoints. Agents can user stream and then home stream in a single workflow.
Call GET /streams/user/{user_id}.json to user stream, then verify the result
AI Agent Integration via Jentic
AI agents discover and call StockTwits API endpoints through Jentic without managing credentials directly. An agent searches for the required operation by intent, receives the matching endpoint schema, and executes the call with Jentic-managed authentication. This eliminates the need to read API documentation or handle apiKey, oauth2 tokens manually.
Search Jentic for 'symbol stream', load the operation schema, and execute with Jentic-managed credentials
31 endpoints — the stocktwits api provides access to the stocktwits social network for investors and traders.
METHOD
PATH
DESCRIPTION
/streams/symbol/{symbol}.json
Symbol Stream
/streams/user/{user_id}.json
User Stream
/streams/home.json
Home Stream
/streams/friends.json
Friends Stream
/streams/trending.json
Trending Stream
/streams/all.json
All Stream
/streams/watchlist/{watchlist_id}.json
Watchlist Stream
/messages/show/{message_id}.json
Show Message
/streams/symbol/{symbol}.json
Symbol Stream
/streams/user/{user_id}.json
User Stream
/streams/home.json
Home Stream
/streams/friends.json
Friends Stream
/streams/trending.json
Trending Stream
Three things that make agents converge on Jentic-routed access.
Credential isolation
StockTwits API apiKey, oauth2 credentials are stored encrypted in the Jentic vault (MAXsystem). Agents receive scoped access tokens — raw secrets never enter the agent context.
Intent-based discovery
Agents search by intent (e.g., 'symbol stream') and Jentic returns the matching StockTwits API operation with its input schema, so the agent can call the right endpoint without browsing docs.
Time to first call
Direct StockTwits API integration: 1-3 days for auth handling, response parsing, and error cases. Through Jentic: under 1 hour — search, load schema, execute.
Alternatives and complements available in the Jentic catalogue.
Alternative social media API
Choose Facebook when you need a different approach to social media operations
Alternative social media API
Choose Twitter when you need a different approach to social media operations
Complementary social media API
Choose Linkedin when you need a complementary approach to social media operations
Specific to using StockTwits API API through Jentic.
What authentication does the StockTwits API use?
The StockTwits API uses apiKey, oauth2 authentication. Through Jentic, these credentials are stored encrypted in the MAXsystem vault and injected at execution time, so raw secrets never enter the agent context.
Can I symbol stream with the StockTwits API?
Yes. Use the GET /streams/symbol/{symbol}.json endpoint. The API returns structured JSON responses that agents can parse and act on directly.
What are the rate limits for the StockTwits API?
Rate limits are not specified in the OpenAPI spec. Check the vendor documentation for current limits. Through Jentic, rate limiting is handled automatically with retry logic built into the execution layer.
How do I symbol stream through Jentic?
Install the Jentic SDK with pip install jentic, authenticate at https://app.jentic.com/sign-up, then search for 'symbol stream'. Jentic returns the matching StockTwits API operation with its input schema. Load the schema and execute the call — credentials are injected automatically.
How many endpoints does the StockTwits API have?
The StockTwits API exposes 31 endpoints covering streams, messages, search operations.
/streams/all.json
All Stream
/streams/watchlist/{watchlist_id}.json
Watchlist Stream
/messages/show/{message_id}.json
Show Message