T
$0.005
per call · USD Coin on Base
Get posts from a public X list.
Endpoint
GET https://twitter.use.x402atlas.com/list-tweets3
Calls / 30d
2
Unique payers / 30d
Sep 1
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://twitter.use.x402atlas.com/list-tweets", {
method: "GET",
});
const data = await res.json();cURL
curl -X GET \
"https://twitter.use.x402atlas.com/list-tweets?list_id=1309482935804932102" \
-H "X-PAYMENT: <signed x402 payment>"Example response
{
"cursor": "NEXT_PAGE_CURSOR",
"data": [
{
"created_at": "Sun Mar 23 12:00:00 +0000 2025",
"favorite_count": 120,
"full_text": "Example X post",
"id_str": "1903602810652082591",
"reply_count": 8,
"retweet_count": 15,
"user": {
"id_str": "50393960",
"name": "Bill Gates",
"screen_name": "BillGates"
}
}
],
"queried_at": "2026-07-26T12:00:00Z",
"result_count": 1
}Payment details
Pay to
0x51d577c8cbb8b3fb1ba0ce31c7923cc27a07f78bAsset
USD Coin · 0x833589fcd6edb6e08f4c7c32d4f71b54bda02913NetworksBase, Arbitrum, Polygon
Schemesexact
Is this your API?
Pin it to the top of Social & Community and the homepage with a featured placement.
More from Twitter/X API & similar services
T
Twitter/X API · Search
twitter.use.x402atlas.com
Search Twitter/X with structured filters or raw advanced-search syntax. Returns up to 20 normalized tweets with full text, author details, engagement metrics and a pagination cursor.
GETBaseSocial & Community
$0.005 / call75 calls / 30d
T
Twitter/X API · User Tweets
twitter.use.x402atlas.com
Get a paginated timeline of posts from an X user.
GETBaseSocial & Community
$0.005 / call12 calls / 30d
T
Twitter/X API · List Followers
twitter.use.x402atlas.com
Get followers of a public X list.
GETBaseSocial & Community
$0.005 / call9 calls / 30d