Skip to main content
POST
Request Testnet USDC
Request testnet USDC for a wallet on Polygon Amoy. The relay transfers USDC from the faucet pool to the specified address.
The faucet drips 1,000 USDC per request by default. Each wallet is rate-limited to one request per 24 hours — requests within the cooldown return 429.
The faucet requires on-chain environment variables to be configured on the relay. If not configured, the endpoint returns 503.

Body

application/json
wallet
string
required

Recipient wallet address (checksummed).

Example:

"0xTrader0000000000000000000000000000000000"

Response

USDC sent

success
boolean
amount
number

USDC amount sent.

Example:

1000

txHash
string
Example:

"0xabc123..."

message
string
Example:

"Sent 1000 USDC to 0xTrader..."