Skip to main content

Notifications

  • Polling : ask server about new messages, once server returned messages it will not send it again
GET https://api.feemaker.io/events?`ownerAddress`=0x1234....1234&`secretSessionId`=[SECRET_KEY_CREATED_BY_YOU]
  • Webhook (Callback Url) : define during deployWallet to to get notifications about all deposits/withdrawals of all child addresses.
{ deployData..., callbackUrl: "https://myserver.com/notifyMeHere"}
  • Web Sockets : to get notifications about all deposit/withdrawals of all child addresses
websocat wss://api.feemaker.io/socket/0xe9FED8b8BFd0e73c999091BbF55c02766661D8Aa
  • Telegram Bot - https://t.me/smart_wallet_notifications_bot . Open the bot and provide smart wallet owner address to get all notifications in telegram.

    FYI: You also can use /subscribe_threshold to get notification when balance is less than expected. It is useful for case when you keep funds on cold wallet and need to know when to deposit your hot wallet

                    
    /subscribe_threshold CHAINID OWNER_ADDRESS TOKEN_ADDRESS AMOUNT
  • Email Notifications - use /setEmailNotifications to setup email address to get notifications

  • Track history - you can always get the history of latest 50 transactions by yourself