Register Webhook
register_webhookRegister a callback URL to receive push notifications when stake state changes. Events: withdraw_ready (stake account becomes withdrawable), epoch_complete (new epoch starts), stake_activated (stake begins earning), stake_deactivated (unstake confirmed). Solentic polls every 60 seconds and POSTs to your URL when events fire.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| url | No | Alias for callbackUrl — either field works | |
| events | Yes | Event types to subscribe to | |
| callbackUrl | No | HTTPS callback URL to receive webhook POST requests | |
| walletAddress | Yes | Wallet address to monitor for state changes |