Wallet Monitor API
Monitor the health of node wallets and receive alerts when balances fall below configured thresholds.Get wallet monitor status
Authentication
The authenticated user’s email must be in theADMIN_EMAILS environment variable (comma-separated list). Non-admin users receive a 403 response.
Response
Response fields
Low-balance alerts
When one or more wallets have balances below the threshold, the endpoint automatically sends a support alert with details about the affected wallets. The alert is sent asynchronously and does not block the response.Support alerts require the
SUPPORT_WEBHOOK_URL environment variable to be configured. When the variable is not set, alerts are logged to the console but not sent externally.