X (Twitter) API pricing in 2026: subscriptions vs pay-per-call.

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.

Official X API tiers

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):

TierPriceWhat you get
Free$0/monthWrite-only: post from your own account. No read access.
Basic$200/monthLimited reads and writes per month for hobby-scale projects.
Pro$5,000/monthHigher read caps and full-archive search access.
EnterpriseCustom (reported from ~$42,000/month)Managed access, streams, and volume for large platforms.

Pay-per-call pricing on twitr.sh

twitr.sh prices each request up front and settles it in USDC per call — no monthly minimum, no unused quota. Representative prices:

OperationPriceBilling
Read a tweet or profile~$0.0012Fixed, per call
Search tweets~$0.0012 per returned tweetPer item — resultsLimit caps spend
Timelines, lists, followers~$0.0012 per itemPer item
Bulk extractionfrom ~$0.0012 per rowPer row, async delivery
Real-time monitor~$0.025 per hourPrepaid hours, 21 event types
Write actions (post, like, follow…)$0.012–$0.036 per actionFixed, 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.

FAQ

How much does the official X API cost?

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.

Is there a free X API tier for reading tweets?

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.

What is the cheapest way to read X/Twitter data at small scale?

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.

How does pay-per-call billing work without an account?

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.