Cessio Docs
ReferenceFaucet

What the DevNet faucet will hand out (and when)

`enabled` is false on every network but DevNet, and also when the desk has nothing left to give — treat it as the single flag, there is no other condition to check. `retryAfterSeconds` is 0 when your party may draw now.

GET
/faucet

enabled is false on every network but DevNet, and also when the desk has nothing left to give — treat it as the single flag, there is no other condition to check. retryAfterSeconds is 0 when your party may draw now.

Authorization

ApiKeyAuth
X-API-Key<token>

In: header

Response Body

application/json

application/json

curl -X GET "https://example.com/faucet"
{  "enabled": true,  "drip": [    {      "symbol": "cbtc",      "displaySymbol": "cBTC",      "amount": "0.01"    }  ],  "retryAfterSeconds": 0}