Skip to content
This repository has been archived by the owner on Nov 25, 2021. It is now read-only.

Latest commit

 

History

History
48 lines (32 loc) · 1.15 KB

LinearWalletApi.md

File metadata and controls

48 lines (32 loc) · 1.15 KB

LinearWalletApi

All URIs are relative to https://api.bybit.com

Method HTTP request Description
linearWalletGetRiskLimit GET /public/linear/risk-limit Get risk limit.

linearWalletGetRiskLimit

Object linearWalletGetRiskLimit()

Get risk limit.

This will get risk limit.

Example

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

LinearWalletApi apiInstance = new LinearWalletApi();
try {
    Object result = apiInstance.linearWalletGetRiskLimit();
    System.out.println(result);
} catch (ApiException e) {
    System.err.println("Exception when calling LinearWalletApi#linearWalletGetRiskLimit");
    e.printStackTrace();
}

Parameters

This endpoint does not need any parameter.

Return type

Object

Authorization

apiKey, apiSignature, timestamp

HTTP request headers

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