Pub/sub: fetch messages on a topic newer than a sequence number. Send { topic, t...
https://x402-services-production.up.railway.app/api/pubsub/pollOverview
Pub/sub: fetch messages on a topic newer than a sequence number. Send { topic, token, since? }.
Protocol
x402
Price
$0.0010
Payment Asset
USD Coin
Payment Network
Base
Category
uncategorized
Provider
x402-services-production
Source
bazaar
Indexed
2026-07-14 19:15:35
Health
Status
unknown
Latency (p50)
—
Uptime (30d)
—
Reliability Score
—
Last Checked
Never
Last Healthy
Never
Consecutive Failures
0
x402 Payment Validation
Payment Requirements
—
Asset Verified
—
Facilitator
—
Input Schema
{
"bodyFields": {
"since": {
"description": "Return messages with seq greater than this",
"required": false,
"type": "number"
},
"token": {
"description": "Your secret token",
"required": true,
"type": "string"
},
"topic": {
"description": "Topic name",
"required": true,
"type": "string"
}
},
"bodyType": "json",
"discoverable": true,
"method": "POST",
"type": "http"
}