node-binance-api icon indicating copy to clipboard operation
node-binance-api copied to clipboard

marketBuy doesnt work... FuturesBuy works prefectly.. StatusMessage: Bad request.

Open K4L231 opened this issue 3 years ago • 4 comments

run(); async function run() { const Binance = require('node-binance-api'); const binance = new Binance().options({ APIKEY: ............................................................', APISECRET: '...........................................', useServerTime: true, recvWindow: 60000, verbose: true, });

binance.marketBuy("DOGEUSDT", 10 , (error, response) => {
    console.info('Market Buy response', response);
    // Now you can limit sell with a stop loss, etc.
    console.error(error.statusCode)
    console.error(error.statusMessage)
    console.error(error.method)
    });

}

StatusCode: 400, statusMessage: Bad request.

Full error: ``` Market Buy response {} <ref *2> IncomingMessage { _readableState: ReadableState { objectMode: false, highWaterMark: 16384, buffer: BufferList { head: null, tail: null, length: 0 }, length: 0, pipes: [], flowing: true, ended: true, endEmitted: true, reading: false, constructed: true, sync: true, needReadable: false, emittedReadable: false, readableListening: false, resumeScheduled: false, errorEmitted: false, emitClose: true, autoDestroy: true, destroyed: false, errored: null, closed: false, closeEmitted: false, defaultEncoding: 'utf8', awaitDrainWriters: null, multiAwaitDrain: false, readingMore: true, dataEmitted: true, decoder: null, encoding: null, [Symbol(kPaused)]: false }, _events: [Object: null prototype] { end: [ [Function: responseOnEnd], [Function (anonymous)] ], close: [ [Function (anonymous)], [Function (anonymous)] ], data: [Function (anonymous)], error: [Function (anonymous)] }, _eventsCount: 4, _maxListeners: undefined, socket: null, httpVersionMajor: 1, httpVersionMinor: 1, httpVersion: '1.1', complete: true, rawHeaders: [ 'Content-Type', 'application/json;charset=UTF-8', 'Content-Length', '51', 'Connection', 'keep-alive', 'Date', 'Wed, 19 Jan 2022 11:20:00 GMT', 'Server', 'nginx', 'x-mbx-uuid', '8496aa6e-aeae-487c-99f6-05a765b84bf1', 'x-mbx-used-weight', '1', 'x-mbx-used-weight-1m', '1', 'Strict-Transport-Security', 'max-age=31536000; includeSubdomains', 'X-Frame-Options', 'SAMEORIGIN', 'X-Xss-Protection', '1; mode=block', 'X-Content-Type-Options', 'nosniff', 'Content-Security-Policy', "default-src 'self'", 'X-Content-Security-Policy', "default-src 'self'", 'X-WebKit-CSP', "default-src 'self'", 'Cache-Control', 'no-cache, no-store, must-revalidate', 'Pragma', 'no-cache', 'Expires', '0', 'X-Cache', 'Error from cloudfront', 'Via', '1.1 cbd18b02b7c6aaf27ea81991ef8e7128.cloudfront.net (CloudFront)', 'X-Amz-Cf-Pop', 'ARN1-C1', 'X-Amz-Cf-Id', '2l1IHDZ1cZ040wzYTjX5RAp56dRjvKB4veTuOIZd9s-qjTCE9gafog==' ], rawTrailers: [], aborted: false, upgrade: false, url: '', method: null, statusCode: 400, statusMessage: 'Bad Request', client: <ref *1> TLSSocket { _tlsOptions: { allowHalfOpen: undefined, pipe: false, secureContext: [SecureContext], isServer: false, requestCert: true, rejectUnauthorized: true, session: undefined, ALPNProtocols: undefined, requestOCSP: undefined, enableTrace: undefined, pskCallback: undefined, highWaterMark: undefined, onread: undefined, signal: undefined }, _secureEstablished: true, _securePending: false, _newSessionPending: false, _controlReleased: true, secureConnecting: false, _SNICallback: null, servername: 'api.binance.com', alpnProtocol: false, authorized: true, authorizationError: null, encrypted: true, _events: [Object: null prototype] { close: [Array], end: [Function: onReadableStreamEnd], newListener: [Function: keylogNewListener], secure: [Function: onConnectSecure], session: [Function (anonymous)], free: [Function: onFree], timeout: [Function: onTimeout], agentRemove: [Function: onRemove] }, _eventsCount: 8, connecting: false, _hadError: false, _parent: null, _host: 'api.binance.com', _readableState: ReadableState { objectMode: false, highWaterMark: 16384, buffer: BufferList { head: null, tail: null, length: 0 }, length: 0, pipes: [], flowing: true, ended: false, endEmitted: false, reading: true, constructed: true, sync: false, needReadable: true, emittedReadable: false, readableListening: false, resumeScheduled: false, errorEmitted: false, emitClose: false, autoDestroy: true, destroyed: false, errored: null, closed: false, closeEmitted: false, defaultEncoding: 'utf8', awaitDrainWriters: null, multiAwaitDrain: false, readingMore: false, dataEmitted: true, decoder: null, encoding: null, [Symbol(kPaused)]: false }, _maxListeners: undefined, _writableState: WritableState { objectMode: false, highWaterMark: 16384, finalCalled: false, needDrain: false, ending: false, ended: false, finished: false, destroyed: false, decodeStrings: false, defaultEncoding: 'utf8', length: 0, writing: false, corked: 0, sync: false, bufferProcessing: false, onwrite: [Function: bound onwrite], writecb: null, writelen: 0, afterWriteTickInfo: null, buffered: [], bufferedIndex: 0, allBuffers: true, allNoop: true, pendingcb: 0, constructed: true, prefinished: false, errorEmitted: false, emitClose: false, autoDestroy: true, errored: null, closed: false, closeEmitted: false, [Symbol(kOnFinished)]: [] }, allowHalfOpen: false, _sockname: null, _pendingData: null, _pendingEncoding: '', server: undefined, _server: null, ssl: TLSWrap { _parent: [TCP], _parentWrap: undefined, _secureContext: [SecureContext], reading: true, onkeylog: [Function: onkeylog], onhandshakestart: {}, onhandshakedone: [Function (anonymous)], onocspresponse: [Function: onocspresponse], onnewsession: [Function: onnewsessionclient], onerror: [Function: onerror], [Symbol(owner_symbol)]: [Circular *1] }, _requestCert: true, _rejectUnauthorized: true, parser: null, _httpMessage: ClientRequest { _events: [Object: null prototype], _eventsCount: 6, _maxListeners: undefined, outputData: [], outputSize: 0, writable: true, destroyed: true, _last: false, chunkedEncoding: false, shouldKeepAlive: true, maxRequestsOnConnectionReached: false, _defaultKeepAlive: true, useChunkedEncodingByDefault: true, sendDate: false, _removedConnection: false, _removedContLen: false, _removedTE: false, _contentLength: null, _hasBody: true, _trailer: '', finished: true, _headerSent: true, _closed: false, socket: [Circular *1], _header: 'POST /api/v3/order HTTP/1.1\r\n' + 'User-Agent: Mozilla/4.0 (compatible; Node Binance API)\r\n' + 'Content-type: application/x-www-form-urlencoded\r\n' + 'X-MBX-APIKEY: WVuJovIto0fdK3Kpb5hZSjLwKiqNldaHUjsObqDJJJnudCPKXYo2UByVfvTVdpSO\r\n' + 'host: api.binance.com\r\n' + 'content-length: 164\r\n' + 'Connection: keep-alive\r\n' + '\r\n', _keepAliveTimeout: 0, _onPendingData: [Function: nop], agent: [Agent], socketPath: undefined, method: 'POST', maxHeaderSize: undefined, insecureHTTPParser: undefined, path: '/api/v3/order', _ended: true, res: [Circular *2], aborted: false, timeoutCb: null, upgradeOrConnect: false, parser: null, maxHeadersCount: null, reusedSocket: false, host: 'api.binance.com', protocol: 'https:', [Symbol(kCapture)]: false, [Symbol(kNeedDrain)]: false, [Symbol(corked)]: 0, [Symbol(kOutHeaders)]: [Object: null prototype] }, timeout: 0, [Symbol(res)]: TLSWrap { _parent: [TCP], _parentWrap: undefined, _secureContext: [SecureContext], reading: true, onkeylog: [Function: onkeylog], onhandshakestart: {}, onhandshakedone: [Function (anonymous)], onocspresponse: [Function: onocspresponse], onnewsession: [Function: onnewsessionclient], onerror: [Function: onerror], [Symbol(owner_symbol)]: [Circular *1] }, [Symbol(verified)]: true, [Symbol(pendingSession)]: null, [Symbol(async_id_symbol)]: 18, [Symbol(kHandle)]: TLSWrap { _parent: [TCP], _parentWrap: undefined, _secureContext: [SecureContext], reading: true, onkeylog: [Function: onkeylog], onhandshakestart: {}, onhandshakedone: [Function (anonymous)], onocspresponse: [Function: onocspresponse], onnewsession: [Function: onnewsessionclient], onerror: [Function: onerror], [Symbol(owner_symbol)]: [Circular *1] }, [Symbol(kSetNoDelay)]: false, [Symbol(lastWriteQueueSize)]: 0, [Symbol(timeout)]: Timeout { _idleTimeout: -1, _idlePrev: null, _idleNext: null, _idleStart: 619, _onTimeout: null, _timerArgs: undefined, _repeat: null, _destroyed: true, [Symbol(refed)]: false, [Symbol(kHasPrimitive)]: false, [Symbol(asyncId)]: 29, [Symbol(triggerId)]: 26 }, [Symbol(kBuffer)]: null, [Symbol(kBufferCb)]: null, [Symbol(kBufferGen)]: null, [Symbol(kCapture)]: false, [Symbol(kBytesRead)]: 0, [Symbol(kBytesWritten)]: 0, [Symbol(connect-options)]: { rejectUnauthorized: true, ciphers: 'TLS_AES_256_GCM_SHA384:TLS_CHACHA20_POLY1305_SHA256:TLS_AES_128_GCM_SHA256:ECDHE-RSA-AES128-GCM-SHA256:ECDHE-ECDSA-AES128-GCM-SHA256:ECDHE-RSA-AES256-GCM-SHA384:ECDHE-ECDSA-AES256-GCM-SHA384:DHE-RSA-AES128-GCM-SHA256:ECDHE-RSA-AES128-SHA256:DHE-RSA-AES128-SHA256:ECDHE-RSA-AES256-SHA384:DHE-RSA-AES256-SHA384:ECDHE-RSA-AES256-SHA256:DHE-RSA-AES256-SHA256:HIGH:!aNULL:!eNULL:!EXPORT:!DES:!RC4:!MD5:!PSK:!SRP:!CAMELLIA', checkServerIdentity: [Function: checkServerIdentity], minDHSize: 1024, _events: [Object: null prototype], _eventsCount: 3, _maxListeners: undefined, method: 'POST', family: false, localAddress: false, forever: true, qsStringifyOptions: [Object], headers: [Object], callback: [Function (anonymous)], readable: true, writable: true, explicitMethod: true, _qs: [Querystring], _auth: [Auth], _oauth: [OAuth], _multipart: [Multipart], _redirect: [Redirect], _tunnel: [Tunnel], setHeader: [Function (anonymous)], hasHeader: [Function (anonymous)], getHeader: [Function (anonymous)], removeHeader: [Function (anonymous)], pool: [Object], dests: [], __isRequestRequest: true, _callback: [Function (anonymous)], uri: [Url], proxy: null, tunnel: true, setHost: true, originalCookieHeader: undefined, _disableCookies: true, _jar: undefined, port: 443, host: 'api.binance.com', body: 'symbol=DOGEUSDT&side=BUY&type=MARKET&quantity=10&timestamp=1642591200177&recvWindow=60000&signature=da44c8d6589d427778f92ba6c2716a77f57b87d7f1fcf1bb727270c2213b8758', path: null, httpModule: [Object], agentClass: [Function: Agent], agentOptions: [Object], agent: [Agent], _started: true, href: 'https://api.binance.com/api/v3/order', secureEndpoint: true, _defaultAgent: [Agent], keepAlive: true, servername: 'api.binance.com', _agentKey: 'api.binance.com:443:::::::::::::::::::::', encoding: null }, [Symbol(RequestTimeout)]: undefined }, _consuming: false, _dumped: false, req: <ref *3> ClientRequest { _events: [Object: null prototype] { response: [Function: bound ], error: [Array], drain: [Function (anonymous)], socket: [Function (anonymous)], timeout: [Function], prefinish: [Function: requestOnPrefinish] }, _eventsCount: 6, _maxListeners: undefined, outputData: [], outputSize: 0, writable: true, destroyed: true, _last: false, chunkedEncoding: false, shouldKeepAlive: true, maxRequestsOnConnectionReached: false, _defaultKeepAlive: true, useChunkedEncodingByDefault: true, sendDate: false, _removedConnection: false, _removedContLen: false, _removedTE: false, _contentLength: null, _hasBody: true, _trailer: '', finished: true, _headerSent: true, _closed: false, socket: <ref *1> TLSSocket { _tlsOptions: [Object], _secureEstablished: true, _securePending: false, _newSessionPending: false, _controlReleased: true, secureConnecting: false, _SNICallback: null, servername: 'api.binance.com', alpnProtocol: false, authorized: true, authorizationError: null, encrypted: true, _events: [Object: null prototype], _eventsCount: 8, connecting: false, _hadError: false, _parent: null, _host: 'api.binance.com', _readableState: [ReadableState], _maxListeners: undefined, _writableState: [WritableState], allowHalfOpen: false, _sockname: null, _pendingData: null, _pendingEncoding: '', server: undefined, _server: null, ssl: [TLSWrap], _requestCert: true, _rejectUnauthorized: true, parser: null, _httpMessage: [Circular *3], timeout: 0, [Symbol(res)]: [TLSWrap], [Symbol(verified)]: true, [Symbol(pendingSession)]: null, [Symbol(async_id_symbol)]: 18, [Symbol(kHandle)]: [TLSWrap], [Symbol(kSetNoDelay)]: false, [Symbol(lastWriteQueueSize)]: 0, [Symbol(timeout)]: Timeout { _idleTimeout: -1, _idlePrev: null, _idleNext: null, _idleStart: 619, _onTimeout: null, _timerArgs: undefined, _repeat: null, _destroyed: true, [Symbol(refed)]: false, [Symbol(kHasPrimitive)]: false, [Symbol(asyncId)]: 29, [Symbol(triggerId)]: 26 }, [Symbol(kBuffer)]: null, [Symbol(kBufferCb)]: null, [Symbol(kBufferGen)]: null, [Symbol(kCapture)]: false, [Symbol(kBytesRead)]: 0, [Symbol(kBytesWritten)]: 0, [Symbol(connect-options)]: [Object], [Symbol(RequestTimeout)]: undefined }, _header: 'POST /api/v3/order HTTP/1.1\r\n' + 'User-Agent: Mozilla/4.0 (compatible; Node Binance API)\r\n' + 'Content-type: application/x-www-form-urlencoded\r\n' + 'X-MBX-APIKEY: WVuJovIto0fdK3Kpb5hZSjLwKiqNldaHUjsObqDJJJnudCPKXYo2UByVfvTVdpSO\r\n' + 'host: api.binance.com\r\n' + 'content-length: 164\r\n' + 'Connection: keep-alive\r\n' + '\r\n', _keepAliveTimeout: 0, _onPendingData: [Function: nop], agent: Agent { _events: [Object: null prototype], _eventsCount: 2, _maxListeners: undefined, defaultPort: 443, protocol: 'https:', options: [Object: null prototype], requests: [Object: null prototype] {}, sockets: [Object: null prototype], freeSockets: [Object: null prototype] {}, keepAliveMsecs: 1000, keepAlive: true, maxSockets: Infinity, maxFreeSockets: 256, scheduling: 'lifo', maxTotalSockets: Infinity, totalSocketCount: 2, maxCachedSessions: 100, _sessionCache: [Object], [Symbol(kCapture)]: false }, socketPath: undefined, method: 'POST', maxHeaderSize: undefined, insecureHTTPParser: undefined, path: '/api/v3/order', _ended: true, res: [Circular *2], aborted: false, timeoutCb: null, upgradeOrConnect: false, parser: null, maxHeadersCount: null, reusedSocket: false, host: 'api.binance.com', protocol: 'https:', [Symbol(kCapture)]: false, [Symbol(kNeedDrain)]: false, [Symbol(corked)]: 0, [Symbol(kOutHeaders)]: [Object: null prototype] { 'user-agent': [Array], 'content-type': [Array], 'x-mbx-apikey': [Array], host: [Array], 'content-length': [Array] } }, request: <ref *4> Request { _events: [Object: null prototype] { error: [Array], complete: [Function: bound ], pipe: [Function (anonymous)], data: [Function (anonymous)], end: [Function (anonymous)] }, _eventsCount: 5, _maxListeners: undefined, method: 'POST', family: false, localAddress: false, timeout: 60000, forever: true, qsStringifyOptions: { arrayFormat: 'repeat' }, headers: { 'User-Agent': 'Mozilla/4.0 (compatible; Node Binance API)', 'Content-type': 'application/x-www-form-urlencoded', 'X-MBX-APIKEY': 'WVuJovIto0fdK3Kpb5hZSjLwKiqNldaHUjsObqDJJJnudCPKXYo2UByVfvTVdpSO', 'content-length': 164 }, callback: [Function (anonymous)], readable: true, writable: true, explicitMethod: true, _qs: Querystring { request: [Circular *4], lib: [Object], useQuerystring: undefined, parseOptions: {}, stringifyOptions: [Object] }, _auth: Auth { request: [Circular *4], hasAuth: false, sentAuth: false, bearerToken: null, user: null, pass: null }, _oauth: OAuth { request: [Circular *4], params: null }, _multipart: Multipart { request: [Circular *4], boundary: '289d3cf1-58ee-4f78-b83a-287387c88441', chunked: false, body: null }, _redirect: Redirect { request: [Circular *4], followRedirect: true, followRedirects: true, followAllRedirects: false, followOriginalHttpMethod: false, allowRedirect: [Function (anonymous)], maxRedirects: 10, redirects: [], redirectsFollowed: 0, removeRefererHeader: false }, _tunnel: Tunnel { request: [Circular *4], proxyHeaderWhiteList: [Array], proxyHeaderExclusiveList: [] }, setHeader: [Function (anonymous)], hasHeader: [Function (anonymous)], getHeader: [Function (anonymous)], removeHeader: [Function (anonymous)], pool: { 'https:': [Agent] }, dests: [], __isRequestRequest: true, _callback: [Function (anonymous)], uri: Url { protocol: 'https:', slashes: true, auth: null, host: 'api.binance.com', port: 443, hostname: 'api.binance.com', hash: null, search: null, query: null, pathname: '/api/v3/order', path: '/api/v3/order', href: 'https://api.binance.com/api/v3/order' }, proxy: null, tunnel: true, setHost: true, originalCookieHeader: undefined, _disableCookies: true, _jar: undefined, port: 443, host: 'api.binance.com', body: 'symbol=DOGEUSDT&side=BUY&type=MARKET&quantity=10&timestamp=1642591200177&recvWindow=60000&signature=da44c8d6589d427778f92ba6c2716a77f57b87d7f1fcf1bb727270c2213b8758', path: '/api/v3/order', httpModule: { Agent: [Function: Agent], globalAgent: [Agent], Server: [Function: Server], createServer: [Function: createServer], get: [Function (anonymous)], request: [Function (anonymous)] }, agentClass: [Function: Agent], agentOptions: { keepAlive: true }, agent: Agent { _events: [Object: null prototype], _eventsCount: 2, _maxListeners: undefined, defaultPort: 443, protocol: 'https:', options: [Object: null prototype], requests: [Object: null prototype] {}, sockets: [Object: null prototype], freeSockets: [Object: null prototype] {}, keepAliveMsecs: 1000, keepAlive: true, maxSockets: Infinity, maxFreeSockets: 256, scheduling: 'lifo', maxTotalSockets: Infinity, totalSocketCount: 2, maxCachedSessions: 100, _sessionCache: [Object], [Symbol(kCapture)]: false }, _started: true, href: 'https://api.binance.com/api/v3/order', req: <ref *3> ClientRequest { _events: [Object: null prototype], _eventsCount: 6, _maxListeners: undefined, outputData: [], outputSize: 0, writable: true, destroyed: true, _last: false, chunkedEncoding: false, shouldKeepAlive: true, maxRequestsOnConnectionReached: false, _defaultKeepAlive: true, useChunkedEncodingByDefault: true, sendDate: false, _removedConnection: false, _removedContLen: false, _removedTE: false, _contentLength: null, _hasBody: true, _trailer: '', finished: true, _headerSent: true, _closed: false, socket: [TLSSocket], _header: 'POST /api/v3/order HTTP/1.1\r\n' + 'User-Agent: Mozilla/4.0 (compatible; Node Binance API)\r\n' + 'Content-type: application/x-www-form-urlencoded\r\n' + 'X-MBX-APIKEY: WVuJovIto0fdK3Kpb5hZSjLwKiqNldaHUjsObqDJJJnudCPKXYo2UByVfvTVdpSO\r\n' + 'host: api.binance.com\r\n' + 'content-length: 164\r\n' + 'Connection: keep-alive\r\n' + '\r\n', _keepAliveTimeout: 0, _onPendingData: [Function: nop], agent: [Agent], socketPath: undefined, method: 'POST', maxHeaderSize: undefined, insecureHTTPParser: undefined, path: '/api/v3/order', _ended: true, res: [Circular *2], aborted: false, timeoutCb: null, upgradeOrConnect: false, parser: null, maxHeadersCount: null, reusedSocket: false, host: 'api.binance.com', protocol: 'https:', [Symbol(kCapture)]: false, [Symbol(kNeedDrain)]: false, [Symbol(corked)]: 0, [Symbol(kOutHeaders)]: [Object: null prototype] }, ntick: true, timeoutTimer: null, response: [Circular *2], originalHost: 'api.binance.com', originalHostHeaderName: 'host', responseContent: [Circular *2], _destdata: true, _ended: true, _callbackCalled: true, [Symbol(kCapture)]: false }, toJSON: [Function: responseToJSON], caseless: Caseless { dict: { 'content-type': 'application/json;charset=UTF-8', 'content-length': '51', connection: 'keep-alive', date: 'Wed, 19 Jan 2022 11:20:00 GMT', server: 'nginx', 'x-mbx-uuid': '8496aa6e-aeae-487c-99f6-05a765b84bf1', 'x-mbx-used-weight': '1', 'x-mbx-used-weight-1m': '1', 'strict-transport-security': 'max-age=31536000; includeSubdomains', 'x-frame-options': 'SAMEORIGIN', 'x-xss-protection': '1; mode=block', 'x-content-type-options': 'nosniff', 'content-security-policy': "default-src 'self'", 'x-content-security-policy': "default-src 'self'", 'x-webkit-csp': "default-src 'self'", 'cache-control': 'no-cache, no-store, must-revalidate', pragma: 'no-cache', expires: '0', 'x-cache': 'Error from cloudfront', via: '1.1 cbd18b02b7c6aaf27ea81991ef8e7128.cloudfront.net (CloudFront)', 'x-amz-cf-pop': 'ARN1-C1', 'x-amz-cf-id': '2l1IHDZ1cZ040wzYTjX5RAp56dRjvKB4veTuOIZd9s-qjTCE9gafog==' } }, body: '{"code":-1013,"msg":"Filter failure: MIN_NOTIONAL"}', [Symbol(kCapture)]: false, [Symbol(kHeaders)]: { 'content-type': 'application/json;charset=UTF-8', 'content-length': '51', connection: 'keep-alive', date: 'Wed, 19 Jan 2022 11:20:00 GMT', server: 'nginx', 'x-mbx-uuid': '8496aa6e-aeae-487c-99f6-05a765b84bf1', 'x-mbx-used-weight': '1', 'x-mbx-used-weight-1m': '1', 'strict-transport-security': 'max-age=31536000; includeSubdomains', 'x-frame-options': 'SAMEORIGIN', 'x-xss-protection': '1; mode=block', 'x-content-type-options': 'nosniff', 'content-security-policy': "default-src 'self'", 'x-content-security-policy': "default-src 'self'", 'x-webkit-csp': "default-src 'self'", 'cache-control': 'no-cache, no-store, must-revalidate', pragma: 'no-cache', expires: '0', 'x-cache': 'Error from cloudfront', via: '1.1 cbd18b02b7c6aaf27ea81991ef8e7128.cloudfront.net (CloudFront)', 'x-amz-cf-pop': 'ARN1-C1', 'x-amz-cf-id': '2l1IHDZ1cZ040wzYTjX5RAp56dRjvKB4veTuOIZd9s-qjTCE9gafog==' }, [Symbol(kHeadersCount)]: 44, [Symbol(kTrailers)]: null, [Symbol(kTrailersCount)]: 0, [Symbol(RequestTimeout)]: undefined }

K4L231 avatar Jan 19 '22 11:01 K4L231

Problem solved. To fix this issue had to go through introduction on binance spot trading. Now works.

K4L231 avatar Jan 19 '22 12:01 K4L231

Hello, Could you explain a little more how you solved the problem? @K4L231

cankilinc avatar Jul 05 '22 10:07 cankilinc

Yeah. I am also having the same issue. Could you please clarify what you mean by "had to go through introduction on finance spot trading?"

rafaelfaria avatar Aug 16 '22 04:08 rafaelfaria

Please cancel this oder. I will try again from begin.

On Tue, 16 Aug 2022 at 09:55, Rafael Cardoso @.***> wrote:

Yeah. I am also having the same issue. Could you please clarify what you mean by "had to go through introduction on finance spot trading?"

— Reply to this email directly, view it on GitHub https://github.com/jaggedsoft/node-binance-api/issues/792#issuecomment-1216128988, or unsubscribe https://github.com/notifications/unsubscribe-auth/AIPHVIQTRU5PGKIJVWOM7O3VZMJ5HANCNFSM5MJU6MMQ . You are receiving this because you are subscribed to this thread.Message ID: @.***>

LasanthaRanga avatar Aug 16 '22 04:08 LasanthaRanga