x_draws
Run a provably fair giveaway on X/Twitter: pick crypto-random winners from a tweet's replies, with retweet, follow, hashtag, keyword, minimum-follower, and account-age conditions. Fixed price set upfront from your estimated entry count.
Guidance: tweetUrl required. Optional: winnerCount (default 1), backupCount, uniqueAuthorsOnly, mustRetweet, mustFollowUsername, filterMinFollowers, filterAccountAgeDays, filterLanguage, requiredHashtags/Keywords/Mentions. Pricing is fixed upfront from the estimatedEntries you set (default 1000, max 10000) — set it near the tweet's reply count; that number is enforced as a hard cap. Payment settles before the draw runs, so pay only when you intend to run it; a failed draw does not auto-refund (contact support). Idempotency-Key header required — retries with the same key replay the original result instead of re-charging.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| tweetUrl | Yes | Full tweet URL (https://x.com/user/status/ID). | |
| backupCount | No | ||
| mustRetweet | No | ||
| winnerCount | No | ||
| filterLanguage | No | ||
| estimatedEntries | No | Expected replies inspected — drives the fixed price (default 1000). | |
| requiredHashtags | No | ||
| requiredKeywords | No | ||
| requiredMentions | No | ||
| uniqueAuthorsOnly | No | ||
| filterMinFollowers | No | ||
| mustFollowUsername | No | ||
| filterAccountAgeDays | No |