Skip to main content

Wallet Monitor

BlockchainNotificationTypeIdNotificationType
Terra Classic001_0024Wallet Monitor
Terra002_0024Wallet Monitor
Radix005_0024Wallet Monitor

Request

To create a Wallet Monitor notification using the Hermes Protocol API, construct the request body according to the general structure. For the notificationParams object, adhere to the Body structure outlined below:

Body Structure

ParameterRequirementTypeDescription
walletAddressmandatoryStringAddress that the user wants to monitor

Example Body Structure

{
"walletAddress": "rdx1q...my6trj",
"signBytesResult": "3xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx3",
"originalBytes": "8xxxxxax-axxx-4xxx-bxxx-axxxxxxxxxxf",
"chainId": "zb1_005", //Radix
"categoryId": "zb3_0004", // Blockchain
"projectId": "zb2_0012", // General
"notificationTypeId": "005_0024",
"notificationParams": {
"walletAddress": "rdx1q...my6trj"
}
}