1.2.1 • Published 2 years ago

@ryanforever/bybit v1.2.1

Weekly downloads
-
License
ISC
Repository
github
Last release
2 years ago

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

1.2.1

2 years ago

1.2.0

2 years ago

1.0.1

2 years ago