This is a simple (unofficial) SDK to access the bitstamp API
Link to the official doc: // doc: https://www.bitstamp.net/api/
import {Client} from '@nexys/bitstamp';
const apiKey = 'myAPiKey';
const secret = 'secret';
const bitstampClient = new Client(apiKey, secret);