https://github.com/nexys-admin/bitstamp-sdk
SDK to connect to Bitstamp
https://github.com/nexys-admin/bitstamp-sdk
bitstamp bitstamp-api sdk sdk-t typescript typescript-library
Last synced: about 2 months ago
JSON representation
SDK to connect to Bitstamp
- Host: GitHub
- URL: https://github.com/nexys-admin/bitstamp-sdk
- Owner: nexys-admin
- Created: 2021-07-08T09:34:41.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2021-07-08T09:38:15.000Z (almost 5 years ago)
- Last Synced: 2025-02-17T01:35:19.314Z (over 1 year ago)
- Topics: bitstamp, bitstamp-api, sdk, sdk-t, typescript, typescript-library
- Language: TypeScript
- Homepage:
- Size: 68.4 KB
- Stars: 0
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Bitstamp SDK
[](https://www.npmjs.com/package/@nexys/bitstamp)
[](https://github.com/nexys-admin/bitstamp-sdk/actions/workflows/yarn.yml)
[](https://github.com/nexys-admin/bitstamp-sdk/actions/workflows/publish.yml)

[](https://bundlephobia.com/result?p=@nexys/bitstamp)
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);
```