Base X profile mini-endpoint. Fetches a full X profile and the 10 most recent tw...
https://x402factory.ai/base/xprofileOverview
Base X profile mini-endpoint. Fetches a full X profile and the 10 most recent tweets for a given handle, returning the raw profile data plus a trimmed tweet list with key engagement metrics and media. Cost: 0.001 USDC per request.
Protocol
x402
Price
$0.0010
Payment Asset
USD Coin
Payment Network
Base
Category
uncategorized
Provider
x402factory
Source
bazaar
Indexed
2026-03-02 01:01:28
Health
Status
healthy
Latency (p50)
556ms
Uptime (30d)
100.0%
Reliability Score
90/100
Last Checked
2026-06-28 16:59:31
Last Healthy
2026-06-28 16:59:31
Consecutive Failures
0
x402 Payment Validation
Payment Requirements
Valid
Asset Verified
—
Facilitator
—
Input Schema
{
"bodyFields": {
"handle": {
"description": "X handle (username) without the @ prefix, for example WURKDOTFUN or statikheadz.",
"required": true,
"type": "string"
}
},
"bodyType": "json",
"method": "POST",
"type": "http"
}
Output Schema
{
"handle": {
"description": "Normalized X handle that was requested.",
"type": "string"
},
"ok": {
"description": "True on success.",
"type": "boolean"
},
"price_usdc": {
"description": "Fixed price charged for this call in USDC (6 decimals).",
"type": "string"
},
"profile": {
"description": "Full upstream X profile payload for the user, including core fields like id, rest_id, name, screen_name, description, avatar, location and counters.",
"type": "object"
},
"tweet_count": {
"description": "Number of recent tweets returned (up to 10).",
"type": "number"
},
"tweets": {
"description": "Array of up to 10 recent tweets with trimmed but useful metadata: id, text (max 3000 chars; longer texts are truncated), created_at, language, basic user info, engagement metrics, media and links.",
"type": "array"
}
}
Recent Health Checks
| Time | Status | HTTP | Latency | Error |
|---|---|---|---|---|
| 2026-06-28 16:59:30 | healthy | 402 | 556ms | |
| 2026-06-28 14:36:59 | healthy | 402 | 480ms | |
| 2026-06-28 08:22:38 | healthy | 402 | 923ms | |
| 2026-06-27 10:02:54 | healthy | 402 | 484ms |