0.0.8 • Published 4 years ago

bitkubapidemo v0.0.8

Weekly downloads
-
License
MIT
Repository
github
Last release
4 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

4 years ago

0.0.7

4 years ago

0.0.6

4 years ago

0.0.5

4 years ago

0.0.4

4 years ago

0.0.3

4 years ago

0.0.2

4 years ago

0.0.1

4 years ago