POST
/
v1
/
notification
/
inbox
/
mark_read_all
curl --request POST \
  --url https://api-evm.orderly.network/v1/notification/inbox/mark_read_all \
  --header 'orderly-account-id: <orderly-account-id>' \
  --header 'orderly-key: <orderly-key>' \
  --header 'orderly-signature: <orderly-signature>' \
  --header 'orderly-timestamp: <orderly-timestamp>'
{
  "success": true,
  "timestamp": 1702989203989
}

Headers

orderly-timestamp
string
required
orderly-account-id
string
required
orderly-key
string
required
orderly-signature
string
required

Query Parameters

flag
number
required

The value of the read flag, where 1 = READ and 0 = UNREAD

Response

200 - application/json
success
boolean
required
timestamp
integer