Mark message as read

Mark a received message as read for a given wallet.

Workflow

Let's start 🚀

URL

Use the https://custody.arianee.com/{{client}}/{{network}}/wallet/markMessageAsRead.

POST - https://custody.arianee.com/{{client}}/{{network}}/wallet/markMessageAsRead

Body

FieldTypeRequiredDescription
idNumberMessage identification number to be marked as read.
protocolNameString - testnet, mainnet, arianeetestnet, mumbai, polygon, arialabs, stadetoulousain, ysl, testnetSbt, arianeeSupernet, arianeesbt, tezostestnet, supernettestnetProtocol on which the message has been sent.
Dig deeper into Arianee Protocols.
{
    "id": "606514080",
    "protocolName": "testnet"
}

Return Payload

Status CodeDescription
200true: The message is marked as read.
false: The message has already been marked as read.
{
    "success": true
}

Errors

Status CodeDescription
400Not authorized. You must be authenticated.