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:
@@ -74,6 +74,9 @@ If you only use the [public endpoints](#public-endpoints) you can omit key and s
|
||||
#### async getWithdrawRecords(params)
|
||||
[See bybit documentation](https://bybit-exchange.github.io/docs/inverse/#t-withdrawrecords)
|
||||
|
||||
#### async getAssetExchangeRecords(params)
|
||||
[See bybit documentation](https://bybit-exchange.github.io/docs/inverse/#t-assetexchangerecords)
|
||||
|
||||
#### async getWalletBalance(params)
|
||||
[See bybit documentation](https://bybit-exchange.github.io/docs/inverse/#t-balance)
|
||||
|
||||
@@ -103,6 +106,15 @@ If you only use the [public endpoints](#public-endpoints) you can omit key and s
|
||||
#### async getKline(params)
|
||||
[See bybit documentation](https://bybit-exchange.github.io/docs/inverse/#t-querykline)
|
||||
|
||||
#### async getOpenInterest(params)
|
||||
[See bybit documentation](https://bybit-exchange.github.io/docs/inverse/#t-marketopeninterest)
|
||||
|
||||
#### async getLatestBigDeal(params)
|
||||
[See bybit documentation](https://bybit-exchange.github.io/docs/inverse/#t-marketbigdeal)
|
||||
|
||||
#### async getLongShortRatio(params)
|
||||
[See bybit documentation](https://bybit-exchange.github.io/docs/inverse/#t-marketaccountratio)
|
||||
|
||||
#### async getLatestInformation()
|
||||
[See bybit documentation](https://bybit-exchange.github.io/docs/inverse/#t-latestsymbolinfo)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user