Get recent posts
get_recent_tweetsRetrieve recent posts from tracked accounts with per-post metadata indicating market counting status. Use to monitor posting pace and verify counted tweets.
Instructions
Get the most recent captured posts for a tracked account, newest first, with per-post metadata including whether each post counts toward the active tweet-count markets. Use it to understand posting pace and to verify what is being counted. The free tier returns the latest 15 posts and ignores pagination; with a PRO key (POLYSTRIKE_API_KEY environment variable) limit can go up to 100 and offset paginates. Read-only.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | Number of posts to return, 1-100 (default 15). Values above 15 require a PRO key; the free tier caps at the latest 15. | |
| offset | No | Pagination offset, 0 or greater (default 0). PRO only; ignored on the free tier. | |
| account | Yes | Tracked account: 'elon' (Elon Musk on X), 'cruz' (Ted Cruz on X), or 'trump' (Donald Trump on Truth Social). |