Faucet

Faucet Status

Check faucet eligibility and signal breakdown for the authenticated wallet. Returns data only for the wallet in your session.

GET
/api/v1/faucet/status
Check faucet eligibility and signal breakdown for the authenticated wallet.
Auth: SIWE Session required

Response

Response
{
  "eligible": true,
  "cooldownEnds": null,
  "signals": {
    "base": 10,
    "streak": 2,
    "tier": 1,
    "referral": 0.5
  },
  "totalAmount": "13500000000000000000",
  "lastClaim": "2026-04-03T12:00:00.000Z"
}
200 Status returned401 Not authenticated429 Rate limited