Wallet Updated

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

{
  "event": "wallet.updated",
  "data": {
    "id": "r22jjnjl",
    "currency": "ltc",
    "balance": "0.00600000923",
    "locked": "0.0",
    "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": "353.3405435547",
    "reference_currency": "ngn",
    "is_crypto": true,
    "created_at": "2021-04-09T09:48:14.000Z",
    "updated_at": "2023-05-10T09:46:39.000Z",
    "deposit_address": "LaRUcCSzZ7ZATRvTCNPVYzH9wKvhjePcAN",
    "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.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.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.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