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.

Input

Mandatory

Type

Description

id

Number

Message identification number to be marked as read.

protocolName

String

Protocol on which the message has been sent.
Dig deeper into Arianee Protocols.

Example:

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

Result:

httpCode

Description

200

true: The message is marked as read.
false: The message has already been marked as read.

400

Not authorized. You must be authenticated.

{
    "success": true
}