quidax-package
v1.0.37
Published
quidax package
Downloads
17
Readme
Quidax-Package
A community supported NodeJS Package that enables developers to build crypto products securely and seamlessy leveraging Quidax's API.
Table of content
Getting Started
- To get started with this Package, create an account on Quidax, if you haven't already.
- You can then retrieve your API keys from your account dashboard.
Want to contribute?
Contributions are welcome! Kindly refer to the contribution guidelines.
Installation
This package can be installed with npm
or yarn
.
Using npm
,
npm install quidax-package
Using yarn
,
yarn add quidax-package
Usage
const Quidax = require('quidax-package'); // JavaScript
import Quidax from 'quidax-package'; // Typescript
Instantiate the Quidax class
const quidax = new Quidax(PRIVATE_KEY);
- For more information about the services exposed by the Package, please refer to the documentation.
- Be sure to keep your API Credentials securely in environment variables.
Available Services exposed by the Package
The following services are available with this package