mintToken. Recipients have a 24-hour cooldown.
The CLI generates a UUID v4 when --idempotency-key is omitted and returns it in the output. Use a new UUID for a new claim; reuse the returned UUID only to retry the same logical claim.
Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
Request 100 BKN on Ethereum Sepolia with an API key or x402.
brickken faucet bkn \
--recipient-address 0x1111111111111111111111111111111111111111 \
[--idempotency-key UUID_V4] \
--json
mintToken. Recipients have a 24-hour cooldown.
The CLI generates a UUID v4 when --idempotency-key is omitted and returns it in the output. Use a new UUID for a new claim; reuse the returned UUID only to retry the same logical claim.
{
"status": "submitted",
"amount": "100",
"idempotencyKey": "4d0f91d8-453d-4fb5-a8e1-c722bc7b75a1"
}