Created
June 19, 2020 10:20
-
-
Save leovarmak/20ea03df17914c626f05e436a5adf23e to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| { | |
| config: { | |
| url: 'https://api.coindcx.com/exchange/v1/orders/create', | |
| method: 'post', | |
| headers: { | |
| Accept: 'application/json, text/plain, */*', | |
| 'Content-Type': 'application/x-www-form-urlencoded', | |
| 'X-AUTH-APIKEY': 'apikey', | |
| 'X-AUTH-SIGNATURE': '69725f267d127ab9078a4893b3ad7869431e766e1f3dd9cb8770b83d57a8e840', | |
| 'User-Agent': 'axios/0.19.2' | |
| }, | |
| transformRequest: [ [Function: transformRequest] ], | |
| transformResponse: [ [Function: transformResponse] ], | |
| timeout: 0, | |
| adapter: [Function: httpAdapter], | |
| xsrfCookieName: 'XSRF-TOKEN', | |
| xsrfHeaderName: 'X-XSRF-TOKEN', | |
| maxContentLength: -1, | |
| validateStatus: [Function: validateStatus], | |
| json: true, | |
| body: { | |
| side: 'buy', | |
| order_type: 'market_order', | |
| market: 'IOTXBTC', | |
| total_quantity: 0.0004, | |
| timestamp: 1592561987312 | |
| }, | |
| data: undefined | |
| }, | |
| request: <ref *1> ClientRequest { | |
| _events: [Object: null prototype] { | |
| socket: [Function (anonymous)], | |
| abort: [Function (anonymous)], | |
| aborted: [Function (anonymous)], | |
| error: [Function (anonymous)], | |
| timeout: [Function (anonymous)], | |
| prefinish: [Function: requestOnPrefinish] | |
| }, | |
| _eventsCount: 6, | |
| _maxListeners: undefined, | |
| outputData: [], | |
| outputSize: 0, | |
| writable: true, | |
| _last: true, | |
| chunkedEncoding: false, | |
| shouldKeepAlive: false, | |
| useChunkedEncodingByDefault: true, | |
| sendDate: false, | |
| _removedConnection: false, | |
| _removedContLen: false, | |
| _removedTE: false, | |
| _contentLength: 0, | |
| _hasBody: true, | |
| _trailer: '', | |
| finished: true, | |
| _headerSent: true, | |
| socket: TLSSocket { | |
| _tlsOptions: [Object], | |
| _secureEstablished: true, | |
| _securePending: false, | |
| _newSessionPending: false, | |
| _controlReleased: true, | |
| _SNICallback: null, | |
| servername: 'api.coindcx.com', | |
| alpnProtocol: false, | |
| authorized: true, | |
| authorizationError: null, | |
| encrypted: true, | |
| _events: [Object: null prototype], | |
| _eventsCount: 9, | |
| connecting: false, | |
| _hadError: false, | |
| _parent: null, | |
| _host: 'api.coindcx.com', | |
| _readableState: [ReadableState], | |
| readable: true, | |
| _maxListeners: undefined, | |
| _writableState: [WritableState], | |
| writable: false, | |
| allowHalfOpen: false, | |
| _sockname: null, | |
| _pendingData: null, | |
| _pendingEncoding: '', | |
| server: undefined, | |
| _server: null, | |
| ssl: [TLSWrap], | |
| _requestCert: true, | |
| _rejectUnauthorized: true, | |
| parser: null, | |
| _httpMessage: [Circular *1], | |
| [Symbol(res)]: [TLSWrap], | |
| [Symbol(asyncId)]: 20, | |
| [Symbol(kHandle)]: [TLSWrap], | |
| [Symbol(lastWriteQueueSize)]: 0, | |
| [Symbol(timeout)]: null, | |
| [Symbol(kBuffer)]: null, | |
| [Symbol(kBufferCb)]: null, | |
| [Symbol(kBufferGen)]: null, | |
| [Symbol(kCapture)]: false, | |
| [Symbol(kBytesRead)]: 0, | |
| [Symbol(kBytesWritten)]: 0, | |
| [Symbol(connect-options)]: [Object] | |
| }, | |
| _header: 'POST /exchange/v1/orders/create HTTP/1.1\r\n' + | |
| 'Accept: application/json, text/plain, */*\r\n' + | |
| 'Content-Type: application/x-www-form-urlencoded\r\n' + | |
| 'X-AUTH-APIKEY: apikey\r\n' + | |
| 'X-AUTH-SIGNATURE: 69725f267d127ab9078a4893b3ad7869431e766e1f3dd9cb8770b83d57a8e840\r\n' + | |
| 'User-Agent: axios/0.19.2\r\n' + | |
| 'Host: api.coindcx.com\r\n' + | |
| 'Connection: close\r\n' + | |
| 'Content-Length: 0\r\n' + | |
| '\r\n', | |
| _onPendingData: [Function: noopPendingOutput], | |
| agent: Agent { | |
| _events: [Object: null prototype], | |
| _eventsCount: 2, | |
| _maxListeners: undefined, | |
| defaultPort: 443, | |
| protocol: 'https:', | |
| options: [Object], | |
| requests: {}, | |
| sockets: [Object], | |
| freeSockets: {}, | |
| keepAliveMsecs: 1000, | |
| keepAlive: false, | |
| maxSockets: Infinity, | |
| maxFreeSockets: 256, | |
| maxCachedSessions: 100, | |
| _sessionCache: [Object], | |
| [Symbol(kCapture)]: false | |
| }, | |
| socketPath: undefined, | |
| method: 'POST', | |
| maxHeaderSize: undefined, | |
| path: '/exchange/v1/orders/create', | |
| _ended: true, | |
| res: IncomingMessage { | |
| _readableState: [ReadableState], | |
| readable: false, | |
| _events: [Object: null prototype], | |
| _eventsCount: 3, | |
| _maxListeners: undefined, | |
| socket: [TLSSocket], | |
| httpVersionMajor: 1, | |
| httpVersionMinor: 1, | |
| httpVersion: '1.1', | |
| complete: true, | |
| headers: [Object], | |
| rawHeaders: [Array], | |
| trailers: {}, | |
| rawTrailers: [], | |
| aborted: false, | |
| upgrade: false, | |
| url: '', | |
| method: null, | |
| statusCode: 401, | |
| statusMessage: 'Unauthorized', | |
| client: [TLSSocket], | |
| _consuming: true, | |
| _dumped: false, | |
| req: [Circular *1], | |
| responseUrl: 'https://api.coindcx.com/exchange/v1/orders/create', | |
| redirects: [], | |
| [Symbol(kCapture)]: false | |
| }, | |
| aborted: false, | |
| timeoutCb: null, | |
| upgradeOrConnect: false, | |
| parser: null, | |
| maxHeadersCount: null, | |
| reusedSocket: false, | |
| _redirectable: Writable { | |
| _writableState: [WritableState], | |
| writable: true, | |
| _events: [Object: null prototype], | |
| _eventsCount: 2, | |
| _maxListeners: undefined, | |
| _options: [Object], | |
| _redirectCount: 0, | |
| _redirects: [], | |
| _requestBodyLength: 0, | |
| _requestBodyBuffers: [], | |
| _onNativeResponse: [Function (anonymous)], | |
| _currentRequest: [Circular *1], | |
| _currentUrl: 'https://api.coindcx.com/exchange/v1/orders/create', | |
| [Symbol(kCapture)]: false | |
| }, | |
| [Symbol(kCapture)]: false, | |
| [Symbol(kNeedDrain)]: false, | |
| [Symbol(corked)]: 0, | |
| [Symbol(kOutHeaders)]: [Object: null prototype] { | |
| accept: [Array], | |
| 'content-type': [Array], | |
| 'x-auth-apikey': [Array], | |
| 'x-auth-signature': [Array], | |
| 'user-agent': [Array], | |
| host: [Array] | |
| } | |
| }, | |
| response: { | |
| status: 401, | |
| statusText: 'Unauthorized', | |
| headers: { | |
| date: 'Fri, 19 Jun 2020 10:19:47 GMT', | |
| 'content-type': 'application/json; charset=utf-8', | |
| 'transfer-encoding': 'chunked', | |
| connection: 'close', | |
| status: '401 Unauthorized', | |
| 'x-frame-options': 'SAMEORIGIN', | |
| 'x-xss-protection': '1; mode=block', | |
| 'x-content-type-options': 'nosniff', | |
| 'cache-control': 'no-cache', | |
| 'x-request-id': 'f23f3586-e962-4161-84fc-682e3dfcc45b', | |
| 'x-runtime': '0.003749', | |
| vary: 'Origin', | |
| 'x-powered-by': 'Phusion Passenger 4.0.60', | |
| server: 'nginx/1.14.1 + Phusion Passenger 4.0.60' | |
| }, | |
| config: { | |
| url: 'https://api.coindcx.com/exchange/v1/orders/create', | |
| method: 'post', | |
| headers: [Object], | |
| transformRequest: [Array], | |
| transformResponse: [Array], | |
| timeout: 0, | |
| adapter: [Function: httpAdapter], | |
| xsrfCookieName: 'XSRF-TOKEN', | |
| xsrfHeaderName: 'X-XSRF-TOKEN', | |
| maxContentLength: -1, | |
| validateStatus: [Function: validateStatus], | |
| json: true, | |
| body: [Object], | |
| data: undefined | |
| }, | |
| request: <ref *1> ClientRequest { | |
| _events: [Object: null prototype], | |
| _eventsCount: 6, | |
| _maxListeners: undefined, | |
| outputData: [], | |
| outputSize: 0, | |
| writable: true, | |
| _last: true, | |
| chunkedEncoding: false, | |
| shouldKeepAlive: false, | |
| useChunkedEncodingByDefault: true, | |
| sendDate: false, | |
| _removedConnection: false, | |
| _removedContLen: false, | |
| _removedTE: false, | |
| _contentLength: 0, | |
| _hasBody: true, | |
| _trailer: '', | |
| finished: true, | |
| _headerSent: true, | |
| socket: [TLSSocket], | |
| _header: 'POST /exchange/v1/orders/create HTTP/1.1\r\n' + | |
| 'Accept: application/json, text/plain, */*\r\n' + | |
| 'Content-Type: application/x-www-form-urlencoded\r\n' + | |
| 'X-AUTH-APIKEY: apikey\r\n' + | |
| 'X-AUTH-SIGNATURE: 69725f267d127ab9078a4893b3ad7869431e766e1f3dd9cb8770b83d57a8e840\r\n' + | |
| 'User-Agent: axios/0.19.2\r\n' + | |
| 'Host: api.coindcx.com\r\n' + | |
| 'Connection: close\r\n' + | |
| 'Content-Length: 0\r\n' + | |
| '\r\n', | |
| _onPendingData: [Function: noopPendingOutput], | |
| agent: [Agent], | |
| socketPath: undefined, | |
| method: 'POST', | |
| maxHeaderSize: undefined, | |
| path: '/exchange/v1/orders/create', | |
| _ended: true, | |
| res: [IncomingMessage], | |
| aborted: false, | |
| timeoutCb: null, | |
| upgradeOrConnect: false, | |
| parser: null, | |
| maxHeadersCount: null, | |
| reusedSocket: false, | |
| _redirectable: [Writable], | |
| [Symbol(kCapture)]: false, | |
| [Symbol(kNeedDrain)]: false, | |
| [Symbol(corked)]: 0, | |
| [Symbol(kOutHeaders)]: [Object: null prototype] | |
| }, | |
| data: { code: 401, message: 'Invalid credentials', status: 'error' } | |
| }, | |
| isAxiosError: true, | |
| toJSON: [Function (anonymous)] | |
| } |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment