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.
npm install ts-bitpin
yarn add ts-bitpin
git clone https://github.com/amiwrpremium/ts-bitpin.git
cd ts-bitpin
npm install # or yarn
import { Client } from 'ts-bitpin';
const client = new Client();
const client = new Client({
apiKey: 'YOUR_API_KEY',
secretKey: 'YOUR_SECRET_KEY',
});
const client = await Client.Create({
apiKey: 'YOUR_API_KEY',
secretKey: 'YOUR_SECRET_KEY',
});
This project is licensed under the MIT License - see the LICENSE file for details.
This project is provided as is and is not affiliated with Bitpin in any way and is not an official Bitpin project.
The documentation for this project can be found here.
We use SemVer for versioning. For the versions available, see the tags on this repository.
The changelog for this project can be found here.