Get User Timeline
GET
/timeline/
Authentication
Requires JWT authentication viaAuthorization: Bearer <token> header.
Path Parameters
The unique identifier of the user whose timeline to retrieve
Response
Success - Returns the user’s timeline
Timeline Activities
The timeline endpoint returns various types of activities:Activity Types
User posted a reply or comment on a coin
User liked a coin or reply
User followed another user
User created a new coin
User bought or sold a coin
Using the Timeline
The timeline endpoint is useful for:- Displaying a user’s recent activity feed
- Building social features and user profiles
- Tracking engagement metrics
- Creating notification systems
- Analyzing user behavior patterns
Timeline data is updated in near real-time. Activities typically appear within seconds of occurring.