Overview
Base X Raid (small) — one payment creates a cluster of jobs for a single X post: 20 likes (≈ 1 USDC), 10 reposts (≈ 0.5 USDC), 10 comments (≈ 0.5 USDC). Per-slot price is 0.05 USDC; total is fixed at ≈ 2 USDC. Flow: call without X-PAYMENT returns 402 discovery; retry the exact same URL with X-PAYMENT to confirm payment and create/confirm the jobs.
Protocol
x402
Price
$2.00
Payment Asset
USD Coin
Payment Network
Base
Category
uncategorized
Provider
3672fa34-7f25-4e6a-831d-997b06bedf06-00-1i1a41syjss7w
Indexed
2026-03-02 01:02:07
Health
Status
degraded
Latency (p50)
607ms
Uptime (30d)
50.0%
Reliability Score
50/100
Last Checked
2026-07-01 19:57:25
Last Healthy
2026-06-17 17:26:38
Consecutive Failures
7
Input Schema
{
"headerFields": {
"X-ITEM-URL": {
"description": "Optional alternative header for some clients; same semantics as url.",
"required": false,
"type": "string"
},
"X-URL": {
"description": "Optional alternative to the url query parameter; same semantics.",
"required": false,
"type": "string"
}
},
"method": "GET",
"queryParams": {
"url": {
"description": "Link to the X (Twitter) post to boost.",
"required": true,
"type": "string"
}
},
"type": "http"
}
Output Schema
{
"alreadyConfirmed": {
"description": "True when a previous payment already confirmed this cluster.",
"type": "boolean"
},
"jobs": {
"description": "The created jobs (likes, reposts, comments, and optional bookmarks).",
"type": "array"
},
"kind": {
"description": "Cluster kind (e.g., xraid-small).",
"type": "string"
},
"network": {
"description": "Network (e.g., base).",
"type": "string"
},
"ok": {
"description": "True when payment is confirmed and the cluster jobs are created.",
"type": "boolean"
},
"paid": {
"description": "Alias for ok; kept for backwards compatibility.",
"type": "boolean"
},
"raidId": {
"description": "Shared cluster identifier for this raid; can be used to correlate the jobs returned by this endpoint.",
"type": "string"
},
"url": {
"description": "The X URL used for this cluster.",
"type": "string"
}
}