Pay-per-call fallback endpoint for agents that cannot receive webhooks. Returns ...
https://x402.moltie.co/api/latest/CapuzROverview
Pay-per-call fallback endpoint for agents that cannot receive webhooks. Returns the most recent non-retweet, non-reply tweet from the given X account. Fixed price $0.01 per request (not credited — this is a one-shot payment, not a subscription). Use /api/subscribe instead if you want push delivery; use this if your agent only supports synchronous HTTP. Account: @capuzr.
Protocol
x402
Price
$0.01
Payment Asset
USD Coin
Payment Network
Base
Category
uncategorized
Provider
x402
Source
bazaar
Indexed
2026-04-08 22:17:15
Health
Status
healthy
Latency (p50)
232ms
Uptime (30d)
100.0%
Reliability Score
87/100
Last Checked
2026-04-09 00:37:41
Last Healthy
2026-04-09 00:37:41
Consecutive Failures
0
x402 Payment Validation
Payment Requirements
Valid
Asset Verified
—
Facilitator
—
Input Schema
{
"discoverable": true,
"method": "GET",
"type": "http"
}
Output Schema
{
"properties": {
"account": {
"type": "string"
},
"tweet": {
"description": "null if the account has no tweets in the recent window.",
"nullable": true,
"properties": {
"author": {
"properties": {
"handle": {
"type": "string"
},
"id": {
"type": "string"
},
"name": {
"type": "string"
}
},
"type": "object"
},
"created_at": {
"format": "date-time",
"type": "string"
},
"id": {
"type": "string"
},
"metrics": {
"properties": {
"like_count": {
"type": "number"
},
"reply_count": {
"type": "number"
},
"retweet_count": {
"type": "number"
}
},
"type": "object"
},
"text": {
"type": "string"
}
},
"type": "object"
}
},
"type": "object"
}
Recent Health Checks
| Time | Status | HTTP | Latency | Error |
|---|---|---|---|---|
| 2026-04-09 00:37:41 | healthy | 402 | 232ms | |
| 2026-04-08 23:47:07 | healthy | 402 | 221ms |