Below are the field definitions for the Global Notification endpoint.
https://www.bitmex.com/api/explorer/#/GlobalNotification
Returned from:
/globalNotification
[ { "id": 0, // ID for this notification. "date": "2020-09-14T02:26:42.906Z", // Date and time the notification was published. "title": "string", // Title of the notification. "body": "string", // Body text of the notification. "ttl": 0, // Notification time to live. "type": "success", // Type of notification. "closable": true, // If the notification is dismisable or not. "persist": true, // If the notification is always visible after login. "sound": "string" // Name of the sound to play when displaying the notification. } ] |
For any questions, please contact us at https://www.bitmex.com/app/support/contact.