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

1.1.1 • Public • Published

Build Status Coverage Status Dependencies

BTCMarkets Wrapper

Typescript / Node wrapper for the Market, Public, Account and Trade APIs offered by BTCMarkets

Setup

Install the dependancies with npm / yarn.

npm install btcmarkets-australia --save

API Key

In order to utilise the private functions you'll need to generate an API Key with BTCMarkets.

Usage

If using public methods api keys don't need to be passed to the constructor.

import { BTCMarkets } from 'btcmarkets-australia';

const btcm = new BTCMarkets('myPublicApiKey', 'myPrivateApiKey');

Examples

Examples of usage can be found in the /examplesdirectory.

Dependencies (3)

Dev Dependencies (12)

Package Sidebar

Install

npm i btcmarkets-australia

Weekly Downloads

4

Version

1.1.1

License

WTFPL

Unpacked Size

66.2 kB

Total Files

69

Last publish

Collaborators

  • sketchthat