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.
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 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}{ "error": "string", "code": "INSUFFICIENT_FUNDS"}Desk parameters GET
The desk fee (bps, charged to the maker in the pair's quote instrument) and the list of known makers.
Draw test tokens from the DevNet faucet POST
Sends one token-standard transfer per offered token from the desk's reservoir party to yours. They arrive as pending transfers: accept each with `POST /wallet/incoming/{cid}/accept` before the balance is yours. A token the reservoir cannot cover is reported in `skipped` and does not stop the others; the cooldown only starts when something actually went out.