Wallet Updated

This event is dispatched whenever an authenticated initiates a transfer or receives deposits into a wallet

{
   "event":"wallet.updated",
   "data":{
      "id":"cd90ef7e33e147bda85101afaf0fb87a1777971748043",
      "name":"USDT",
      "currency":"usdt",
      "balance":"0.072246",
      "locked":"0.0000000000",
      "staked":"0.0000000000",
      "user":{
         "id":"b465wwri",
         "sn":"b465wwri",
         "email":"[email protected]",
         "reference":null,
         "first_name":"test",
         "last_name":"user",
         "display_name":null,
         "created_at":"2021-04-09T12:54:18.000Z",
         "updated_at":"2026-05-04T11:08:17.000Z"
      },
      "converted_balance":"0.072246",
      "reference_currency":"USD",
      "is_crypto":true,
      "created_at":"2021-04-09T12:54:18.000Z",
      "updated_at":"2026-06-25T23:14:33.000Z",
      "blockchain_enabled":true,
      "default_network":"bep20",
      "networks":[
         {
            "id":"bep20",
            "name":"Binance Smart Chain",
            "deposits_enabled":true,
            "withdraws_enabled":true
         },
         {
            "id":"polygon",
            "name":"Polygon Network",
            "deposits_enabled":true,
            "withdraws_enabled":true
         },
         {
            "id":"trc20",
            "name":"Tron Network",
            "deposits_enabled":true,
            "withdraws_enabled":true
         },
         {
            "id":"erc20",
            "name":"Ethereum Network",
            "deposits_enabled":true,
            "withdraws_enabled":true
         },
         {
            "id":"solana",
            "name":"Solana Network",
            "deposits_enabled":true,
            "withdraws_enabled":true
         },
         {
            "id":"ton",
            "name":"TON Network",
            "deposits_enabled":true,
            "withdraws_enabled":true
         },
         {
            "id":"celo",
            "name":"CELO",
            "deposits_enabled":true,
            "withdraws_enabled":true
         },
         {
            "id":"optimism",
            "name":"OP Mainnet",
            "deposits_enabled":true,
            "withdraws_enabled":true
         },
         {
            "id":"arbitrum",
            "name":"Arbitrum One",
            "deposits_enabled":true,
            "withdraws_enabled":false
         },
         {
            "id":"lisk",
            "name":"LISK",
            "deposits_enabled":true,
            "withdraws_enabled":true
         }
      ],
      "deposit_address":"34cXpjix1YeRAWmLD8wviP7S1G43rhd3pp",
      "destination_tag":null
   }
}
{
  "event": "wallet.updated",
  "data": {
    "id": "ehrvhnfz",
    "currency": "ngn",
    "balance": "540.574632524",
    "locked": "101.1",
    "staked": "0.0",
    "user": {
      "id": "23azi7bj",
      "sn": "QDXXIRPXXKS",
      "email": "[email protected]",
      "reference": null,
      "first_name": "Oye",
      "last_name": "Olalekan",
      "display_name": "appstate",
      "created_at": "2021-04-09T09:48:14.000Z",
      "updated_at": "2022-03-14T08:29:34.000Z"
    },
    "converted_balance": "540.574632524",
    "reference_currency": "ngn",
    "is_crypto": false,
    "created_at": "2021-04-09T09:48:14.000Z",
    "updated_at": "2022-10-04T15:31:23.000Z"
  }
}
FieldDescriptionType
eventThe webhook event action that triggered the webhook, e.g. WALLETS.UPDATED.String
dataAll information related to this specific webhook.Object
data.idThe id of the wallet.String
data.nameThe name of the wallet.String
data.currencyThe currency of the wallet.String
data.balanceThe balance of the wallet.String
data.lockedLocked balance of the wallet.String
data.stakedStaked balance of the wallet.String
data.userThe customer's account objectObject
data.user.idThe customer's id of the accountString
data.user.snThe customer's serial numberString
data.user.emailThe customer's emailString
data.user.referenceThe customer's referenceString
data.user.first_nameThe customer's first nameString
data.user.last_nameThe customer's last nameString
data.user.display_nameThe customer's display nameString
data.user.created_atThe date on which the user was createdString
data.user.updated_atThe date on which the user was updatedString
data.blockchain_enabledIndicates whether blockchain is enabled for the wallet.Boolean
data.converted_balanceThe crypto balance converted to fiat.String
data.reference_currencyThe primary fiat currency of the wallet.String
data.is_cryptoBoolean value to determine if the wallet is fiat or crypto.String
data.default_networkThe customer's default networkString
data.networksThe list of available networks for that walletString
data.created_atThe date the wallet was created.String
data.updated_atThe date at which the wallet was updated, eg: when the balance has been updated.String
data.deposit_addressThis is the address of the wallet.String
data.destination_tagThe destination tag associated with the wallet, if applicable. This field is optional.String

Did this page help you?