These docs are for v1.9. Click to read the latest docs for v2.1.

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.

InputMandatoryTypeDescription
idNumberMessage identification number to be marked as read.
protocolNameStringProtocol on which the message has been sent.
Dig deeper into Arianee Protocols.

Example:

{
    "id": "606514080",
    "protocolName": "testnet"
}

Result:

httpCodeDescription
200true: The message is marked as read.
false: The message has already been marked as read.
400Not authorized. You must be authenticated.
{
    "success": true
}