Skip to content

Commit

Permalink
remove v1 from api since it is the default in public
Browse files Browse the repository at this point in the history
  • Loading branch information
frosty00 committed Feb 27, 2018
1 parent 77d7fba commit 3723a1e
Showing 1 changed file with 4 additions and 6 deletions.
10 changes: 4 additions & 6 deletions js/binance.js
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,11 @@ module.exports = class binance extends Exchange {
'ticker/allBookTickers',
'ticker/price',
'ticker/bookTicker',
'exchangeInfo',
],
'put': [ 'userDataStream' ],
'post': [ 'userDataStream' ],
'delete': [ 'userDataStream' ],
},
'private': {
'get': [
Expand All @@ -117,12 +121,6 @@ module.exports = class binance extends Exchange {
'order',
],
},
'v1': {
'put': [ 'userDataStream' ],
'post': [ 'userDataStream' ],
'delete': [ 'userDataStream' ],
'get': ['exchangeInfo'],
},
},
'fees': {
'trading': {
Expand Down

0 comments on commit 3723a1e

Please sign in to comment.