All URIs are relative to https://api.bybit.com
Method | HTTP request | Description |
---|---|---|
linearFundingMyLastFee | GET /private/linear/funding/prev-funding | Get prev funding |
linearFundingPredicted | GET /private/linear/funding/predicted-funding | Get predicted funding rate and funding fee. |
linearFundingPrevRate | GET /public/linear/funding/prev-funding-rate | Get prev funding |
Object linearFundingMyLastFee(symbol)
Get prev funding
This will get prev funding
// Import classes:
//import io.swagger.client.api.LinearFundingApi;
LinearFundingApi apiInstance = new LinearFundingApi();
String symbol = "symbol_example"; // String |
try {
Object result = apiInstance.linearFundingMyLastFee(symbol);
System.out.println(result);
} catch (ApiException e) {
System.err.println("Exception when calling LinearFundingApi#linearFundingMyLastFee");
e.printStackTrace();
}
Name | Type | Description | Notes |
---|---|---|---|
symbol | String | [optional] |
Object
apiKey, apiSignature, timestamp
- Content-Type: application/json, application/x-www-form-urlencoded
- Accept: application/json
Object linearFundingPredicted(symbol)
Get predicted funding rate and funding fee.
// Import classes:
//import io.swagger.client.api.LinearFundingApi;
LinearFundingApi apiInstance = new LinearFundingApi();
String symbol = "symbol_example"; // String | Contract type.
try {
Object result = apiInstance.linearFundingPredicted(symbol);
System.out.println(result);
} catch (ApiException e) {
System.err.println("Exception when calling LinearFundingApi#linearFundingPredicted");
e.printStackTrace();
}
Name | Type | Description | Notes |
---|---|---|---|
symbol | String | Contract type. |
Object
apiKey, apiSignature, timestamp
- Content-Type: application/json, application/x-www-form-urlencoded
- Accept: application/json
Object linearFundingPrevRate(symbol)
Get prev funding
This will get prev funding rate
// Import classes:
//import io.swagger.client.api.LinearFundingApi;
LinearFundingApi apiInstance = new LinearFundingApi();
String symbol = "symbol_example"; // String |
try {
Object result = apiInstance.linearFundingPrevRate(symbol);
System.out.println(result);
} catch (ApiException e) {
System.err.println("Exception when calling LinearFundingApi#linearFundingPrevRate");
e.printStackTrace();
}
Name | Type | Description | Notes |
---|---|---|---|
symbol | String |
Object
apiKey, apiSignature, timestamp
- Content-Type: application/json, application/x-www-form-urlencoded
- Accept: application/json