@ryanforever/bybit

1.2.1 • Public • Published

bybit

wrapper for the bybit api

usage

const Bybit = require("@surfingpikachu/bybit")
const bybit = new Bybit({
	apiKey: process.env.BYBIT_API_KEY,
	apiSecret: process.env.BYBIT_API_SECRET
})


bybit.balance().then(console.log)
/*
{
  coin: 'ETH',
  equity: 0,
  availableBalance: 0,
  walletBalance: 0,
  USD: '0.00'
}
*/

methods

Readme

Keywords

Package Sidebar

Install

npm i @ryanforever/bybit

Weekly Downloads

4

Version

1.2.1

License

ISC

Unpacked Size

13 kB

Total Files

9

Last publish

Collaborators

  • ryanforever