Skip to content
This repository was archived by the owner on Oct 24, 2022. It is now read-only.

Atww/bitkubapi

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

BitkubAPI-WrapperDemo [ Beta Version ]

Install

npm i bitkubapidemo

Usage

import { BitkubSecure, BitkubNonSecure } from 'bitkubapidemo'

const bitkubserver = new BitkubNonSecure();
const bitkub = new BitkubSecure(BITKUB_API_KEY, BITKUB_SECRET_KEY);

Example

const servertime = await bitkubserver.servertime(); 

API Document

Soon

Reference

https://github.com/bitkub/bitkub-official-api-docs/blob/master/restful-api.md

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published