A community supported NodeJS Package that enables developers to build crypto products securely and seamlessy leveraging Quidax's API.
- 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.
Contributions are welcome! Kindly refer to the contribution guidelines.
This package can be installed with npm
or yarn
.
Using npm
,
npm install quidax-package
Using yarn
,
yarn add quidax-package
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.
The following services are available with this package