Skip to content

Commit

Permalink
improvement: add new binance channels support
Browse files Browse the repository at this point in the history
  • Loading branch information
thaaddeus committed Nov 30, 2021
1 parent 94be5f2 commit 285cd68
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions src/consts.ts
Original file line number Diff line number Diff line change
Expand Up @@ -184,7 +184,8 @@ const BINANCE_FUTURES_CHANNELS = [
'compositeIndex',
'topLongShortAccountRatio',
'topLongShortPositionRatio',
'globalLongShortAccountRatio'
'globalLongShortAccountRatio',
'takerlongshortRatio'
] as const

const BINANCE_DELIVERY_CHANNELS = [
Expand All @@ -201,7 +202,8 @@ const BINANCE_DELIVERY_CHANNELS = [
'recentTrades',
'topLongShortAccountRatio',
'topLongShortPositionRatio',
'globalLongShortAccountRatio'
'globalLongShortAccountRatio',
'takerBuySellVol'
] as const

const BITFINEX_DERIV_CHANNELS = ['trades', 'book', 'raw_book', 'status', 'liquidations', 'ticker'] as const
Expand Down

0 comments on commit 285cd68

Please sign in to comment.