Skip to content

Commit 204da83

Browse files
committed
Merge branch 'master' of github.com:ccxt/binance-api-node
2 parents 00d4a84 + 3543c56 commit 204da83

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

src/http-client.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -162,11 +162,11 @@ const checkParams = (name, payload, requires = []) => {
162162
}
163163

164164
const spotP = () => {
165-
return `x-B3AUXNYV${uuid22()}`
165+
return `x-TKT5PX2F${uuid22()}`
166166
}
167167

168168
const futuresP = () => {
169-
return `x-ftGmvgAN${uuid22()}`
169+
return `x-cvBPrNm9${uuid22()}`
170170
}
171171

172172
/**

test/static-tests.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -166,8 +166,8 @@ test.serial('[REST] Futures CancelOrder', async t => {
166166
t.is(obj.orderId, '34234234')
167167
})
168168

169-
const CONTRACT_PREFIX = 'x-ftGmvgAN'
170-
const SPOT_PREFIX = 'x-B3AUXNYV'
169+
const CONTRACT_PREFIX = 'x-cvBPrNm9'
170+
const SPOT_PREFIX = 'x-TKT5PX2F'
171171

172172
test.serial('[REST] MarketBuy', async t => {
173173
await binance.order({ symbol: 'LTCUSDT', side: 'BUY', type: 'MARKET', quantity: 0.5 })

0 commit comments

Comments
 (0)