Add credits to an existing agent without changing their subscriptions. x402 USDC...
https://x402.moltie.co/api/topupOverview
Add credits to an existing agent without changing their subscriptions. x402 USDC on Base. If agent doesn't exist yet, creates it (webhook_url required for webhook mode; delivery_mode='sse' skips URL requirement). Auto-reactivates any subscriptions paused due to balance depletion. Also switches delivery_mode if a new value is supplied. ?amount=<USD> (default 1).
Protocol
x402 (POST)
Price
$1.00
Payment Asset
USD Coin
Payment Network
Base
Category
uncategorized
Provider
x402
Source
bazaar
Indexed
2026-04-08 23:17:21
Health
Status
healthy
Latency (p50)
219ms
Uptime (30d)
100.0%
Reliability Score
87/100
Last Checked
2026-04-09 00:33:53
Last Healthy
2026-04-09 00:33:53
Consecutive Failures
0
x402 Payment Validation
Payment Requirements
Valid
Asset Verified
Known USDC
Facilitator
—
Input Schema
{
"bodyFields": {
"delivery_mode": {
"description": "Optional. Set or change the agent's delivery mode.",
"enum": [
"webhook",
"sse"
],
"required": false,
"type": "string"
},
"webhook_url": {
"description": "Required to create a new agent in webhook mode. Updates existing agent's URL if supplied.",
"format": "uri",
"required": false,
"type": "string"
}
},
"bodyType": "json",
"discoverable": true,
"method": "POST",
"queryParams": {
"amount": "USD to load (default 1, min 0.10, max 100)"
},
"type": "http"
}
Recent Health Checks
| Time | Status | HTTP | Latency | Error |
|---|---|---|---|---|
| 2026-04-09 00:33:53 | healthy | 402 | 219ms |