bybit-api
Advanced tools
Comparing version 2.1.5 to 2.1.6
@@ -251,2 +251,3 @@ import { AxiosRequestConfig } from 'axios'; | ||
}): GenericAPIResponse; | ||
getAPIKeyInfo(): GenericAPIResponse; | ||
} |
@@ -179,2 +179,6 @@ "use strict"; | ||
} | ||
//API Key Info | ||
getAPIKeyInfo() { | ||
return this.requestWrapper.get('v2/private/account/api-key'); | ||
} | ||
} | ||
@@ -181,0 +185,0 @@ exports.InverseClient = InverseClient; |
{ | ||
"name": "bybit-api", | ||
"version": "2.1.5", | ||
"version": "2.1.6", | ||
"description": "Node.js connector for Bybit's REST APIs and WebSockets, with TypeScript & integration tests.", | ||
@@ -5,0 +5,0 @@ "main": "lib/index.js", |
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
167973
2953