All URIs are relative to https://www.bitmex.com/api/v1
Method | HTTP request | Description |
---|---|---|
walletGetAssetsConfig | GET /wallet/assets | Get Assets Config |
walletGetNetworksConfig | GET /wallet/networks | Get Networks Config |
List<AssetsConfig> walletGetAssetsConfig()
Get Assets Config
// Import classes:
//import io.swagger.client.api.WalletApi;
WalletApi apiInstance = new WalletApi();
try {
List<AssetsConfig> result = apiInstance.walletGetAssetsConfig();
System.out.println(result);
} catch (ApiException e) {
System.err.println("Exception when calling WalletApi#walletGetAssetsConfig");
e.printStackTrace();
}
This endpoint does not need any parameter.
No authorization required
- Content-Type: application/json, application/x-www-form-urlencoded
- Accept: application/json, application/xml, text/xml, application/javascript, text/javascript
List<NetworksConfig> walletGetNetworksConfig()
Get Networks Config
// Import classes:
//import io.swagger.client.api.WalletApi;
WalletApi apiInstance = new WalletApi();
try {
List<NetworksConfig> result = apiInstance.walletGetNetworksConfig();
System.out.println(result);
} catch (ApiException e) {
System.err.println("Exception when calling WalletApi#walletGetNetworksConfig");
e.printStackTrace();
}
This endpoint does not need any parameter.
No authorization required
- Content-Type: application/json, application/x-www-form-urlencoded
- Accept: application/json, application/xml, text/xml, application/javascript, text/javascript