
You can also integrate this faucet into your website or app, via iframe. You can also use our API.
Endpoint | Info | Method |
---|---|---|
/api/faucet | Returns only the code of the faucet page (html, css, js), useful for faucet implementations on other sites via Iframe | GET |
/api/info | Faucet information: account, amount, balance, received, sent, pending, drops, representative | GET |
/api/history | Returns all transactions sent and received by the faucet, includes timestamp and subtype | GET |
/api/qrcode | QRcode of the faucet account. Useful for donations | GET |
/api/node | Status information for the Nano node used by the faucet (telemetry) | GET |