Skip to content
4 changes: 2 additions & 2 deletions src/http-client.js
Original file line number Diff line number Diff line change
Expand Up @@ -162,11 +162,11 @@ const checkParams = (name, payload, requires = []) => {
}

const spotP = () => {
return `x-B3AUXNYV${uuid22()}`
return `x-TKT5PX2F${uuid22()}`
}

const futuresP = () => {
return `x-ftGmvgAN${uuid22()}`
return `x-cvBPrNm9${uuid22()}`
}

/**
Expand Down
4 changes: 2 additions & 2 deletions test/static-tests.js
Original file line number Diff line number Diff line change
Expand Up @@ -166,8 +166,8 @@ test.serial('[REST] Futures CancelOrder', async t => {
t.is(obj.orderId, '34234234')
})

const CONTRACT_PREFIX = 'x-ftGmvgAN'
const SPOT_PREFIX = 'x-B3AUXNYV'
const CONTRACT_PREFIX = 'x-cvBPrNm9'
const SPOT_PREFIX = 'x-TKT5PX2F'

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