Wallet Address Generated

This event is dispatched whenever an authenticated user generates a new wallet address

{
  "event": "wallet.address.generated",
  "data": {
    "id": "v2txrv7q",
    "reference": null,
    "currency": "usdt",
    "address": "TMUER8WKoDt2VVzM7Ntt6PKTJNKgQzQgXv",
    "network": "trc20",
    "user": {
      "id": "nho3neuf",
      "sn": "QDXKA7XIYAE",
      "email": "[email protected]",
      "reference": null,
      "first_name": "test",
      "last_name": "user",
      "display_name": null,
      "created_at": "2024-03-22T11:08:26.000Z",
      "updated_at": "2024-03-22T11:08:27.000Z"
    },
    "destination_tag": null,
    "total_payments": null,
    "created_at": "2024-03-22T11:12:24.000Z",
    "updated_at": "2024-03-22T11:12:25.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 attribute of the wallet.String
data.currencyThe crypto ticker of the wallet.String
data.addressThe crypto address of the wallet.String
data.networkThe network associated with the address.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.total_paymentsThe total amount in the wallet.String
data.created_atThe date the wallet was created.String
data.updated_atThe date the waller was updated.String