v1.1.9: add new REST endpoints

https://bybit-exchange.github.io/docs/inverse/#2020-08-19
getOpenInterest
getLatestBigDeal
getLongShortRatio

https://bybit-exchange.github.io/docs/inverse/#2020-07-07
getAssetExchangeRecords
This commit is contained in:
John BEPPU
2020-09-16 21:50:02 -07:00
parent 84166e9b2a
commit f978b1cff5

View File

@@ -1,6 +1,6 @@
{
"name": "bybit-api",
"version": "1.1.8",
"version": "1.1.9",
"description": "An unofficial node.js lowlevel wrapper for the Bybit Cryptocurrency Derivative exchange API",
"main": "index.js",
"scripts": {