Draw test tokens from the DevNet faucet
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.
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.
Authorization
ApiKeyAuth In: header
Response Body
application/json
application/json
application/json
application/json
application/json
curl -X POST "https://example.com/faucet"{ "sent": [ { "symbol": "cbtc", "displaySymbol": "cBTC", "amount": "0.01" } ], "skipped": [ { "symbol": "cc", "reason": "insufficient CC" } ], "retryAfterSeconds": 3600}{ "error": "string", "code": "INSUFFICIENT_FUNDS"}{ "error": "string", "code": "INSUFFICIENT_FUNDS"}{ "error": "string", "code": "INSUFFICIENT_FUNDS"}{ "error": "string", "code": "INSUFFICIENT_FUNDS"}What the DevNet faucet will hand out (and when) GET
`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.
Catalog of tradable instruments GET
Symbols, display names and `decimals` of the catalog instruments — a maker needs this to interpret `base`/`quote` in RFQs and holding amounts. Available with the same X-API-Key as the rest of the Maker API.