G

GEDX402 Social · Twitter Search

by GEDX402 Social

POSTBase

$0.014

per call · USD Coin on Base

SociaVault API proxy — twitter-search. Query/body matches https://docs.sociavault.com/api-reference/openapi.json. GET/POST per route; x402 per call. $0.014 USDC per request.

Endpoint

POST https://social.gedx402.com/v1/sociavault/twitter/search

23

Calls / 30d

3

Unique payers / 30d

Sep 6

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://social.gedx402.com/v1/sociavault/twitter/search", {
  method: "POST",
  headers: { "Content-Type": "application/json" },
  body: JSON.stringify({
    "query": "AI",
    "type": "Top"
  }),
});
const data = await res.json();
cURL
curl -X POST \
  "https://social.gedx402.com/v1/sociavault/twitter/search" \
  -H "Content-Type: application/json" \
  -d '{"query":"AI","type":"Top"}' \
  -H "X-PAYMENT: <signed x402 payment>"

Example response

{
  "data": {},
  "provider": "sociavault",
  "success": true
}

Payment details

Pay to0xb3c2776ce3f99cb3366520c27b4ac5d436942ab6
AssetUSD Coin · 0x833589fcd6edb6e08f4c7c32d4f71b54bda02913
NetworksBase
Schemesexact

Is this your API?

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

Get featured →

More from GEDX402 Social & similar services