$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/search23
Calls / 30d
3
Unique payers / 30d
Sep 6
Last called
exact
Payment scheme
Call this service
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 -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
0xb3c2776ce3f99cb3366520c27b4ac5d436942ab6USD Coin · 0x833589fcd6edb6e08f4c7c32d4f71b54bda02913Is this your API?
Pin it to the top of Social & Community and the homepage with a featured placement.
More from GEDX402 Social & similar services
GEDX402 Social · Twitter User Tweets
social.gedx402.com
SociaVault API proxy — twitter-user-tweets. Query/body matches https://docs.sociavault.com/api-reference/openapi.json. GET/POST per route; x402 per call. $0.014 USDC per request.
GEDX402 Social · Instagram Posts
social.gedx402.com
SociaVault API proxy — instagram-posts. Query/body matches https://docs.sociavault.com/api-reference/openapi.json. GET/POST per route; x402 per call. $0.014 USDC per request.
GEDX402 Social · Linkedin Profile
social.gedx402.com
SociaVault API proxy — linkedin-profile. Query/body matches https://docs.sociavault.com/api-reference/openapi.json. GET/POST per route; x402 per call. $0.014 USDC per request.