Skip to main content
cURL
curl --request GET \
  --url https://test.deribit.com/api/v2/private/set_announcement_as_read \
  --header 'Content-Type: application/json' \
  --data '
{
  "jsonrpc": "2.0",
  "id": 5147,
  "method": "private/set_announcement_as_read",
  "params": {
    "announcement_id": 1550058362418
  }
}
'
{
  "jsonrpc": "2.0",
  "id": 1569,
  "result": "ok"
}

Query Parameters

announcement_id
number
required

the ID of the announcement

Example:

1550058362418

Response

200 - application/json

Success response

jsonrpc
enum<string>
required

The JSON-RPC version (2.0)

Available options:
2.0
result
enum<string>
required

Result of method execution. ok in case of success

Available options:
ok
id
integer

The id that was sent in the request