Skip to content

Latest commit

 

History

History
48 lines (32 loc) · 1.4 KB

GlobalNotificationApi.md

File metadata and controls

48 lines (32 loc) · 1.4 KB

GlobalNotificationApi

All URIs are relative to https://www.bitmex.com/api/v1

Method HTTP request Description
globalNotificationGet GET /globalNotification Get your current GlobalNotifications.

globalNotificationGet

List<GlobalNotification> globalNotificationGet()

Get your current GlobalNotifications.

This is an upcoming feature and currently does not return data.

Example

// Import classes:
//import io.swagger.client.api.GlobalNotificationApi;

GlobalNotificationApi apiInstance = new GlobalNotificationApi();
try {
    List<GlobalNotification> result = apiInstance.globalNotificationGet();
    System.out.println(result);
} catch (ApiException e) {
    System.err.println("Exception when calling GlobalNotificationApi#globalNotificationGet");
    e.printStackTrace();
}

Parameters

This endpoint does not need any parameter.

Return type

List<GlobalNotification>

Authorization

apiExpires, apiKey, apiSignature

HTTP request headers

  • Content-Type: application/json, application/x-www-form-urlencoded
  • Accept: application/json, application/xml, text/xml, application/javascript, text/javascript