v1

latestOpenAPI 3.1.02026-07-22163829.6 KB
Testnet

Request Testnet USDC

Send testnet USDC to a wallet on Polygon Amoy. Rate-limited per wallet (default once per 24h).

post/faucet

Request body

walletstring required

Recipient wallet address (checksummed).

Example request

{
  "wallet": "0xTrader0000000000000000000000000000000000"
}

Response

USDC sent

successtrue
amountnumber

USDC amount sent.

txHashstring
messagestring

Example response

{
  "amount": 1000,
  "txHash": "0xabc123...",
  "message": "Sent 1000 USDC to 0xTrader..."
}