{"name":"user-tweets","description":"Fetches the latest public tweets from any X username, with text, timestamps, metrics, pagination token, and author profile. Read-only X API v2 route: resolves a public username, fetches that user's recent public posts, and excludes retweets by default. No posting, replying, liking, following, DM access, or account mutation. Use it as a user tweets API, X user timeline, or Twitter user posts endpoint.","price":"$0.01","method":"POST","input_schema":{"properties":{"mode":{"type":"string","enum":["user_tweets"],"description":"Use 'user_tweets' for public timeline lookup."},"username":{"type":"string","description":"X/Twitter handle, with or without @."},"max_results":{"type":"number","description":"Number of recent posts to fetch. Clamped to 5-50. Default 10."},"pagination_token":{"type":"string","description":"Optional X pagination token for the next page."},"include_retweets":{"type":"boolean","description":"Include retweets when true. Defaults false."}},"required":["username"]},"input_example":{"mode":"user_tweets","username":"bankrbot","max_results":10},"output_example":{"mode":"user_tweets","username":"bankrbot","result_count":10,"tweets":[{"id":"123","text":"x402 payments are live","author":{"username":"bankrbot"}}],"source":"X API v2 user tweets timeline"},"x402_payment_required":true,"x402_facilitator":"https://api.cdp.coinbase.com/platform/v2/x402"}