0.0.2 • Published 4 years ago

@nexys/bitstamp v0.0.2

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

Bitstamp SDK

npm version Build and Test Package Publish Code style Bundlephobia

This is a simple (unofficial) SDK to access the bitstamp API

Link to the official doc: // doc: https://www.bitstamp.net/api/

Get started

import {Client} from '@nexys/bitstamp';

const apiKey = 'myAPiKey';
const secret = 'secret';

const bitstampClient = new Client(apiKey, secret);