0.0.8 • Published 3 years ago

bitkubapidemo v0.0.8

Weekly downloads
-
License
MIT
Repository
github
Last release
3 years ago

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

0.0.8

3 years ago

0.0.7

3 years ago

0.0.6

3 years ago

0.0.5

3 years ago

0.0.4

3 years ago

0.0.3

3 years ago

0.0.2

3 years ago

0.0.1

3 years ago