Skip to main content
GET
/
faucet
/
status
curl https://api.convallax.com/faucet/status
{
  "enabled": true,
  "dripAmount": 1000,
  "cooldownMinutes": 1440,
  "poolBalance": 50000
}
Check whether the testnet USDC faucet is configured and has funds available for drips.
enabled
boolean
Whether the faucet is configured and operational. If false, no other fields are returned.
dripAmount
number
Amount of USDC per drip (e.g. 1000).
cooldownMinutes
number
Minimum minutes between drips for the same wallet.
poolBalance
number
Remaining USDC balance in the faucet pool (human-readable).
curl https://api.convallax.com/faucet/status
{
  "enabled": true,
  "dripAmount": 1000,
  "cooldownMinutes": 1440,
  "poolBalance": 50000
}