---
title: "Request Testnet USDC"
method: POST
path: "/faucet"
tags: ["Testnet"]
---

# Request Testnet USDC

`POST /faucet`

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

## Request body

- FaucetInput
  - `wallet` string, required — Recipient wallet address (checksummed).

## Response `200`

USDC sent

- FaucetResponse
  - `success` true
  - `amount` number — USDC amount sent.
  - `txHash` string
  - `message` string

## Other responses

- `400` — Error
- `429` — Error
- `500` — Error
- `503` — Error

---

[API](https://skmtc.dev/convallax/apis/convallax-rfq-api.md) · [All operations](https://skmtc.dev/convallax/apis/convallax-rfq-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/convallax/convallax-rfq-api/revisions/c8cb11b778c1/schema)
