quidax-package
TypeScript icon, indicating that this package has built-in type declarations

1.0.34 • Public • Published

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

Readme

Keywords

Package Sidebar

Install

npm i quidax-package

Weekly Downloads

54

Version

1.0.34

License

ISC

Unpacked Size

30.8 kB

Total Files

28

Last publish

Collaborators

  • ridbay