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

Latest commit

 

History

History
46 lines (31 loc) · 1.01 KB

APIkeyApi.md

File metadata and controls

46 lines (31 loc) · 1.01 KB

APIkeyApi

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

Method HTTP request Description
aPIkeyInfo GET /open-api/api-key Get account api-key information.

aPIkeyInfo

Object aPIkeyInfo()

Get account api-key information.

Example

// 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();
}

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