quadriga-node-api
Advanced tools
Comparing version 0.1.1 to 0.1.2
{ | ||
"name": "quadriga-node-api", | ||
"version": "0.1.1", | ||
"version": "0.1.2", | ||
"description": "An async/await Node.js api wrapper for QuadrigaCX", | ||
@@ -5,0 +5,0 @@ "main": "quadriga.js", |
@@ -14,3 +14,3 @@ # quadriga-node-api | ||
To begin using the API wrapper, require it, create a config object that contains your API key and Secret key provided by Binance, create a new object, delegating the behaviour from Binance. Then run the custom init() function with your config object as a parameter. Example code is as follows: | ||
To begin using the API wrapper, require it, create a config object that contains your API key, Secret key and Account Id provided by QuadrigaCX and then run the custom init() function with your config object as a parameter. Example code is as follows: | ||
@@ -17,0 +17,0 @@ ```javascript |
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
9472