---
title: "Faucet Status"
method: GET
path: "/faucet/status"
tags: ["Testnet"]
---

# Faucet Status

`GET /faucet/status`

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

## Response `200`

Faucet status

- FaucetStatus
  - `enabled` boolean
  - `dripAmount` number
  - `cooldownMinutes` integer
  - `poolBalance` number — Remaining USDC in the faucet pool.

---

[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)
