Skip to content

nexys-admin/bitstamp-sdk

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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);