Last updated July 28, 2026
There are two ways to pay for programmatic X/Twitter access in 2026: a monthly subscription to the official X API (from $200/month, with read caps per tier), or pay-per-call gateways like twitr.sh that price each request individually — reads from $0.0012, settled in USDC at call time with no signup. Which one is cheaper depends almost entirely on your monthly volume and how bursty it is.
The official API is sold as monthly subscriptions with per-tier read and write caps (figures as of mid-2026 — confirm current terms at developer.x.com):
| Tier | Price | What you get |
|---|---|---|
| Free | $0/month | Write-only: post from your own account. No read access. |
| Basic | $200/month | Limited reads and writes per month for hobby-scale projects. |
| Pro | $5,000/month | Higher read caps and full-archive search access. |
| Enterprise | Custom (reported from ~$42,000/month) | Managed access, streams, and volume for large platforms. |
twitr.sh prices each request up front and settles it in USDC per call — no monthly minimum, no unused quota. Representative prices:
| Operation | Price | Billing |
|---|---|---|
| Read a tweet or profile | ~$0.0012 | Fixed, per call |
| Search tweets | ~$0.0012 per returned tweet | Per item — resultsLimit caps spend |
| Timelines, lists, followers | ~$0.0012 per item | Per item |
| Bulk extraction | from ~$0.0012 per row | Per row, async delivery |
| Real-time monitor | ~$0.025 per hour | Prepaid hours, 21 event types |
| Write actions (post, like, follow…) | $0.012–$0.036 per action | Fixed, per action |
The break-even math is simple: $200/month buys roughly 166,000 single reads at pay-per-call rates. Below that volume — or when usage is spiky, seasonal, or driven by autonomous agents that can hold their own wallet — per-call pricing wins. Above steady Pro-tier volume, a subscription can win. The exact quote for any call is returned in the HTTP 402 challenge before payment, so cost is known before spend. See all 14 tools and their prices or the docs for the full payment flow.
As of mid-2026 the official X API sells monthly subscriptions: a Free tier limited to posting, a Basic tier at $200/month, a Pro tier at $5,000/month, and Enterprise plans that are custom-priced (widely reported to start around $42,000/month). Read volume is capped per tier. Check developer.x.com for current terms.
No. The official Free tier is write-only (posting from your own account). Any read access — fetching tweets, timelines, or search — requires at least the Basic subscription at $200/month.
For low or bursty volume, pay-per-call pricing is usually cheapest because there is no monthly minimum. On twitr.sh a single tweet or profile read costs about $0.0012 and search costs about $0.0012 per returned tweet, paid in USDC at call time — 10,000 reads cost roughly $12 instead of a $200/month subscription.
Each request returns HTTP 402 Payment Required with the exact price; the caller signs a USDC payment (x402 on Base or Solana, MPP on Tempo) and retries the same request. The paying wallet is the identity — no signup, no API key, no subscription.