cURL
curl --request GET \ --url https://test.deribit.com/api/v2/private/get_new_announcements \ --header 'Content-Type: application/json' \ --data ' { "jsonrpc": "2.0", "id": 3022, "method": "private/get_new_announcements", "params": {} } '
{ "jsonrpc": "2.0", "id": 3022, "result": [ { "title": "Example announcement", "publication_timestamp": 1550058362418, "important": false, "id": 1550058362418, "body": "Lorem ipsum dolor sit amet, consectetur adipiscing elit." } ] }
Retrieves announcements that have not been marked read by the user.
Scope: account:read
account:read
Try in API console
Success response
The JSON-RPC version (2.0)
2.0
Show child attributes
The id that was sent in the request
Was this page helpful?