R
$0.01
per call · USD Coin on Base
An X article (long-form post) by its wrapper tweet id (public). Example: GET /api/articles/1
Endpoint
GET https://readx.sh/api/articles/:id7
Calls / 30d
3
Unique payers / 30d
Aug 25
Last called
exact
Payment scheme
Call this service
TypeScript · @x402/fetch
import { wrapFetchWithPayment } from "@x402/fetch";
import { privateKeyToAccount } from "viem/accounts";
const account = privateKeyToAccount(process.env.PRIVATE_KEY);
const fetchWithPay = wrapFetchWithPayment(fetch, account);
const res = await fetchWithPay("https://readx.sh/api/articles/:id", {
method: "GET",
});
const data = await res.json();cURL
curl -X GET \
"https://readx.sh/api/articles/:id" \
-H "X-PAYMENT: <signed x402 payment>"Example response
{
"code": 0,
"data": {
"article": {
"author": {
"canDm": true,
"coverPicture": "https://pbs.twimg.com/profile_banners/12/1742427520",
"createdAt": "Tue Mar 21 20:50:14 +0000 2006",
"description": "no state is the best state",
"favouritesCount": 39746,
"followers": 10342967,
"following": 3,
"id": "12",
"isBlueVerified": true,
"isVerified": false,
"location": "",
"mediaCount": 2968,
"name": "jack",
"pinnedTweetIds": [
"1833951636005552366"
],
"profilePicture": "https://pbs.twimg.com/profile_images/1661201415899951105/azNjKOSH_normal.jpg",
"statusesCount": 30715,
"twitterUrl": "https://twitter.com/jack",
"type": "user",
"url": "https://x.com/jack",
"userName": "jack",
"verifiedType": null
},
"contents": [
{
"text": "At Sequoia, we see that speed is the best predictor of start-up success. Most companies are focused on AI as a productivity enhancer. Few are focused on the potential of AI to change how we work together. Block is showing what it looks like to fundamentally rethink organization design, ultimately harnessing AI to increase speed as a compounding competitive advantage.",
"type": "unstyled"
},
{
"text": "Two thousand years before the first corporate org chart, the Roman Army solved a problem that every large organization still faces: how do you coordinate thousands of people across vast distances with limited communication?",
"type": "unstyled"
}
],
"cover_media_img_url": "https://pbs.twimg.com/media/HEv7_K5WIAEcknc.jpg",
"createdAt": "Tue Mar 31 15:36:22 +0000 2026",
"id": "QXJ0aWNsZUVudGl0eToyMDM4OTk4NDgzNDQxNDc5Njgw",
"likeCount": 11056,
"preview_text": "At Sequoia, we see that speed is the best predictor of start-up success. Most companies are focused on AI as a productivity enhancer. Few are focused on the potential of AI to change how we work",
"quoteCount": 789,
"replyCount": 567,
"title": "From Hierarchy to Intelligence",
"viewCount": 6451994
},
"msg": "success",
"status": "success"
}
}Payment details
Pay to
0x13e060adcc6f4b731da8382b333027b8b2bff707Asset
USD Coin · 0x833589fcd6edb6e08f4c7c32d4f71b54bda02913NetworksBase, Solana
Schemesexact
Is this your API?
Pin it to the top of Social & Community and the homepage with a featured placement.
More from ReadX & similar services
R
ReadX · Following
readx.sh
Accounts a user follows (~200 per page; paginate with cursor until has_more is false). Example: GET /api/jack/following
GETBaseSocial & Community
$0.01 / call184 calls / 30d
R
ReadX · Followers
readx.sh
A user's followers (~200 per page; paginate with cursor until has_more is false). Example: GET /api/jack/followers
GETBaseSocial & Community
$0.01 / call182 calls / 30d
R
ReadX · Search Tweets
readx.sh
Search for tweets by query (optional product filter; paginate with cursor). Example: GET /api/search/tweets?q=typescript
GETBaseSocial & Community
$0.01 / call154 calls / 30d