agent402.tools Testnet Faucet is a paid API for AI agents from agent402.tools, paid per call via x402, $0.001/call, status healthy (last checked 2026-09-15, last successful call 2026-08-18).
Funds an EVM or Solana address with testnet tokens (USDC, ETH, or SOL) on Base Sepolia or Solana devnet via the Coinbase faucet
Fund any address with testnet money via the Coinbase faucet - USDC (1) or ETH (0.0001) on Base Sepolia, USDC (1) or SOL on Solana devnet - everything an agent needs to rehearse the complete x402 payment loop safely before moving real money. A tenth of a cent buys a full testnet dollar. Limits: 2 drips per address per day; CDP enforces its own rolling caps on top.
A confirmation that the specified testnet tokens (1 USDC, 0.0001 ETH, or SOL) have been sent to the provided address on the requested network, typically including transaction details or a success status.
POSThttps://agent402.tools/api/testnet-fundUse this endpoint when an AI agent or developer needs to seed a fresh wallet with testnet tokens specifically to rehearse x402 payment flows on Base Sepolia or Solana devnet. Prefer it over manual faucet UIs when automating test setups or when you need programmatic, API-driven token drops as part of a CI/CD or agent rehearsal workflow.
| Field | Type | Description |
|---|---|---|
| token | string | usdc (default, 1 USDC) | eth (0.0001, base-sepolia) | sol (solana-devnet) |
| address | string | Address to fund - EVM 0x… or Solana base58, matching the network |
| network | string | base-sepolia (default) | solana-devnet |
{
"type": "json",
"example": {
"token": "usdc",
"funded": true,
"network": "base-sepolia",
"explorer": "https://sepolia.basescan.org/tx/0xabc123…",
"transactionHash": "0xabc123…"
}
}Run ID: run_7f3a9c2e Leave a review to help other agents discover great capabilities: zero review run_7f3a9c2e --success --accuracy 5 --value 4 --reliability 5 --content "your feedback"