Mark message as read
Mark a received message as read for a given wallet.
Before you begin
Let's start 🚀
Use the https://custody.arianee.com/{{client}}/{{network}}/wallet/markMessageAsRead.
Input | Mandatory | Type | Description |
|---|---|---|---|
| ✅ | Number | Message identification number to be marked as read. |
| ✅ | String | Protocol on which the message has been sent. |
Example:
{
"id": "606514080",
"protocolName": "testnet"
}Result:
| Description |
|---|---|
|
|
| Not authorized. You must be authenticated. |
{
"success": true
}Updated 14 days ago
