v1
latestOpenAPI 3.1.02026-07-22163829.6 KBTestnet
Request Testnet USDC
Send testnet USDC to a wallet on Polygon Amoy. Rate-limited per wallet (default once per 24h).
post/faucet
Request body
Example request
{
"wallet": "0xTrader0000000000000000000000000000000000"
}Response
USDC sent
Example response
{
"amount": 1000,
"txHash": "0xabc123...",
"message": "Sent 1000 USDC to 0xTrader..."
}