bitget-node-api
Advanced tools
Comparing version 1.0.3 to 1.0.4
@@ -59,3 +59,3 @@ "use strict"; | ||
productTypeHistory(productType, startTime, endTime, pageSize) { | ||
const url = MIX_URL.MIX_ORDER + '/historyProductType'; | ||
const url = config_1.MIX_URL.MIX_ORDER + '/historyProductType'; | ||
const qsOrBody = {productType, startTime, endTime, pageSize}; | ||
@@ -62,0 +62,0 @@ const headers = this.signer('GET', url, qsOrBody) |
{ | ||
"name": "bitget-node-api", | ||
"version": "1.0.3", | ||
"version": "1.0.4", | ||
"description": "Node.js/typescript connector for Bidget REST APIs and WebSockets", | ||
@@ -5,0 +5,0 @@ "main": "build/index.js", |
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
256234