Wallet Monitor
Blockchain | NotificationTypeId | NotificationType |
---|---|---|
Terra Classic | 001_0024 | Wallet Monitor |
Terra | 002_0024 | Wallet Monitor |
Radix | 005_0024 | Wallet 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
Parameter | Requirement | Type | Description |
---|---|---|---|
walletAddress | mandatory | String | Address that the user wants to monitor |
Example Body Structure
- Request
- Response
{
"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"
}
}
{
"data": {
"user_id": "fxxxxxx0-xxxx-xxxx-xxxx-xxxxxxxxxxxx",
"notification_id": "bxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx",
"status": "CREATED",
"timestamp": 1682174193510
},
"status": 200
}
info
In this section we only show the notification parameters specific for wallet monitor. To see the rest of the body structure please check the notification