v1

latestOpenAPI 3.1.02026-07-22163829.6 KB
Testnet

Faucet Status

Whether the faucet is enabled and, if so, its drip amount, cooldown, and remaining pool balance.

get/faucet/status

Response

Faucet status

enabledboolean
dripAmountnumber
cooldownMinutesinteger
poolBalancenumber

Remaining USDC in the faucet pool.

Example response

{
  "enabled": true,
  "dripAmount": 1000,
  "cooldownMinutes": 1440,
  "poolBalance": 250000
}