Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

ts-bitpin

Package Overview
Dependencies
Maintainers
0
Versions
3
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

ts-bitpin

Unofficial BitPin SDK for Node.js.

  • 2.0.1
  • latest
  • Source
  • npm
  • Socket score

Version published
Weekly downloads
10
decreased by-68.75%
Maintainers
0
Weekly downloads
 
Created
Source

ts-bitpin

Bitpin is an Iranian cryptocurrency exchange that allows users to buy and sell cryptocurrencies using Iranian Rial (IRR).

The purpose of this project is to provide a TypeScript client for the Bitpin API.

This project is provided as is and is not affiliated with Bitpin in any way and is not an official Bitpin project.

Installation

NPM

npm install ts-bitpin

Yarn

yarn add ts-bitpin

From Source

git clone https://github.com/amiwrpremium/ts-bitpin.git
cd ts-bitpin
npm install # or yarn

Usage

Import

import { Client } from 'ts-bitpin';

Create a Client

Simple
const client = new Client();
With Options
const client = new Client({
  apiKey: 'YOUR_API_KEY',
  secretKey: 'YOUR_SECRET_KEY',
});
Async factory
const client = await Client.Create({
  apiKey: 'YOUR_API_KEY',
  secretKey: 'YOUR_SECRET_KEY',
});

License

This project is licensed under the MIT License - see the LICENSE file for details.

Disclaimer

This project is provided as is and is not affiliated with Bitpin in any way and is not an official Bitpin project.

Documentation

The documentation for this project can be found here.

Versioning

We use SemVer for versioning. For the versions available, see the tags on this repository.

Changelog

The changelog for this project can be found here.

Keywords

FAQs

Package last updated on 02 Nov 2024

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc