Request 100 BKN on Ethereum Sepolia
BKN Faucet
Request BKN from the Faucet
Request 100 BKN on Ethereum Sepolia with an API key or a 0.01 USDC x402 payment.
POST
Request 100 BKN on Ethereum Sepolia
POST /faucet/bkn is available in Sandbox and Forge. It mints 100 BKN on Ethereum Sepolia to recipientAddress.
Use exactly one authentication mode:
x-api-key: consumes one of the key’s 10 dedicated lifetime faucet credits.X-PAYMENT: settles the live 0.01 USDC x402 challenge and consumes no API-key credit.
Idempotency-Key, and its value must be a UUID v4.
The recipient address has a separate 24-hour cooldown. An idempotent retry does not spend another faucet credit, and a request rejected by validation or cooldown does not spend one either.
Client examples
- REST
- SDK
- CLI
- MCP
Response
The API returns200 when confirmation completed within the request and 202 when the mint was submitted and can finish asynchronously.
429 means the recipient is still in cooldown and includes Retry-After. Out of credits for faucet means the API key has spent all 10 lifetime claims; use x402 for a paid request or contact Brickken.Authorizations
Headers
UUID v4. Reuse only for a retry of the same logical claim.
Pattern:
^[0-9a-fA-F]{8}-[0-9a-fA-F]{4}-4[0-9a-fA-F]{3}-[89aAbB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}$Body
application/json
Non-zero Ethereum Sepolia recipient address.
Pattern:
^0x[a-fA-F0-9]{40}$Response
The mint transaction was confirmed during the request.
Available options:
confirmed, submitted Allowed value:
"11155111"Pattern:
^0x[a-fA-F0-9]{40}$Allowed value:
"100"Allowed value:
"100000000000000000000"Pattern:
^0x[a-fA-F0-9]{64}$