0.0.2 • Published 4 years ago
@nexys/bitstamp v0.0.2
Bitstamp SDK
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);
0.0.2
4 years ago