Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

btcmarkets-australia

Package Overview
Dependencies
Maintainers
1
Versions
5
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

btcmarkets-australia

Typescript wrapper for BTCMarkets Exchange

  • 1.0.0
  • Source
  • npm
  • Socket score

Version published
Weekly downloads
1
Maintainers
1
Weekly downloads
 
Created
Source

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 --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 '@sketchthat/btcmarkets';

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

Examples

Examples of usage can be found in the /examplesdirectory.

Keywords

FAQs

Package last updated on 16 Oct 2018

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc