You're viewing a demo portfolio

Join the waitlist
PRSM

ratelimit

Active

Tool 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"
    }
  }
}

What this tool wraps· 0 endpoints

min confidence0.700.50

No endpoints wrapped at confidence ≥ 0.70.

Parent server

x402 Trading & On-Chain Intelligence

1/7 registries
View full server →