X

X402labs · Truthsocial User Posts

by X402labs

GETBase Sepolia

$0.01

per call · USDC on Base Sepolia

Truth Social user posts lookup

Endpoint

GET https://test.x402labs.sh/v1/social/truthsocial/user-posts

15

Calls / 30d

1

Unique payers / 30d

Aug 30

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://test.x402labs.sh/v1/social/truthsocial/user-posts", {
  method: "GET",
});
const data = await res.json();
cURL
curl -X GET \
  "https://test.x402labs.sh/v1/social/truthsocial/user-posts?handle=realDonaldTrump&trim=true" \
  -H "X-PAYMENT: <signed x402 payment>"

Example response

{
  "next_max_id": "114315219437063159",
  "statuses": [
    {
      "content": "Make America Great Again!",
      "created_at": "2026-04-09T00:00:00.000Z",
      "id": "114315219437063160",
      "url": "https://truthsocial.com/@realDonaldTrump/posts/114315219437063160"
    }
  ]
}

Payment details

Pay to0x3fd04211963f79be7e5356438680542aa97b089f
AssetUSDC · 0x036cbd53842c5426634e7929541ec2318f3dcf7e
NetworksBase Sepolia
Schemesexact

Is this your API?

Pin it to the top of Social & Community and the homepage with a featured placement.

Get featured →

More from X402labs & similar services