ratelimit
ActiveTool of x402 Trading & On-Chain Intelligence
declared in 1.0.0
Rate-limit token bucket: shared self-throttle. Returns allowed + remaining. Send { bucket, token, capacity, refillPerSec, cost? }. [x402 paid tool — price $0.003; POST /api/ratelimit]
Parameters schema
{
"type": "object",
"required": [
"bucket",
"token",
"capacity",
"refillPerSec"
],
"properties": {
"cost": {
"type": "number",
"description": "Tokens to consume, default 1"
},
"token": {
"type": "string",
"description": "Your secret token"
},
"bucket": {
"type": "string",
"description": "Bucket name"
},
"capacity": {
"type": "number",
"description": "Max tokens"
},
"refillPerSec": {
"type": "number",
"description": "Tokens added per second"
}
}
}No endpoints wrapped at confidence ≥ 0.50.
Parent server
x402 Trading & On-Chain Intelligence
1/7 registries