Api
API Introduction
Getting started with the Droplit API.
API Introduction
The Droplit API provides programmatic control of droplit wallets for app and agent workflows.
Base URL
Use your configured Droplit API URL, for example:
https://dev-go-faucet-api-mazi.encr.appAuthentication
All endpoints require signed X-Auth-Token headers.
See Authentication for request-signing details.
Core endpoint groups
Management
GET /admin/faucets- list droplits for the authenticated ownerPOST /faucets- create a new droplitGET /faucet/:name/status- fetch droplit balance and statePOST /faucet/:name/activity- fetch activity history
Wallet operations
POST /faucet/:name/tap- send sats to a recipientPOST /faucet/:name/fund- fund a transaction templatePOST /faucet/:name/push- push OP_RETURN dataPOST /faucet/:name/mint- mint inscriptions
Access control
GET /faucet/:name/api-keys- list allowlisted public keysPOST /faucet/:name/api-keys- add an allowlisted keyDELETE /faucet/:name/api-keys/:pubkey- remove an allowlisted key
Realtime activity
GET /faucet/:name/activity-stream- subscribe to SSE activity events