All URIs are relative to https://api.bybit.com
Method | HTTP request | Description |
---|---|---|
aPIkeyInfo | GET /open-api/api-key | Get account api-key information. |
Object aPIkeyInfo()
Get account api-key information.
// Import classes:
//import io.swagger.client.api.APIkeyApi;
APIkeyApi apiInstance = new APIkeyApi();
try {
Object result = apiInstance.aPIkeyInfo();
System.out.println(result);
} catch (ApiException e) {
System.err.println("Exception when calling APIkeyApi#aPIkeyInfo");
e.printStackTrace();
}
This endpoint does not need any parameter.
Object
apiKey, apiSignature, timestamp
- Content-Type: application/json, application/x-www-form-urlencoded
- Accept: application/json