Password generator · Password
$0.001
per call · USD Coin on Base
Generate cryptographically random passwords. ?length=8..128 (default 24), ?symbols=true|false (default true), ?count=1..20.
Endpoint
GET https://agent402.tools/api/password4
Calls / 30d
1
Unique payers / 30d
Aug 31
Last called
exact
Payment scheme
Call this service
import { wrapFetchWithPayment } from "@x402/fetch";
import { privateKeyToAccount } from "viem/accounts";
const account = privateKeyToAccount(process.env.PRIVATE_KEY);
const fetchWithPay = wrapFetchWithPayment(fetch, account);
const res = await fetchWithPay("https://agent402.tools/api/password", {
method: "GET",
});
const data = await res.json();curl -X GET \
"https://agent402.tools/api/password?count=1&length=32&symbols=true" \
-H "X-PAYMENT: <signed x402 payment>"Example response
{
"entropyBits": 190,
"passwords": [
"k9#mP2…"
]
}Payment details
0xabf4fabd7c416fb67202e5f9002389fc75e2a9d0USD Coin · 0x833589fcd6edb6e08f4c7c32d4f71b54bda02913Is this your API?
Pin it to the top of Games & Fun and the homepage with a featured placement.
More from Password generator & similar services
Password generator · Random Password
flat-rate-llm.kikoribera03.workers.dev
Generate strong random secrets from the platform CSPRNG, with the entropy in bits so you can judge them. Four alphabets, including one with no look-alike characters for anything a human has to read back.
Coin Flip · Coinflip
coinflip402.vercel.app
Flip a coin for a small USDC payment on Base mainnet. Returns heads or tails.
Useless Fact · Useless Fact
x402uselessfacts.vercel.app
Pay a tiny amount of USDC and receive one delightfully useless fact.