Advertisement
Marcel_Louw

Untitled

Aug 10th, 2019
190
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 94.86 KB | None | 0 0
  1. null IncomingMessage {
  2. _readableState: ReadableState {
  3. objectMode: false,
  4. highWaterMark: 16384,
  5. buffer: BufferList { head: null, tail: null, length: 0 },
  6. length: 0,
  7. pipes: null,
  8. pipesCount: 0,
  9. flowing: true,
  10. ended: true,
  11. endEmitted: true,
  12. reading: false,
  13. sync: false,
  14. needReadable: false,
  15. emittedReadable: false,
  16. readableListening: false,
  17. resumeScheduled: false,
  18. paused: false,
  19. emitClose: true,
  20. autoDestroy: false,
  21. destroyed: false,
  22. defaultEncoding: 'utf8',
  23. awaitDrain: 0,
  24. readingMore: false,
  25. decoder: null,
  26. encoding: null
  27. },
  28. readable: false,
  29. _events: [Object: null prototype] {
  30. end: [ [Function: responseOnEnd], [Function] ],
  31. close: [ [Function], [Function] ],
  32. data: [Function],
  33. error: [Function]
  34. },
  35. _eventsCount: 4,
  36. _maxListeners: undefined,
  37. socket: TLSSocket {
  38. _tlsOptions: {
  39. pipe: false,
  40. secureContext: [SecureContext],
  41. isServer: false,
  42. requestCert: true,
  43. rejectUnauthorized: true,
  44. session: undefined,
  45. ALPNProtocols: undefined,
  46. requestOCSP: undefined,
  47. enableTrace: undefined
  48. },
  49. _secureEstablished: true,
  50. _securePending: false,
  51. _newSessionPending: false,
  52. _controlReleased: true,
  53. _SNICallback: null,
  54. servername: 'tradeogre.com',
  55. alpnProtocol: false,
  56. authorized: true,
  57. authorizationError: null,
  58. encrypted: true,
  59. _events: [Object: null prototype] {
  60. close: [Array],
  61. end: [Function: onReadableStreamEnd],
  62. newListener: [Function: keylogNewListener],
  63. secure: [Function: onConnectSecure],
  64. session: [Function],
  65. free: [Function: onFree],
  66. agentRemove: [Function: onRemove],
  67. drain: [Function: ondrain],
  68. error: [Function: socketErrorListener],
  69. finish: [Function]
  70. },
  71. _eventsCount: 10,
  72. connecting: false,
  73. _hadError: false,
  74. _parent: null,
  75. _host: 'tradeogre.com',
  76. _readableState: ReadableState {
  77. objectMode: false,
  78. highWaterMark: 16384,
  79. buffer: BufferList { head: null, tail: null, length: 0 },
  80. length: 0,
  81. pipes: null,
  82. pipesCount: 0,
  83. flowing: true,
  84. ended: false,
  85. endEmitted: false,
  86. reading: false,
  87. sync: false,
  88. needReadable: true,
  89. emittedReadable: false,
  90. readableListening: false,
  91. resumeScheduled: false,
  92. paused: false,
  93. emitClose: false,
  94. autoDestroy: false,
  95. destroyed: false,
  96. defaultEncoding: 'utf8',
  97. awaitDrain: 0,
  98. readingMore: true,
  99. decoder: null,
  100. encoding: null
  101. },
  102. readable: true,
  103. _maxListeners: undefined,
  104. _writableState: WritableState {
  105. objectMode: false,
  106. highWaterMark: 16384,
  107. finalCalled: true,
  108. needDrain: false,
  109. ending: true,
  110. ended: true,
  111. finished: false,
  112. destroyed: false,
  113. decodeStrings: false,
  114. defaultEncoding: 'utf8',
  115. length: 0,
  116. writing: false,
  117. corked: 0,
  118. sync: false,
  119. bufferProcessing: false,
  120. onwrite: [Function: bound onwrite],
  121. writecb: null,
  122. writelen: 0,
  123. bufferedRequest: null,
  124. lastBufferedRequest: null,
  125. pendingcb: 1,
  126. prefinished: false,
  127. errorEmitted: false,
  128. emitClose: false,
  129. autoDestroy: false,
  130. bufferedRequestCount: 0,
  131. corkedRequestsFree: [Object]
  132. },
  133. writable: false,
  134. allowHalfOpen: false,
  135. _sockname: null,
  136. _pendingData: null,
  137. _pendingEncoding: '',
  138. server: undefined,
  139. _server: null,
  140. ssl: TLSWrap {
  141. _parent: [TCP],
  142. _parentWrap: undefined,
  143. _secureContext: [SecureContext],
  144. reading: true,
  145. onhandshakestart: [Function: noop],
  146. onhandshakedone: [Function],
  147. onocspresponse: [Function: onocspresponse],
  148. onnewsession: [Function: onnewsessionclient],
  149. onkeylog: [Function: onkeylogclient],
  150. onerror: [Function: onerror],
  151. [Symbol(owner)]: [Circular]
  152. },
  153. _requestCert: true,
  154. _rejectUnauthorized: true,
  155. parser: null,
  156. _httpMessage: ClientRequest {
  157. _events: [Object: null prototype],
  158. _eventsCount: 5,
  159. _maxListeners: undefined,
  160. outputData: [],
  161. outputSize: 0,
  162. writable: true,
  163. _last: true,
  164. chunkedEncoding: false,
  165. shouldKeepAlive: false,
  166. useChunkedEncodingByDefault: false,
  167. sendDate: false,
  168. _removedConnection: false,
  169. _removedContLen: false,
  170. _removedTE: false,
  171. _contentLength: 0,
  172. _hasBody: true,
  173. _trailer: '',
  174. finished: true,
  175. _headerSent: true,
  176. socket: [Circular],
  177. connection: [Circular],
  178. _header: 'GET /api/v1/markets HTTP/1.1\r\n' +
  179. 'host: tradeogre.com\r\n' +
  180. 'Connection: close\r\n' +
  181. '\r\n',
  182. _onPendingData: [Function: noopPendingOutput],
  183. agent: [Agent],
  184. socketPath: undefined,
  185. method: 'GET',
  186. path: '/api/v1/markets',
  187. _ended: true,
  188. res: [Circular],
  189. aborted: false,
  190. timeoutCb: null,
  191. upgradeOrConnect: false,
  192. parser: null,
  193. maxHeadersCount: null,
  194. [Symbol(isCorked)]: false,
  195. [Symbol(outHeadersKey)]: [Object: null prototype]
  196. },
  197. [Symbol(res)]: TLSWrap {
  198. _parent: [TCP],
  199. _parentWrap: undefined,
  200. _secureContext: [SecureContext],
  201. reading: true,
  202. onhandshakestart: [Function: noop],
  203. onhandshakedone: [Function],
  204. onocspresponse: [Function: onocspresponse],
  205. onnewsession: [Function: onnewsessionclient],
  206. onkeylog: [Function: onkeylogclient],
  207. onerror: [Function: onerror],
  208. [Symbol(owner)]: [Circular]
  209. },
  210. [Symbol(asyncId)]: 5,
  211. [Symbol(kHandle)]: TLSWrap {
  212. _parent: [TCP],
  213. _parentWrap: undefined,
  214. _secureContext: [SecureContext],
  215. reading: true,
  216. onhandshakestart: [Function: noop],
  217. onhandshakedone: [Function],
  218. onocspresponse: [Function: onocspresponse],
  219. onnewsession: [Function: onnewsessionclient],
  220. onkeylog: [Function: onkeylogclient],
  221. onerror: [Function: onerror],
  222. [Symbol(owner)]: [Circular]
  223. },
  224. [Symbol(lastWriteQueueSize)]: 0,
  225. [Symbol(timeout)]: null,
  226. [Symbol(kBytesRead)]: 0,
  227. [Symbol(kBytesWritten)]: 0,
  228. [Symbol(connect-options)]: {
  229. rejectUnauthorized: true,
  230. 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',
  231. checkServerIdentity: [Function: checkServerIdentity],
  232. minDHSize: 1024,
  233. _events: [Object: null prototype],
  234. _eventsCount: 3,
  235. _maxListeners: undefined,
  236. method: 'GET',
  237. callback: [Function],
  238. readable: true,
  239. writable: true,
  240. explicitMethod: true,
  241. _qs: [Querystring],
  242. _auth: [Auth],
  243. _oauth: [OAuth],
  244. _multipart: [Multipart],
  245. _redirect: [Redirect],
  246. _tunnel: [Tunnel],
  247. headers: {},
  248. setHeader: [Function],
  249. hasHeader: [Function],
  250. getHeader: [Function],
  251. removeHeader: [Function],
  252. localAddress: undefined,
  253. pool: {},
  254. dests: [],
  255. __isRequestRequest: true,
  256. _callback: [Function: bound consoleCall],
  257. uri: [Url],
  258. proxy: null,
  259. tunnel: true,
  260. setHost: true,
  261. originalCookieHeader: undefined,
  262. _disableCookies: true,
  263. _jar: undefined,
  264. port: 443,
  265. host: 'tradeogre.com',
  266. path: null,
  267. httpModule: [Object],
  268. agentClass: [Function: Agent],
  269. agent: [Agent],
  270. _started: true,
  271. href: 'https://tradeogre.com/api/v1/markets',
  272. _defaultAgent: [Agent],
  273. servername: 'tradeogre.com',
  274. _agentKey: 'tradeogre.com:443::::::::::::::::::',
  275. encoding: null,
  276. singleUse: true
  277. }
  278. },
  279. connection: TLSSocket {
  280. _tlsOptions: {
  281. pipe: false,
  282. secureContext: [SecureContext],
  283. isServer: false,
  284. requestCert: true,
  285. rejectUnauthorized: true,
  286. session: undefined,
  287. ALPNProtocols: undefined,
  288. requestOCSP: undefined,
  289. enableTrace: undefined
  290. },
  291. _secureEstablished: true,
  292. _securePending: false,
  293. _newSessionPending: false,
  294. _controlReleased: true,
  295. _SNICallback: null,
  296. servername: 'tradeogre.com',
  297. alpnProtocol: false,
  298. authorized: true,
  299. authorizationError: null,
  300. encrypted: true,
  301. _events: [Object: null prototype] {
  302. close: [Array],
  303. end: [Function: onReadableStreamEnd],
  304. newListener: [Function: keylogNewListener],
  305. secure: [Function: onConnectSecure],
  306. session: [Function],
  307. free: [Function: onFree],
  308. agentRemove: [Function: onRemove],
  309. drain: [Function: ondrain],
  310. error: [Function: socketErrorListener],
  311. finish: [Function]
  312. },
  313. _eventsCount: 10,
  314. connecting: false,
  315. _hadError: false,
  316. _parent: null,
  317. _host: 'tradeogre.com',
  318. _readableState: ReadableState {
  319. objectMode: false,
  320. highWaterMark: 16384,
  321. buffer: BufferList { head: null, tail: null, length: 0 },
  322. length: 0,
  323. pipes: null,
  324. pipesCount: 0,
  325. flowing: true,
  326. ended: false,
  327. endEmitted: false,
  328. reading: false,
  329. sync: false,
  330. needReadable: true,
  331. emittedReadable: false,
  332. readableListening: false,
  333. resumeScheduled: false,
  334. paused: false,
  335. emitClose: false,
  336. autoDestroy: false,
  337. destroyed: false,
  338. defaultEncoding: 'utf8',
  339. awaitDrain: 0,
  340. readingMore: true,
  341. decoder: null,
  342. encoding: null
  343. },
  344. readable: true,
  345. _maxListeners: undefined,
  346. _writableState: WritableState {
  347. objectMode: false,
  348. highWaterMark: 16384,
  349. finalCalled: true,
  350. needDrain: false,
  351. ending: true,
  352. ended: true,
  353. finished: false,
  354. destroyed: false,
  355. decodeStrings: false,
  356. defaultEncoding: 'utf8',
  357. length: 0,
  358. writing: false,
  359. corked: 0,
  360. sync: false,
  361. bufferProcessing: false,
  362. onwrite: [Function: bound onwrite],
  363. writecb: null,
  364. writelen: 0,
  365. bufferedRequest: null,
  366. lastBufferedRequest: null,
  367. pendingcb: 1,
  368. prefinished: false,
  369. errorEmitted: false,
  370. emitClose: false,
  371. autoDestroy: false,
  372. bufferedRequestCount: 0,
  373. corkedRequestsFree: [Object]
  374. },
  375. writable: false,
  376. allowHalfOpen: false,
  377. _sockname: null,
  378. _pendingData: null,
  379. _pendingEncoding: '',
  380. server: undefined,
  381. _server: null,
  382. ssl: TLSWrap {
  383. _parent: [TCP],
  384. _parentWrap: undefined,
  385. _secureContext: [SecureContext],
  386. reading: true,
  387. onhandshakestart: [Function: noop],
  388. onhandshakedone: [Function],
  389. onocspresponse: [Function: onocspresponse],
  390. onnewsession: [Function: onnewsessionclient],
  391. onkeylog: [Function: onkeylogclient],
  392. onerror: [Function: onerror],
  393. [Symbol(owner)]: [Circular]
  394. },
  395. _requestCert: true,
  396. _rejectUnauthorized: true,
  397. parser: null,
  398. _httpMessage: ClientRequest {
  399. _events: [Object: null prototype],
  400. _eventsCount: 5,
  401. _maxListeners: undefined,
  402. outputData: [],
  403. outputSize: 0,
  404. writable: true,
  405. _last: true,
  406. chunkedEncoding: false,
  407. shouldKeepAlive: false,
  408. useChunkedEncodingByDefault: false,
  409. sendDate: false,
  410. _removedConnection: false,
  411. _removedContLen: false,
  412. _removedTE: false,
  413. _contentLength: 0,
  414. _hasBody: true,
  415. _trailer: '',
  416. finished: true,
  417. _headerSent: true,
  418. socket: [Circular],
  419. connection: [Circular],
  420. _header: 'GET /api/v1/markets HTTP/1.1\r\n' +
  421. 'host: tradeogre.com\r\n' +
  422. 'Connection: close\r\n' +
  423. '\r\n',
  424. _onPendingData: [Function: noopPendingOutput],
  425. agent: [Agent],
  426. socketPath: undefined,
  427. method: 'GET',
  428. path: '/api/v1/markets',
  429. _ended: true,
  430. res: [Circular],
  431. aborted: false,
  432. timeoutCb: null,
  433. upgradeOrConnect: false,
  434. parser: null,
  435. maxHeadersCount: null,
  436. [Symbol(isCorked)]: false,
  437. [Symbol(outHeadersKey)]: [Object: null prototype]
  438. },
  439. [Symbol(res)]: TLSWrap {
  440. _parent: [TCP],
  441. _parentWrap: undefined,
  442. _secureContext: [SecureContext],
  443. reading: true,
  444. onhandshakestart: [Function: noop],
  445. onhandshakedone: [Function],
  446. onocspresponse: [Function: onocspresponse],
  447. onnewsession: [Function: onnewsessionclient],
  448. onkeylog: [Function: onkeylogclient],
  449. onerror: [Function: onerror],
  450. [Symbol(owner)]: [Circular]
  451. },
  452. [Symbol(asyncId)]: 5,
  453. [Symbol(kHandle)]: TLSWrap {
  454. _parent: [TCP],
  455. _parentWrap: undefined,
  456. _secureContext: [SecureContext],
  457. reading: true,
  458. onhandshakestart: [Function: noop],
  459. onhandshakedone: [Function],
  460. onocspresponse: [Function: onocspresponse],
  461. onnewsession: [Function: onnewsessionclient],
  462. onkeylog: [Function: onkeylogclient],
  463. onerror: [Function: onerror],
  464. [Symbol(owner)]: [Circular]
  465. },
  466. [Symbol(lastWriteQueueSize)]: 0,
  467. [Symbol(timeout)]: null,
  468. [Symbol(kBytesRead)]: 0,
  469. [Symbol(kBytesWritten)]: 0,
  470. [Symbol(connect-options)]: {
  471. rejectUnauthorized: true,
  472. 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',
  473. checkServerIdentity: [Function: checkServerIdentity],
  474. minDHSize: 1024,
  475. _events: [Object: null prototype],
  476. _eventsCount: 3,
  477. _maxListeners: undefined,
  478. method: 'GET',
  479. callback: [Function],
  480. readable: true,
  481. writable: true,
  482. explicitMethod: true,
  483. _qs: [Querystring],
  484. _auth: [Auth],
  485. _oauth: [OAuth],
  486. _multipart: [Multipart],
  487. _redirect: [Redirect],
  488. _tunnel: [Tunnel],
  489. headers: {},
  490. setHeader: [Function],
  491. hasHeader: [Function],
  492. getHeader: [Function],
  493. removeHeader: [Function],
  494. localAddress: undefined,
  495. pool: {},
  496. dests: [],
  497. __isRequestRequest: true,
  498. _callback: [Function: bound consoleCall],
  499. uri: [Url],
  500. proxy: null,
  501. tunnel: true,
  502. setHost: true,
  503. originalCookieHeader: undefined,
  504. _disableCookies: true,
  505. _jar: undefined,
  506. port: 443,
  507. host: 'tradeogre.com',
  508. path: null,
  509. httpModule: [Object],
  510. agentClass: [Function: Agent],
  511. agent: [Agent],
  512. _started: true,
  513. href: 'https://tradeogre.com/api/v1/markets',
  514. _defaultAgent: [Agent],
  515. servername: 'tradeogre.com',
  516. _agentKey: 'tradeogre.com:443::::::::::::::::::',
  517. encoding: null,
  518. singleUse: true
  519. }
  520. },
  521. httpVersionMajor: 1,
  522. httpVersionMinor: 1,
  523. httpVersion: '1.1',
  524. complete: true,
  525. headers: {
  526. date: 'Sat, 10 Aug 2019 10:26:20 GMT',
  527. 'content-type': 'text/html; charset=UTF-8',
  528. 'transfer-encoding': 'chunked',
  529. connection: 'close',
  530. 'set-cookie': [
  531. '__cfduid=d2d054c68f4282eb74c5f9aba37a9a0af1565432779; expires=Sun, 09-Aug-20 10:26:19 GMT; path=/; domain=.tradeogre.com; HttpOnly'
  532. ],
  533. 'content-security-policy': "frame-ancestors 'none';",
  534. 'access-control-allow-origin': '*',
  535. 'expect-ct': 'max-age=604800, report-uri="https://report-uri.cloudflare.com/cdn-cgi/beacon/expect-ct"',
  536. server: 'cloudflare',
  537. 'cf-ray': '504145599e7a15ea-JNB'
  538. },
  539. rawHeaders: [
  540. 'Date',
  541. 'Sat, 10 Aug 2019 10:26:20 GMT',
  542. 'Content-Type',
  543. 'text/html; charset=UTF-8',
  544. 'Transfer-Encoding',
  545. 'chunked',
  546. 'Connection',
  547. 'close',
  548. 'Set-Cookie',
  549. '__cfduid=d2d054c68f4282eb74c5f9aba37a9a0af1565432779; expires=Sun, 09-Aug-20 10:26:19 GMT; path=/; domain=.tradeogre.com; HttpOnly',
  550. 'Content-Security-Policy',
  551. "frame-ancestors 'none';",
  552. 'Access-Control-Allow-Origin',
  553. '*',
  554. 'Expect-CT',
  555. 'max-age=604800, report-uri="https://report-uri.cloudflare.com/cdn-cgi/beacon/expect-ct"',
  556. 'Server',
  557. 'cloudflare',
  558. 'CF-RAY',
  559. '504145599e7a15ea-JNB'
  560. ],
  561. trailers: {},
  562. rawTrailers: [],
  563. aborted: false,
  564. upgrade: false,
  565. url: '',
  566. method: null,
  567. statusCode: 200,
  568. statusMessage: 'OK',
  569. client: TLSSocket {
  570. _tlsOptions: {
  571. pipe: false,
  572. secureContext: [SecureContext],
  573. isServer: false,
  574. requestCert: true,
  575. rejectUnauthorized: true,
  576. session: undefined,
  577. ALPNProtocols: undefined,
  578. requestOCSP: undefined,
  579. enableTrace: undefined
  580. },
  581. _secureEstablished: true,
  582. _securePending: false,
  583. _newSessionPending: false,
  584. _controlReleased: true,
  585. _SNICallback: null,
  586. servername: 'tradeogre.com',
  587. alpnProtocol: false,
  588. authorized: true,
  589. authorizationError: null,
  590. encrypted: true,
  591. _events: [Object: null prototype] {
  592. close: [Array],
  593. end: [Function: onReadableStreamEnd],
  594. newListener: [Function: keylogNewListener],
  595. secure: [Function: onConnectSecure],
  596. session: [Function],
  597. free: [Function: onFree],
  598. agentRemove: [Function: onRemove],
  599. drain: [Function: ondrain],
  600. error: [Function: socketErrorListener],
  601. finish: [Function]
  602. },
  603. _eventsCount: 10,
  604. connecting: false,
  605. _hadError: false,
  606. _parent: null,
  607. _host: 'tradeogre.com',
  608. _readableState: ReadableState {
  609. objectMode: false,
  610. highWaterMark: 16384,
  611. buffer: BufferList { head: null, tail: null, length: 0 },
  612. length: 0,
  613. pipes: null,
  614. pipesCount: 0,
  615. flowing: true,
  616. ended: false,
  617. endEmitted: false,
  618. reading: false,
  619. sync: false,
  620. needReadable: true,
  621. emittedReadable: false,
  622. readableListening: false,
  623. resumeScheduled: false,
  624. paused: false,
  625. emitClose: false,
  626. autoDestroy: false,
  627. destroyed: false,
  628. defaultEncoding: 'utf8',
  629. awaitDrain: 0,
  630. readingMore: true,
  631. decoder: null,
  632. encoding: null
  633. },
  634. readable: true,
  635. _maxListeners: undefined,
  636. _writableState: WritableState {
  637. objectMode: false,
  638. highWaterMark: 16384,
  639. finalCalled: true,
  640. needDrain: false,
  641. ending: true,
  642. ended: true,
  643. finished: false,
  644. destroyed: false,
  645. decodeStrings: false,
  646. defaultEncoding: 'utf8',
  647. length: 0,
  648. writing: false,
  649. corked: 0,
  650. sync: false,
  651. bufferProcessing: false,
  652. onwrite: [Function: bound onwrite],
  653. writecb: null,
  654. writelen: 0,
  655. bufferedRequest: null,
  656. lastBufferedRequest: null,
  657. pendingcb: 1,
  658. prefinished: false,
  659. errorEmitted: false,
  660. emitClose: false,
  661. autoDestroy: false,
  662. bufferedRequestCount: 0,
  663. corkedRequestsFree: [Object]
  664. },
  665. writable: false,
  666. allowHalfOpen: false,
  667. _sockname: null,
  668. _pendingData: null,
  669. _pendingEncoding: '',
  670. server: undefined,
  671. _server: null,
  672. ssl: TLSWrap {
  673. _parent: [TCP],
  674. _parentWrap: undefined,
  675. _secureContext: [SecureContext],
  676. reading: true,
  677. onhandshakestart: [Function: noop],
  678. onhandshakedone: [Function],
  679. onocspresponse: [Function: onocspresponse],
  680. onnewsession: [Function: onnewsessionclient],
  681. onkeylog: [Function: onkeylogclient],
  682. onerror: [Function: onerror],
  683. [Symbol(owner)]: [Circular]
  684. },
  685. _requestCert: true,
  686. _rejectUnauthorized: true,
  687. parser: null,
  688. _httpMessage: ClientRequest {
  689. _events: [Object: null prototype],
  690. _eventsCount: 5,
  691. _maxListeners: undefined,
  692. outputData: [],
  693. outputSize: 0,
  694. writable: true,
  695. _last: true,
  696. chunkedEncoding: false,
  697. shouldKeepAlive: false,
  698. useChunkedEncodingByDefault: false,
  699. sendDate: false,
  700. _removedConnection: false,
  701. _removedContLen: false,
  702. _removedTE: false,
  703. _contentLength: 0,
  704. _hasBody: true,
  705. _trailer: '',
  706. finished: true,
  707. _headerSent: true,
  708. socket: [Circular],
  709. connection: [Circular],
  710. _header: 'GET /api/v1/markets HTTP/1.1\r\n' +
  711. 'host: tradeogre.com\r\n' +
  712. 'Connection: close\r\n' +
  713. '\r\n',
  714. _onPendingData: [Function: noopPendingOutput],
  715. agent: [Agent],
  716. socketPath: undefined,
  717. method: 'GET',
  718. path: '/api/v1/markets',
  719. _ended: true,
  720. res: [Circular],
  721. aborted: false,
  722. timeoutCb: null,
  723. upgradeOrConnect: false,
  724. parser: null,
  725. maxHeadersCount: null,
  726. [Symbol(isCorked)]: false,
  727. [Symbol(outHeadersKey)]: [Object: null prototype]
  728. },
  729. [Symbol(res)]: TLSWrap {
  730. _parent: [TCP],
  731. _parentWrap: undefined,
  732. _secureContext: [SecureContext],
  733. reading: true,
  734. onhandshakestart: [Function: noop],
  735. onhandshakedone: [Function],
  736. onocspresponse: [Function: onocspresponse],
  737. onnewsession: [Function: onnewsessionclient],
  738. onkeylog: [Function: onkeylogclient],
  739. onerror: [Function: onerror],
  740. [Symbol(owner)]: [Circular]
  741. },
  742. [Symbol(asyncId)]: 5,
  743. [Symbol(kHandle)]: TLSWrap {
  744. _parent: [TCP],
  745. _parentWrap: undefined,
  746. _secureContext: [SecureContext],
  747. reading: true,
  748. onhandshakestart: [Function: noop],
  749. onhandshakedone: [Function],
  750. onocspresponse: [Function: onocspresponse],
  751. onnewsession: [Function: onnewsessionclient],
  752. onkeylog: [Function: onkeylogclient],
  753. onerror: [Function: onerror],
  754. [Symbol(owner)]: [Circular]
  755. },
  756. [Symbol(lastWriteQueueSize)]: 0,
  757. [Symbol(timeout)]: null,
  758. [Symbol(kBytesRead)]: 0,
  759. [Symbol(kBytesWritten)]: 0,
  760. [Symbol(connect-options)]: {
  761. rejectUnauthorized: true,
  762. 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',
  763. checkServerIdentity: [Function: checkServerIdentity],
  764. minDHSize: 1024,
  765. _events: [Object: null prototype],
  766. _eventsCount: 3,
  767. _maxListeners: undefined,
  768. method: 'GET',
  769. callback: [Function],
  770. readable: true,
  771. writable: true,
  772. explicitMethod: true,
  773. _qs: [Querystring],
  774. _auth: [Auth],
  775. _oauth: [OAuth],
  776. _multipart: [Multipart],
  777. _redirect: [Redirect],
  778. _tunnel: [Tunnel],
  779. headers: {},
  780. setHeader: [Function],
  781. hasHeader: [Function],
  782. getHeader: [Function],
  783. removeHeader: [Function],
  784. localAddress: undefined,
  785. pool: {},
  786. dests: [],
  787. __isRequestRequest: true,
  788. _callback: [Function: bound consoleCall],
  789. uri: [Url],
  790. proxy: null,
  791. tunnel: true,
  792. setHost: true,
  793. originalCookieHeader: undefined,
  794. _disableCookies: true,
  795. _jar: undefined,
  796. port: 443,
  797. host: 'tradeogre.com',
  798. path: null,
  799. httpModule: [Object],
  800. agentClass: [Function: Agent],
  801. agent: [Agent],
  802. _started: true,
  803. href: 'https://tradeogre.com/api/v1/markets',
  804. _defaultAgent: [Agent],
  805. servername: 'tradeogre.com',
  806. _agentKey: 'tradeogre.com:443::::::::::::::::::',
  807. encoding: null,
  808. singleUse: true
  809. }
  810. },
  811. _consuming: true,
  812. _dumped: false,
  813. req: ClientRequest {
  814. _events: [Object: null prototype] {
  815. socket: [Function],
  816. response: [Function: bound ],
  817. error: [Function: bound ],
  818. drain: [Function],
  819. prefinish: [Function: requestOnPrefinish]
  820. },
  821. _eventsCount: 5,
  822. _maxListeners: undefined,
  823. outputData: [],
  824. outputSize: 0,
  825. writable: true,
  826. _last: true,
  827. chunkedEncoding: false,
  828. shouldKeepAlive: false,
  829. useChunkedEncodingByDefault: false,
  830. sendDate: false,
  831. _removedConnection: false,
  832. _removedContLen: false,
  833. _removedTE: false,
  834. _contentLength: 0,
  835. _hasBody: true,
  836. _trailer: '',
  837. finished: true,
  838. _headerSent: true,
  839. socket: TLSSocket {
  840. _tlsOptions: [Object],
  841. _secureEstablished: true,
  842. _securePending: false,
  843. _newSessionPending: false,
  844. _controlReleased: true,
  845. _SNICallback: null,
  846. servername: 'tradeogre.com',
  847. alpnProtocol: false,
  848. authorized: true,
  849. authorizationError: null,
  850. encrypted: true,
  851. _events: [Object: null prototype],
  852. _eventsCount: 10,
  853. connecting: false,
  854. _hadError: false,
  855. _parent: null,
  856. _host: 'tradeogre.com',
  857. _readableState: [ReadableState],
  858. readable: true,
  859. _maxListeners: undefined,
  860. _writableState: [WritableState],
  861. writable: false,
  862. allowHalfOpen: false,
  863. _sockname: null,
  864. _pendingData: null,
  865. _pendingEncoding: '',
  866. server: undefined,
  867. _server: null,
  868. ssl: [TLSWrap],
  869. _requestCert: true,
  870. _rejectUnauthorized: true,
  871. parser: null,
  872. _httpMessage: [Circular],
  873. [Symbol(res)]: [TLSWrap],
  874. [Symbol(asyncId)]: 5,
  875. [Symbol(kHandle)]: [TLSWrap],
  876. [Symbol(lastWriteQueueSize)]: 0,
  877. [Symbol(timeout)]: null,
  878. [Symbol(kBytesRead)]: 0,
  879. [Symbol(kBytesWritten)]: 0,
  880. [Symbol(connect-options)]: [Object]
  881. },
  882. connection: TLSSocket {
  883. _tlsOptions: [Object],
  884. _secureEstablished: true,
  885. _securePending: false,
  886. _newSessionPending: false,
  887. _controlReleased: true,
  888. _SNICallback: null,
  889. servername: 'tradeogre.com',
  890. alpnProtocol: false,
  891. authorized: true,
  892. authorizationError: null,
  893. encrypted: true,
  894. _events: [Object: null prototype],
  895. _eventsCount: 10,
  896. connecting: false,
  897. _hadError: false,
  898. _parent: null,
  899. _host: 'tradeogre.com',
  900. _readableState: [ReadableState],
  901. readable: true,
  902. _maxListeners: undefined,
  903. _writableState: [WritableState],
  904. writable: false,
  905. allowHalfOpen: false,
  906. _sockname: null,
  907. _pendingData: null,
  908. _pendingEncoding: '',
  909. server: undefined,
  910. _server: null,
  911. ssl: [TLSWrap],
  912. _requestCert: true,
  913. _rejectUnauthorized: true,
  914. parser: null,
  915. _httpMessage: [Circular],
  916. [Symbol(res)]: [TLSWrap],
  917. [Symbol(asyncId)]: 5,
  918. [Symbol(kHandle)]: [TLSWrap],
  919. [Symbol(lastWriteQueueSize)]: 0,
  920. [Symbol(timeout)]: null,
  921. [Symbol(kBytesRead)]: 0,
  922. [Symbol(kBytesWritten)]: 0,
  923. [Symbol(connect-options)]: [Object]
  924. },
  925. _header: 'GET /api/v1/markets HTTP/1.1\r\nhost: tradeogre.com\r\nConnection: close\r\n\r\n',
  926. _onPendingData: [Function: noopPendingOutput],
  927. agent: Agent {
  928. _events: [Object: null prototype],
  929. _eventsCount: 1,
  930. _maxListeners: undefined,
  931. defaultPort: 443,
  932. protocol: 'https:',
  933. options: [Object],
  934. requests: {},
  935. sockets: [Object],
  936. freeSockets: {},
  937. keepAliveMsecs: 1000,
  938. keepAlive: false,
  939. maxSockets: Infinity,
  940. maxFreeSockets: 256,
  941. maxCachedSessions: 100,
  942. _sessionCache: [Object]
  943. },
  944. socketPath: undefined,
  945. method: 'GET',
  946. path: '/api/v1/markets',
  947. _ended: true,
  948. res: [Circular],
  949. aborted: false,
  950. timeoutCb: null,
  951. upgradeOrConnect: false,
  952. parser: null,
  953. maxHeadersCount: null,
  954. [Symbol(isCorked)]: false,
  955. [Symbol(outHeadersKey)]: [Object: null prototype] { host: [Array] }
  956. },
  957. request: Request {
  958. _events: [Object: null prototype] {
  959. error: [Function: bound ],
  960. complete: [Function: bound ],
  961. pipe: [Function],
  962. data: [Function],
  963. end: [Function]
  964. },
  965. _eventsCount: 5,
  966. _maxListeners: undefined,
  967. method: 'GET',
  968. callback: [Function],
  969. readable: true,
  970. writable: true,
  971. explicitMethod: true,
  972. _qs: Querystring {
  973. request: [Circular],
  974. lib: [Object],
  975. useQuerystring: undefined,
  976. parseOptions: {},
  977. stringifyOptions: {}
  978. },
  979. _auth: Auth {
  980. request: [Circular],
  981. hasAuth: false,
  982. sentAuth: false,
  983. bearerToken: null,
  984. user: null,
  985. pass: null
  986. },
  987. _oauth: OAuth { request: [Circular], params: null },
  988. _multipart: Multipart {
  989. request: [Circular],
  990. boundary: '455e2cdf-cb4d-401b-bc16-8bda3f735837',
  991. chunked: false,
  992. body: null
  993. },
  994. _redirect: Redirect {
  995. request: [Circular],
  996. followRedirect: true,
  997. followRedirects: true,
  998. followAllRedirects: false,
  999. followOriginalHttpMethod: false,
  1000. allowRedirect: [Function],
  1001. maxRedirects: 10,
  1002. redirects: [],
  1003. redirectsFollowed: 0,
  1004. removeRefererHeader: false
  1005. },
  1006. _tunnel: Tunnel {
  1007. request: [Circular],
  1008. proxyHeaderWhiteList: [Array],
  1009. proxyHeaderExclusiveList: []
  1010. },
  1011. headers: {},
  1012. setHeader: [Function],
  1013. hasHeader: [Function],
  1014. getHeader: [Function],
  1015. removeHeader: [Function],
  1016. localAddress: undefined,
  1017. pool: {},
  1018. dests: [],
  1019. __isRequestRequest: true,
  1020. _callback: [Function: bound consoleCall],
  1021. uri: Url {
  1022. protocol: 'https:',
  1023. slashes: true,
  1024. auth: null,
  1025. host: 'tradeogre.com',
  1026. port: 443,
  1027. hostname: 'tradeogre.com',
  1028. hash: null,
  1029. search: null,
  1030. query: null,
  1031. pathname: '/api/v1/markets',
  1032. path: '/api/v1/markets',
  1033. href: 'https://tradeogre.com/api/v1/markets'
  1034. },
  1035. proxy: null,
  1036. tunnel: true,
  1037. setHost: true,
  1038. originalCookieHeader: undefined,
  1039. _disableCookies: true,
  1040. _jar: undefined,
  1041. port: 443,
  1042. host: 'tradeogre.com',
  1043. path: '/api/v1/markets',
  1044. httpModule: {
  1045. Agent: [Function: Agent],
  1046. globalAgent: [Agent],
  1047. Server: [Function: Server],
  1048. createServer: [Function: createServer],
  1049. get: [Function: get],
  1050. request: [Function: request]
  1051. },
  1052. agentClass: [Function: Agent],
  1053. agent: Agent {
  1054. _events: [Object: null prototype],
  1055. _eventsCount: 1,
  1056. _maxListeners: undefined,
  1057. defaultPort: 443,
  1058. protocol: 'https:',
  1059. options: [Object],
  1060. requests: {},
  1061. sockets: [Object],
  1062. freeSockets: {},
  1063. keepAliveMsecs: 1000,
  1064. keepAlive: false,
  1065. maxSockets: Infinity,
  1066. maxFreeSockets: 256,
  1067. maxCachedSessions: 100,
  1068. _sessionCache: [Object]
  1069. },
  1070. _started: true,
  1071. href: 'https://tradeogre.com/api/v1/markets',
  1072. req: ClientRequest {
  1073. _events: [Object: null prototype],
  1074. _eventsCount: 5,
  1075. _maxListeners: undefined,
  1076. outputData: [],
  1077. outputSize: 0,
  1078. writable: true,
  1079. _last: true,
  1080. chunkedEncoding: false,
  1081. shouldKeepAlive: false,
  1082. useChunkedEncodingByDefault: false,
  1083. sendDate: false,
  1084. _removedConnection: false,
  1085. _removedContLen: false,
  1086. _removedTE: false,
  1087. _contentLength: 0,
  1088. _hasBody: true,
  1089. _trailer: '',
  1090. finished: true,
  1091. _headerSent: true,
  1092. socket: [TLSSocket],
  1093. connection: [TLSSocket],
  1094. _header: 'GET /api/v1/markets HTTP/1.1\r\n' +
  1095. 'host: tradeogre.com\r\n' +
  1096. 'Connection: close\r\n' +
  1097. '\r\n',
  1098. _onPendingData: [Function: noopPendingOutput],
  1099. agent: [Agent],
  1100. socketPath: undefined,
  1101. method: 'GET',
  1102. path: '/api/v1/markets',
  1103. _ended: true,
  1104. res: [Circular],
  1105. aborted: false,
  1106. timeoutCb: null,
  1107. upgradeOrConnect: false,
  1108. parser: null,
  1109. maxHeadersCount: null,
  1110. [Symbol(isCorked)]: false,
  1111. [Symbol(outHeadersKey)]: [Object: null prototype]
  1112. },
  1113. ntick: true,
  1114. response: [Circular],
  1115. originalHost: 'tradeogre.com',
  1116. originalHostHeaderName: 'host',
  1117. responseContent: [Circular],
  1118. _destdata: true,
  1119. _ended: true,
  1120. _callbackCalled: true
  1121. },
  1122. toJSON: [Function: responseToJSON],
  1123. caseless: Caseless {
  1124. dict: {
  1125. date: 'Sat, 10 Aug 2019 10:26:20 GMT',
  1126. 'content-type': 'text/html; charset=UTF-8',
  1127. 'transfer-encoding': 'chunked',
  1128. connection: 'close',
  1129. 'set-cookie': [Array],
  1130. 'content-security-policy': "frame-ancestors 'none';",
  1131. 'access-control-allow-origin': '*',
  1132. 'expect-ct': 'max-age=604800, report-uri="https://report-uri.cloudflare.com/cdn-cgi/beacon/expect-ct"',
  1133. server: 'cloudflare',
  1134. 'cf-ray': '504145599e7a15ea-JNB'
  1135. }
  1136. },
  1137. body: '[{"BTC-ACM":{"initialprice":"0.00000381","price":"0.00000426","high":"0.00000511","low":"0.00000381","volume":"0.99447884","bid":"0.00000412","ask":"0.00000454"}},{"BTC-AEON":{"initialprice":"0.00006330","price":"0.00005750","high":"0.00006431","low":"0.00005301","volume":"0.75797873","bid":"0.00005738","ask":"0.00005926"}},{"BTC-ARQ":{"initialprice":"0.00000385","price":"0.00000380","high":"0.00000411","low":"0.00000380","volume":"0.02501901","bid":"0.00000381","ask":"0.00000385"}},{"BTC-ARRR":{"initialprice":"0.00000537","price":"0.00000500","high":"0.00000537","low":"0.00000499","volume":"0.51775705","bid":"0.00000500","ask":"0.00000509"}},{"BTC-BBS":{"initialprice":"0.00000001","price":"0.00000001","high":"0.00000001","low":"0.00000001","volume":"0.00000000","bid":"0.00000000","ask":"0.00000001"}},{"BTC-BCN":{"initialprice":"0.00000005","price":"0.00000005","high":"0.00000005","low":"0.00000005","volume":"0.00223517","bid":"0.00000005","ask":"0.00000006"}},{"BTC-BEAM":{"initialprice":"0.00008888","price":"0.00008501","high":"0.00009021","low":"0.00008500","volume":"0.22917897","bid":"0.00008505","ask":"0.00008629"}},{"BTC-BKC":{"initialprice":"0.00000001","price":"0.00000001","high":"0.00000001","low":"0.00000001","volume":"0.00000000","bid":"0.00000000","ask":"0.00000001"}},{"BTC-BLOC":{"initialprice":"0.00000113","price":"0.00000082","high":"0.00000116","low":"0.00000050","volume":"0.13429467","bid":"0.00000073","ask":"0.00000083"}},{"BTC-BSM":{"initialprice":"0.00000001","price":"0.00000001","high":"0.00000001","low":"0.00000001","volume":"0.00000000","bid":"0.00000000","ask":"0.00000001"}},{"BTC-BTCP":{"initialprice":"0.00009318","price":"0.00009318","high":"0.00009318","low":"0.00009318","volume":"0.00000000","bid":"0.00008606","ask":"0.00009479"}},{"BTC-CCX":{"initialprice":"0.00003445","price":"0.00003686","high":"0.00003920","low":"0.00003290","volume":"2.16410387","bid":"0.00003660","ask":"0.00003672"}},{"BTC-CIV":{"initialprice":"0.00000153","price":"0.00000144","high":"0.00000154","low":"0.00000144","volume":"0.00448794","bid":"0.00000143","ask":"0.00000150"}},{"BTC-COAL":{"initialprice":"0.00000025","price":"0.00000017","high":"0.00000025","low":"0.00000017","volume":"0.00000000","bid":"0.00000020","ask":"0.00000030"}},{"BTC-D":{"initialprice":"0.00001250","price":"0.00001143","high":"0.00001250","low":"0.00001143","volume":"0.01871653","bid":"0.00001161","ask":"0.00001269"}},{"BTC-DASH":{"initialprice":"0.00860747","price":"0.00860747","high":"0.00860747","low":"0.00860747","volume":"0.00000000","bid":"0.00864729","ask":"0.00917746"}},{"BTC-DERO":{"initialprice":"0.00009050","price":"0.00008600","high":"0.00009094","low":"0.00008426","volume":"1.31624912","bid":"0.00008401","ask":"0.00008600"}},{"BTC-DOGE":{"initialprice":"0.00000024","price":"0.00000025","high":"0.00000025","low":"0.00000024","volume":"0.23580727","bid":"0.00000024","ask":"0.00000025"}},{"BTC-ETH":{"initialprice":"0.01800000","price":"0.01781641","high":"0.01812189","low":"0.01750674","volume":"0.71729002","bid":"0.01781641","ask":"0.01798957"}},{"BTC-ETN":{"initialprice":"0.00000038","price":"0.00000038","high":"0.00000039","low":"0.00000036","volume":"0.17015593","bid":"0.00000037","ask":"0.00000038"}},{"BTC-ETNX":{"initialprice":"0.00000106","price":"0.00000094","high":"0.00000106","low":"0.00000085","volume":"0.09845443","bid":"0.00000085","ask":"0.00000094"}},{"BTC-ETNXP":{"initialprice":"0.00000001","price":"0.00000001","high":"0.00000001","low":"0.00000001","volume":"0.00000000","bid":"0.00000000","ask":"0.00000001"}},{"BTC-FBF":{"initialprice":"0.00000001","price":"0.00000001","high":"0.00000001","low":"0.00000001","volume":"0.00085099","bid":"0.00000001","ask":"0.00000002"}},{"BTC-GPKR":{"initialprice":"0.00000134","price":"0.00000134","high":"0.00000134","low":"0.00000134","volume":"0.00010066","bid":"0.00000122","ask":"0.00000167"}},{"BTC-GRFT":{"initialprice":"0.00000024","price":"0.00000025","high":"0.00000026","low":"0.00000024","volume":"0.33378948","bid":"0.00000025","ask":"0.00000026"}},{"BTC-GRIN":{"initialprice":"0.00024738","price":"0.00024241","high":"0.00025526","low":"0.00023600","volume":"0.14105214","bid":"0.00024002","ask":"0.00024564"}},{"BTC-INC":{"initialprice":"0.00000001","price":"0.00000001","high":"0.00000001","low":"0.00000001","volume":"0.00000000","bid":"0.00000000","ask":"0.00000001"}},{"BTC-INTU":{"initialprice":"0.00000001","price":"0.00000001","high":"0.00000001","low":"0.00000001","volume":"0.00000000","bid":"0.00000000","ask":"0.00000001"}},{"BTC-IRD":{"initialprice":"0.00000100","price":"0.00000098","high":"0.00000100","low":"0.00000080","volume":"0.09033248","bid":"0.00000089","ask":"0.00000097"}},{"BTC-KRB":{"initialprice":"0.00000658","price":"0.00000667","high":"0.00000689","low":"0.00000655","volume":"0.01183304","bid":"0.00000667","ask":"0.00000689"}},{"BTC-LNS":{"initialprice":"0.00000001","price":"0.00000001","high":"0.00000001","low":"0.00000001","volume":"0.00000000","bid":"0.00000000","ask":"0.00000002"}},{"BTC-LOKI":{"initialprice":"0.00001413","price":"0.00001450","high":"0.00001630","low":"0.00001412","volume":"0.60526049","bid":"0.00001450","ask":"0.00001497"}},{"BTC-LTC":{"initialprice":"0.00754310","price":"0.00713473","high":"0.00754310","low":"0.00701111","volume":"1.24800933","bid":"0.00713001","ask":"0.00718652"}},{"BTC-LTHN":{"initialprice":"0.00000006","price":"0.00000006","high":"0.00000007","low":"0.00000006","volume":"0.00996011","bid":"0.00000006","ask":"0.00000007"}},{"BTC-LUX":{"initialprice":"0.00002489","price":"0.00002696","high":"0.00002813","low":"0.00002489","volume":"0.00557891","bid":"0.00002504","ask":"0.00002697"}},{"BTC-MSR":{"initialprice":"0.00000621","price":"0.00000600","high":"0.00000649","low":"0.00000590","volume":"0.78616910","bid":"0.00000600","ask":"0.00000620"}},{"BTC-NAH":{"initialprice":"0.00000018","price":"0.00000003","high":"0.00000018","low":"0.00000003","volume":"0.01345093","bid":"0.00000006","ask":"0.00000015"}},{"BTC-NBR":{"initialprice":"0.00000024","price":"0.00000015","high":"0.00000024","low":"0.00000015","volume":"0.05301667","bid":"0.00000015","ask":"0.00000018"}},{"BTC-OMB":{"initialprice":"0.00000007","price":"0.00000007","high":"0.00000007","low":"0.00000007","volume":"0.00000000","bid":"0.00000007","ask":"0.00000011"}},{"BTC-PCN":{"initialprice":"0.00000001","price":"0.00000001","high":"0.00000001","low":"0.00000001","volume":"0.00000000","bid":"0.00000000","ask":"0.00000001"}},{"BTC-PIVX":{"initialprice":"0.00003150","price":"0.00003150","high":"0.00003150","low":"0.00003150","volume":"0.00070794","bid":"0.00003011","ask":"0.00003918"}},{"BTC-PLURA":{"initialprice":"0.00000001","price":"0.00000001","high":"0.00000001","low":"0.00000001","volume":"0.00000000","bid":"0.00000000","ask":"0.00000001"}},{"BTC-PURK":{"initialprice":"0.00000050","price":"0.00000050","high":"0.00000050","low":"0.00000050","volume":"0.00000000","bid":"0.00000034","ask":"0.00000054"}},{"BTC-QTUM":{"initialprice":"0.00023008","price":"0.00023005","high":"0.00023008","low":"0.00023005","volume":"0.00000000","bid":"0.00019466","ask":"0.00023550"}},{"BTC-QUAN":{"initialprice":"0.00000020","price":"0.00000019","high":"0.00000021","low":"0.00000018","volume":"0.09241442","bid":"0.00000019","ask":"0.00000020"}},{"BTC-RTO":{"initialprice":"0.00000067","price":"0.00000057","high":"0.00000070","low":"0.00000056","volume":"0.09041686","bid":"0.00000056","ask":"0.00000061"}},{"BTC-RVN":{"initialprice":"0.00000316","price":"0.00000325","high":"0.00000353","low":"0.00000312","volume":"0.14309956","bid":"0.00000325","ask":"0.00000335"}},{"BTC-RYO":{"initialprice":"0.00000266","price":"0.00000281","high":"0.00000300","low":"0.00000266","volume":"0.24707782","bid":"0.00000281","ask":"0.00000289"}},{"BTC-SHB":{"initialprice":"0.00001762","price":"0.00001762","high":"0.00001762","low":"0.00001762","volume":"0.00173822","bid":"0.00001100","ask":"0.00001728"}},{"BTC-SIN":{"initialprice":"0.00000053","price":"0.00000053","high":"0.00000054","low":"0.00000052","volume":"1.05828665","bid":"0.00000052","ask":"0.00000053"}},{"BTC-SLD":{"initialprice":"0.00000520","price":"0.00000520","high":"0.00000520","low":"0.00000520","volume":"0.00115213","bid":"0.00000458","ask":"0.00000520"}},{"BTC-SOLACE":{"initialprice":"0.00000001","price":"0.00000001","high":"0.00000001","low":"0.00000001","volume":"0.00000000","bid":"0.00000000","ask":"0.00000001"}},{"BTC-SUMO":{"initialprice":"0.00000341","price":"0.00000345","high":"0.00000350","low":"0.00000341","volume":"0.06423153","bid":"0.00000345","ask":"0.00000348"}},{"BTC-TRTL":{"initialprice":"0.00000001","price":"0.00000001","high":"0.00000001","low":"0.00000001","volume":"0.00073725","bid":"0.00000000","ask":"0.00000001"}},{"BTC-TUBE":{"initialprice":"0.00000132","price":"0.00000151","high":"0.00000159","low":"0.00000124","volume":"0.28918649","bid":"0.00000151","ask":"0.00000154"}},{"BTC-WAE":{"initialprice":"0.00000001","price":"0.00000001","high":"0.00000001","low":"0.00000001","volume":"0.00000000","bid":"0.00000000","ask":"0.00000001"}},{"BTC-WOW":{"initialprice":"0.00000075","price":"0.00000074","high":"0.00000084","low":"0.00000073","volume":"0.04931746","bid":"0.00000074","ask":"0.00000079"}},{"BTC-WTIP":{"initialprice":"0.00000001","price":"0.00000001","high":"0.00000001","low":"0.00000001","volume":"0.00000000","bid":"0.00000000","ask":"0.00000001"}},{"BTC-XAO":{"initialprice":"0.00000009","price":"0.00000008","high":"0.00000009","low":"0.00000008","volume":"0.00103791","bid":"0.00000008","ask":"0.00000012"}},{"BTC-XEQ":{"initialprice":"0.00000565","price":"0.00000615","high":"0.00000634","low":"0.00000556","volume":"0.54615131","bid":"0.00000575","ask":"0.00000610"}},{"BTC-XGS":{"initialprice":"0.00000113","price":"0.00000103","high":"0.00000130","low":"0.00000094","volume":"0.06589888","bid":"0.00000102","ask":"0.00000105"}},{"BTC-XHV":{"initialprice":"0.00002826","price":"0.00002790","high":"0.00002888","low":"0.00002715","volume":"0.13117847","bid":"0.00002723","ask":"0.00002790"}},{"BTC-XLA":{"initialprice":"0.00000001","price":"0.00000001","high":"0.00000001","low":"0.00000001","volume":"0.07735455","bid":"0.00000000","ask":"0.00000001"}},{"BTC-XMC":{"initialprice":"0.00006503","price":"0.00004701","high":"0.00006503","low":"0.00004701","volume":"0.00075923","bid":"0.00005014","ask":"0.00006631"}},{"BTC-XMR":{"initialprice":"0.00787562","price":"0.00788325","high":"0.00794000","low":"0.00771002","volume":"0.56473959","bid":"0.00781024","ask":"0.00788324"}},{"BTC-XMV":{"initialprice":"0.00000085","price":"0.00000083","high":"0.00000086","low":"0.00000083","volume":"0.00714796","bid":"0.00000083","ask":"0.00000084"}},{"BTC-XNV":{"initialprice":"0.00000356","price":"0.00000360","high":"0.00000402","low":"0.00000356","volume":"0.24503810","bid":"0.00000360","ask":"0.00000379"}},{"BTC-XPP":{"price":"0.00000008","initialprice":"0.00000008","high":"0.00000008","low":"0.00000008","volume":"0.00000000","bid":"0.00000008","ask":"0.00000013"}},{"BTC-XRN":{"initialprice":"0.00000097","price":"0.00000097","high":"0.00000097","low":"0.00000097","volume":"0.00000000","bid":"0.00000060","ask":"0.00000110"}},{"BTC-XTA":{"initialprice":"0.00000268","price":"0.00000268","high":"0.00000310","low":"0.00000257","volume":"0.09440767","bid":"0.00000267","ask":"0.00000268"}},{"BTC-XTNC":{"initialprice":"0.00000040","price":"0.00000039","high":"0.00000042","low":"0.00000037","volume":"0.01792669","bid":"0.00000039","ask":"0.00000042"}},{"BTC-XUN":{"initialprice":"0.00000001","price":"0.00000001","high":"0.00000001","low":"0.00000001","volume":"0.00000000","bid":"0.00000000","ask":"0.00000001"}},{"BTC-XVG":{"initialprice":"0.00000046","price":"0.00000041","high":"0.00000046","low":"0.00000039","volume":"0.01877027","bid":"0.00000041","ask":"0.00000043"}},{"BTC-XWP":{"initialprice":"0.00001545","price":"0.00002040","high":"0.00002300","low":"0.00001500","volume":"2.67966493","bid":"0.00002036","ask":"0.00002050"}},{"BTC-ZEL":{"initialprice":"0.00001071","price":"0.00001014","high":"0.00001163","low":"0.00001005","volume":"0.20839361","bid":"0.00001014","ask":"0.00001035"}},{"LTC-BBS":{"initialprice":"0.00000001","price":"0.00000001","high":"0.00000001","low":"0.00000001","volume":"0.00000000","bid":"0.00000001","ask":"0.00000002"}},{"LTC-BKC":{"initialprice":"0.00000055","price":"0.00000055","high":"0.00000055","low":"0.00000055","volume":"0.01539969","bid":"0.00000055","ask":"0.00000060"}},{"LTC-BSM":{"initialprice":"0.00000028","price":"0.00000028","high":"0.00000028","low":"0.00000028","volume":"0.08400000","bid":"0.00000027","ask":"0.00000030"}},{"LTC-ETNXP":{"initialprice":"0.00000001","price":"0.00000001","high":"0.00000001","low":"0.00000001","volume":"0.00000000","bid":"0.00000000","ask":"0.00000001"}},{"LTC-INTU":{"initialprice":"0.00000017","price":"0.00000016","high":"0.00000017","low":"0.00000016","volume":"0.53224579","bid":"0.00000016","ask":"0.00000019"}},{"LTC-NCP":{"initialprice":"0.00000001","price":"0.00000001","high":"0.00000001","low":"0.00000001","volume":"0.73434622","bid":"0.00000001","ask":"0.00000002"}},{"LTC-PCN":{"initialprice":"0.00000003","price":"0.00000003","high":"0.00000003","low":"0.00000003","volume":"0.02733286","bid":"0.00000002","ask":"0.00000003"}},{"LTC-SOLACE":{"initialprice":"0.00000002","price":"0.00000002","high":"0.00000003","low":"0.00000002","volume":"0.80942168","bid":"0.00000002","ask":"0.00000003"}},{"LTC-TRTL":{"initialprice":"0.00000074","price":"0.00000069","high":"0.00000075","low":"0.00000069","volume":"57.77487813","bid":"0.00000069","ask":"0.00000070"}},{"LTC-WAE":{"initialprice":"0.00000109","price":"0.00000109","high":"0.00000109","low":"0.00000109","volume":"0.00000000","bid":"0.00000048","ask":"0.00000108"}},{"LTC-WTIP":{"initialprice":"0.00000025","price":"0.00000025","high":"0.00000025","low":"0.00000025","volume":"0.05068022","bid":"0.00000025","ask":"0.00000030"}},{"LTC-XLA":{"initialprice":"0.00000124","price":"0.00000122","high":"0.00000134","low":"0.00000119","volume":"4.33611355","bid":"0.00000122","ask":"0.00000124"}},{"LTC-XUN":{"initialprice":"0.00000046","price":"0.00000040","high":"0.00000052","low":"0.00000040","volume":"0.88034917","bid":"0.00000041","ask":"0.00000050"}}]'
  1138. } [{"BTC-ACM":{"initialprice":"0.00000381","price":"0.00000426","high":"0.00000511","low":"0.00000381","volume":"0.99447884","bid":"0.00000412","ask":"0.00000454"}},{"BTC-AEON":{"initialprice":"0.00006330","price":"0.00005750","high":"0.00006431","low":"0.00005301","volume":"0.75797873","bid":"0.00005738","ask":"0.00005926"}},{"BTC-ARQ":{"initialprice":"0.00000385","price":"0.00000380","high":"0.00000411","low":"0.00000380","volume":"0.02501901","bid":"0.00000381","ask":"0.00000385"}},{"BTC-ARRR":{"initialprice":"0.00000537","price":"0.00000500","high":"0.00000537","low":"0.00000499","volume":"0.51775705","bid":"0.00000500","ask":"0.00000509"}},{"BTC-BBS":{"initialprice":"0.00000001","price":"0.00000001","high":"0.00000001","low":"0.00000001","volume":"0.00000000","bid":"0.00000000","ask":"0.00000001"}},{"BTC-BCN":{"initialprice":"0.00000005","price":"0.00000005","high":"0.00000005","low":"0.00000005","volume":"0.00223517","bid":"0.00000005","ask":"0.00000006"}},{"BTC-BEAM":{"initialprice":"0.00008888","price":"0.00008501","high":"0.00009021","low":"0.00008500","volume":"0.22917897","bid":"0.00008505","ask":"0.00008629"}},{"BTC-BKC":{"initialprice":"0.00000001","price":"0.00000001","high":"0.00000001","low":"0.00000001","volume":"0.00000000","bid":"0.00000000","ask":"0.00000001"}},{"BTC-BLOC":{"initialprice":"0.00000113","price":"0.00000082","high":"0.00000116","low":"0.00000050","volume":"0.13429467","bid":"0.00000073","ask":"0.00000083"}},{"BTC-BSM":{"initialprice":"0.00000001","price":"0.00000001","high":"0.00000001","low":"0.00000001","volume":"0.00000000","bid":"0.00000000","ask":"0.00000001"}},{"BTC-BTCP":{"initialprice":"0.00009318","price":"0.00009318","high":"0.00009318","low":"0.00009318","volume":"0.00000000","bid":"0.00008606","ask":"0.00009479"}},{"BTC-CCX":{"initialprice":"0.00003445","price":"0.00003686","high":"0.00003920","low":"0.00003290","volume":"2.16410387","bid":"0.00003660","ask":"0.00003672"}},{"BTC-CIV":{"initialprice":"0.00000153","price":"0.00000144","high":"0.00000154","low":"0.00000144","volume":"0.00448794","bid":"0.00000143","ask":"0.00000150"}},{"BTC-COAL":{"initialprice":"0.00000025","price":"0.00000017","high":"0.00000025","low":"0.00000017","volume":"0.00000000","bid":"0.00000020","ask":"0.00000030"}},{"BTC-D":{"initialprice":"0.00001250","price":"0.00001143","high":"0.00001250","low":"0.00001143","volume":"0.01871653","bid":"0.00001161","ask":"0.00001269"}},{"BTC-DASH":{"initialprice":"0.00860747","price":"0.00860747","high":"0.00860747","low":"0.00860747","volume":"0.00000000","bid":"0.00864729","ask":"0.00917746"}},{"BTC-DERO":{"initialprice":"0.00009050","price":"0.00008600","high":"0.00009094","low":"0.00008426","volume":"1.31624912","bid":"0.00008401","ask":"0.00008600"}},{"BTC-DOGE":{"initialprice":"0.00000024","price":"0.00000025","high":"0.00000025","low":"0.00000024","volume":"0.23580727","bid":"0.00000024","ask":"0.00000025"}},{"BTC-ETH":{"initialprice":"0.01800000","price":"0.01781641","high":"0.01812189","low":"0.01750674","volume":"0.71729002","bid":"0.01781641","ask":"0.01798957"}},{"BTC-ETN":{"initialprice":"0.00000038","price":"0.00000038","high":"0.00000039","low":"0.00000036","volume":"0.17015593","bid":"0.00000037","ask":"0.00000038"}},{"BTC-ETNX":{"initialprice":"0.00000106","price":"0.00000094","high":"0.00000106","low":"0.00000085","volume":"0.09845443","bid":"0.00000085","ask":"0.00000094"}},{"BTC-ETNXP":{"initialprice":"0.00000001","price":"0.00000001","high":"0.00000001","low":"0.00000001","volume":"0.00000000","bid":"0.00000000","ask":"0.00000001"}},{"BTC-FBF":{"initialprice":"0.00000001","price":"0.00000001","high":"0.00000001","low":"0.00000001","volume":"0.00085099","bid":"0.00000001","ask":"0.00000002"}},{"BTC-GPKR":{"initialprice":"0.00000134","price":"0.00000134","high":"0.00000134","low":"0.00000134","volume":"0.00010066","bid":"0.00000122","ask":"0.00000167"}},{"BTC-GRFT":{"initialprice":"0.00000024","price":"0.00000025","high":"0.00000026","low":"0.00000024","volume":"0.33378948","bid":"0.00000025","ask":"0.00000026"}},{"BTC-GRIN":{"initialprice":"0.00024738","price":"0.00024241","high":"0.00025526","low":"0.00023600","volume":"0.14105214","bid":"0.00024002","ask":"0.00024564"}},{"BTC-INC":{"initialprice":"0.00000001","price":"0.00000001","high":"0.00000001","low":"0.00000001","volume":"0.00000000","bid":"0.00000000","ask":"0.00000001"}},{"BTC-INTU":{"initialprice":"0.00000001","price":"0.00000001","high":"0.00000001","low":"0.00000001","volume":"0.00000000","bid":"0.00000000","ask":"0.00000001"}},{"BTC-IRD":{"initialprice":"0.00000100","price":"0.00000098","high":"0.00000100","low":"0.00000080","volume":"0.09033248","bid":"0.00000089","ask":"0.00000097"}},{"BTC-KRB":{"initialprice":"0.00000658","price":"0.00000667","high":"0.00000689","low":"0.00000655","volume":"0.01183304","bid":"0.00000667","ask":"0.00000689"}},{"BTC-LNS":{"initialprice":"0.00000001","price":"0.00000001","high":"0.00000001","low":"0.00000001","volume":"0.00000000","bid":"0.00000000","ask":"0.00000002"}},{"BTC-LOKI":{"initialprice":"0.00001413","price":"0.00001450","high":"0.00001630","low":"0.00001412","volume":"0.60526049","bid":"0.00001450","ask":"0.00001497"}},{"BTC-LTC":{"initialprice":"0.00754310","price":"0.00713473","high":"0.00754310","low":"0.00701111","volume":"1.24800933","bid":"0.00713001","ask":"0.00718652"}},{"BTC-LTHN":{"initialprice":"0.00000006","price":"0.00000006","high":"0.00000007","low":"0.00000006","volume":"0.00996011","bid":"0.00000006","ask":"0.00000007"}},{"BTC-LUX":{"initialprice":"0.00002489","price":"0.00002696","high":"0.00002813","low":"0.00002489","volume":"0.00557891","bid":"0.00002504","ask":"0.00002697"}},{"BTC-MSR":{"initialprice":"0.00000621","price":"0.00000600","high":"0.00000649","low":"0.00000590","volume":"0.78616910","bid":"0.00000600","ask":"0.00000620"}},{"BTC-NAH":{"initialprice":"0.00000018","price":"0.00000003","high":"0.00000018","low":"0.00000003","volume":"0.01345093","bid":"0.00000006","ask":"0.00000015"}},{"BTC-NBR":{"initialprice":"0.00000024","price":"0.00000015","high":"0.00000024","low":"0.00000015","volume":"0.05301667","bid":"0.00000015","ask":"0.00000018"}},{"BTC-OMB":{"initialprice":"0.00000007","price":"0.00000007","high":"0.00000007","low":"0.00000007","volume":"0.00000000","bid":"0.00000007","ask":"0.00000011"}},{"BTC-PCN":{"initialprice":"0.00000001","price":"0.00000001","high":"0.00000001","low":"0.00000001","volume":"0.00000000","bid":"0.00000000","ask":"0.00000001"}},{"BTC-PIVX":{"initialprice":"0.00003150","price":"0.00003150","high":"0.00003150","low":"0.00003150","volume":"0.00070794","bid":"0.00003011","ask":"0.00003918"}},{"BTC-PLURA":{"initialprice":"0.00000001","price":"0.00000001","high":"0.00000001","low":"0.00000001","volume":"0.00000000","bid":"0.00000000","ask":"0.00000001"}},{"BTC-PURK":{"initialprice":"0.00000050","price":"0.00000050","high":"0.00000050","low":"0.00000050","volume":"0.00000000","bid":"0.00000034","ask":"0.00000054"}},{"BTC-QTUM":{"initialprice":"0.00023008","price":"0.00023005","high":"0.00023008","low":"0.00023005","volume":"0.00000000","bid":"0.00019466","ask":"0.00023550"}},{"BTC-QUAN":{"initialprice":"0.00000020","price":"0.00000019","high":"0.00000021","low":"0.00000018","volume":"0.09241442","bid":"0.00000019","ask":"0.00000020"}},{"BTC-RTO":{"initialprice":"0.00000067","price":"0.00000057","high":"0.00000070","low":"0.00000056","volume":"0.09041686","bid":"0.00000056","ask":"0.00000061"}},{"BTC-RVN":{"initialprice":"0.00000316","price":"0.00000325","high":"0.00000353","low":"0.00000312","volume":"0.14309956","bid":"0.00000325","ask":"0.00000335"}},{"BTC-RYO":{"initialprice":"0.00000266","price":"0.00000281","high":"0.00000300","low":"0.00000266","volume":"0.24707782","bid":"0.00000281","ask":"0.00000289"}},{"BTC-SHB":{"initialprice":"0.00001762","price":"0.00001762","high":"0.00001762","low":"0.00001762","volume":"0.00173822","bid":"0.00001100","ask":"0.00001728"}},{"BTC-SIN":{"initialprice":"0.00000053","price":"0.00000053","high":"0.00000054","low":"0.00000052","volume":"1.05828665","bid":"0.00000052","ask":"0.00000053"}},{"BTC-SLD":{"initialprice":"0.00000520","price":"0.00000520","high":"0.00000520","low":"0.00000520","volume":"0.00115213","bid":"0.00000458","ask":"0.00000520"}},{"BTC-SOLACE":{"initialprice":"0.00000001","price":"0.00000001","high":"0.00000001","low":"0.00000001","volume":"0.00000000","bid":"0.00000000","ask":"0.00000001"}},{"BTC-SUMO":{"initialprice":"0.00000341","price":"0.00000345","high":"0.00000350","low":"0.00000341","volume":"0.06423153","bid":"0.00000345","ask":"0.00000348"}},{"BTC-TRTL":{"initialprice":"0.00000001","price":"0.00000001","high":"0.00000001","low":"0.00000001","volume":"0.00073725","bid":"0.00000000","ask":"0.00000001"}},{"BTC-TUBE":{"initialprice":"0.00000132","price":"0.00000151","high":"0.00000159","low":"0.00000124","volume":"0.28918649","bid":"0.00000151","ask":"0.00000154"}},{"BTC-WAE":{"initialprice":"0.00000001","price":"0.00000001","high":"0.00000001","low":"0.00000001","volume":"0.00000000","bid":"0.00000000","ask":"0.00000001"}},{"BTC-WOW":{"initialprice":"0.00000075","price":"0.00000074","high":"0.00000084","low":"0.00000073","volume":"0.04931746","bid":"0.00000074","ask":"0.00000079"}},{"BTC-WTIP":{"initialprice":"0.00000001","price":"0.00000001","high":"0.00000001","low":"0.00000001","volume":"0.00000000","bid":"0.00000000","ask":"0.00000001"}},{"BTC-XAO":{"initialprice":"0.00000009","price":"0.00000008","high":"0.00000009","low":"0.00000008","volume":"0.00103791","bid":"0.00000008","ask":"0.00000012"}},{"BTC-XEQ":{"initialprice":"0.00000565","price":"0.00000615","high":"0.00000634","low":"0.00000556","volume":"0.54615131","bid":"0.00000575","ask":"0.00000610"}},{"BTC-XGS":{"initialprice":"0.00000113","price":"0.00000103","high":"0.00000130","low":"0.00000094","volume":"0.06589888","bid":"0.00000102","ask":"0.00000105"}},{"BTC-XHV":{"initialprice":"0.00002826","price":"0.00002790","high":"0.00002888","low":"0.00002715","volume":"0.13117847","bid":"0.00002723","ask":"0.00002790"}},{"BTC-XLA":{"initialprice":"0.00000001","price":"0.00000001","high":"0.00000001","low":"0.00000001","volume":"0.07735455","bid":"0.00000000","ask":"0.00000001"}},{"BTC-XMC":{"initialprice":"0.00006503","price":"0.00004701","high":"0.00006503","low":"0.00004701","volume":"0.00075923","bid":"0.00005014","ask":"0.00006631"}},{"BTC-XMR":{"initialprice":"0.00787562","price":"0.00788325","high":"0.00794000","low":"0.00771002","volume":"0.56473959","bid":"0.00781024","ask":"0.00788324"}},{"BTC-XMV":{"initialprice":"0.00000085","price":"0.00000083","high":"0.00000086","low":"0.00000083","volume":"0.00714796","bid":"0.00000083","ask":"0.00000084"}},{"BTC-XNV":{"initialprice":"0.00000356","price":"0.00000360","high":"0.00000402","low":"0.00000356","volume":"0.24503810","bid":"0.00000360","ask":"0.00000379"}},{"BTC-XPP":{"price":"0.00000008","initialprice":"0.00000008","high":"0.00000008","low":"0.00000008","volume":"0.00000000","bid":"0.00000008","ask":"0.00000013"}},{"BTC-XRN":{"initialprice":"0.00000097","price":"0.00000097","high":"0.00000097","low":"0.00000097","volume":"0.00000000","bid":"0.00000060","ask":"0.00000110"}},{"BTC-XTA":{"initialprice":"0.00000268","price":"0.00000268","high":"0.00000310","low":"0.00000257","volume":"0.09440767","bid":"0.00000267","ask":"0.00000268"}},{"BTC-XTNC":{"initialprice":"0.00000040","price":"0.00000039","high":"0.00000042","low":"0.00000037","volume":"0.01792669","bid":"0.00000039","ask":"0.00000042"}},{"BTC-XUN":{"initialprice":"0.00000001","price":"0.00000001","high":"0.00000001","low":"0.00000001","volume":"0.00000000","bid":"0.00000000","ask":"0.00000001"}},{"BTC-XVG":{"initialprice":"0.00000046","price":"0.00000041","high":"0.00000046","low":"0.00000039","volume":"0.01877027","bid":"0.00000041","ask":"0.00000043"}},{"BTC-XWP":{"initialprice":"0.00001545","price":"0.00002040","high":"0.00002300","low":"0.00001500","volume":"2.67966493","bid":"0.00002036","ask":"0.00002050"}},{"BTC-ZEL":{"initialprice":"0.00001071","price":"0.00001014","high":"0.00001163","low":"0.00001005","volume":"0.20839361","bid":"0.00001014","ask":"0.00001035"}},{"LTC-BBS":{"initialprice":"0.00000001","price":"0.00000001","high":"0.00000001","low":"0.00000001","volume":"0.00000000","bid":"0.00000001","ask":"0.00000002"}},{"LTC-BKC":{"initialprice":"0.00000055","price":"0.00000055","high":"0.00000055","low":"0.00000055","volume":"0.01539969","bid":"0.00000055","ask":"0.00000060"}},{"LTC-BSM":{"initialprice":"0.00000028","price":"0.00000028","high":"0.00000028","low":"0.00000028","volume":"0.08400000","bid":"0.00000027","ask":"0.00000030"}},{"LTC-ETNXP":{"initialprice":"0.00000001","price":"0.00000001","high":"0.00000001","low":"0.00000001","volume":"0.00000000","bid":"0.00000000","ask":"0.00000001"}},{"LTC-INTU":{"initialprice":"0.00000017","price":"0.00000016","high":"0.00000017","low":"0.00000016","volume":"0.53224579","bid":"0.00000016","ask":"0.00000019"}},{"LTC-NCP":{"initialprice":"0.00000001","price":"0.00000001","high":"0.00000001","low":"0.00000001","volume":"0.73434622","bid":"0.00000001","ask":"0.00000002"}},{"LTC-PCN":{"initialprice":"0.00000003","price":"0.00000003","high":"0.00000003","low":"0.00000003","volume":"0.02733286","bid":"0.00000002","ask":"0.00000003"}},{"LTC-SOLACE":{"initialprice":"0.00000002","price":"0.00000002","high":"0.00000003","low":"0.00000002","volume":"0.80942168","bid":"0.00000002","ask":"0.00000003"}},{"LTC-TRTL":{"initialprice":"0.00000074","price":"0.00000069","high":"0.00000075","low":"0.00000069","volume":"57.77487813","bid":"0.00000069","ask":"0.00000070"}},{"LTC-WAE":{"initialprice":"0.00000109","price":"0.00000109","high":"0.00000109","low":"0.00000109","volume":"0.00000000","bid":"0.00000048","ask":"0.00000108"}},{"LTC-WTIP":{"initialprice":"0.00000025","price":"0.00000025","high":"0.00000025","low":"0.00000025","volume":"0.05068022","bid":"0.00000025","ask":"0.00000030"}},{"LTC-XLA":{"initialprice":"0.00000124","price":"0.00000122","high":"0.00000134","low":"0.00000119","volume":"4.33611355","bid":"0.00000122","ask":"0.00000124"}},{"LTC-XUN":{"initialprice":"0.00000046","price":"0.00000040","high":"0.00000052","low":"0.00000040","volume":"0.88034917","bid":"0.00000041","ask":"0.00000050"}}]
  1139. null IncomingMessage {
  1140. _readableState: ReadableState {
  1141. objectMode: false,
  1142. highWaterMark: 16384,
  1143. buffer: BufferList { head: null, tail: null, length: 0 },
  1144. length: 0,
  1145. pipes: null,
  1146. pipesCount: 0,
  1147. flowing: true,
  1148. ended: true,
  1149. endEmitted: true,
  1150. reading: false,
  1151. sync: false,
  1152. needReadable: false,
  1153. emittedReadable: false,
  1154. readableListening: false,
  1155. resumeScheduled: false,
  1156. paused: false,
  1157. emitClose: true,
  1158. autoDestroy: false,
  1159. destroyed: false,
  1160. defaultEncoding: 'utf8',
  1161. awaitDrain: 0,
  1162. readingMore: false,
  1163. decoder: null,
  1164. encoding: null
  1165. },
  1166. readable: false,
  1167. _events: [Object: null prototype] {
  1168. end: [ [Function: responseOnEnd], [Function] ],
  1169. close: [ [Function], [Function] ],
  1170. data: [Function],
  1171. error: [Function]
  1172. },
  1173. _eventsCount: 4,
  1174. _maxListeners: undefined,
  1175. socket: TLSSocket {
  1176. _tlsOptions: {
  1177. pipe: false,
  1178. secureContext: [SecureContext],
  1179. isServer: false,
  1180. requestCert: true,
  1181. rejectUnauthorized: true,
  1182. session: undefined,
  1183. ALPNProtocols: undefined,
  1184. requestOCSP: undefined,
  1185. enableTrace: undefined
  1186. },
  1187. _secureEstablished: true,
  1188. _securePending: false,
  1189. _newSessionPending: false,
  1190. _controlReleased: true,
  1191. _SNICallback: null,
  1192. servername: 'tradeogre.com',
  1193. alpnProtocol: false,
  1194. authorized: true,
  1195. authorizationError: null,
  1196. encrypted: true,
  1197. _events: [Object: null prototype] {
  1198. close: [Array],
  1199. end: [Function: onReadableStreamEnd],
  1200. newListener: [Function: keylogNewListener],
  1201. secure: [Function: onConnectSecure],
  1202. session: [Function],
  1203. free: [Function: onFree],
  1204. agentRemove: [Function: onRemove],
  1205. drain: [Function: ondrain],
  1206. error: [Function: socketErrorListener],
  1207. finish: [Function]
  1208. },
  1209. _eventsCount: 10,
  1210. connecting: false,
  1211. _hadError: false,
  1212. _parent: null,
  1213. _host: 'tradeogre.com',
  1214. _readableState: ReadableState {
  1215. objectMode: false,
  1216. highWaterMark: 16384,
  1217. buffer: BufferList { head: null, tail: null, length: 0 },
  1218. length: 0,
  1219. pipes: null,
  1220. pipesCount: 0,
  1221. flowing: true,
  1222. ended: false,
  1223. endEmitted: false,
  1224. reading: false,
  1225. sync: false,
  1226. needReadable: true,
  1227. emittedReadable: false,
  1228. readableListening: false,
  1229. resumeScheduled: false,
  1230. paused: false,
  1231. emitClose: false,
  1232. autoDestroy: false,
  1233. destroyed: false,
  1234. defaultEncoding: 'utf8',
  1235. awaitDrain: 0,
  1236. readingMore: true,
  1237. decoder: null,
  1238. encoding: null
  1239. },
  1240. readable: true,
  1241. _maxListeners: undefined,
  1242. _writableState: WritableState {
  1243. objectMode: false,
  1244. highWaterMark: 16384,
  1245. finalCalled: true,
  1246. needDrain: false,
  1247. ending: true,
  1248. ended: true,
  1249. finished: false,
  1250. destroyed: false,
  1251. decodeStrings: false,
  1252. defaultEncoding: 'utf8',
  1253. length: 0,
  1254. writing: false,
  1255. corked: 0,
  1256. sync: false,
  1257. bufferProcessing: false,
  1258. onwrite: [Function: bound onwrite],
  1259. writecb: null,
  1260. writelen: 0,
  1261. bufferedRequest: null,
  1262. lastBufferedRequest: null,
  1263. pendingcb: 1,
  1264. prefinished: false,
  1265. errorEmitted: false,
  1266. emitClose: false,
  1267. autoDestroy: false,
  1268. bufferedRequestCount: 0,
  1269. corkedRequestsFree: [Object]
  1270. },
  1271. writable: false,
  1272. allowHalfOpen: false,
  1273. _sockname: null,
  1274. _pendingData: null,
  1275. _pendingEncoding: '',
  1276. server: undefined,
  1277. _server: null,
  1278. ssl: TLSWrap {
  1279. _parent: [TCP],
  1280. _parentWrap: undefined,
  1281. _secureContext: [SecureContext],
  1282. reading: true,
  1283. onhandshakestart: [Function: noop],
  1284. onhandshakedone: [Function],
  1285. onocspresponse: [Function: onocspresponse],
  1286. onnewsession: [Function: onnewsessionclient],
  1287. onkeylog: [Function: onkeylogclient],
  1288. onerror: [Function: onerror],
  1289. [Symbol(owner)]: [Circular]
  1290. },
  1291. _requestCert: true,
  1292. _rejectUnauthorized: true,
  1293. parser: null,
  1294. _httpMessage: ClientRequest {
  1295. _events: [Object: null prototype],
  1296. _eventsCount: 5,
  1297. _maxListeners: undefined,
  1298. outputData: [],
  1299. outputSize: 0,
  1300. writable: true,
  1301. _last: true,
  1302. chunkedEncoding: false,
  1303. shouldKeepAlive: false,
  1304. useChunkedEncodingByDefault: false,
  1305. sendDate: false,
  1306. _removedConnection: false,
  1307. _removedContLen: false,
  1308. _removedTE: false,
  1309. _contentLength: 0,
  1310. _hasBody: true,
  1311. _trailer: '',
  1312. finished: true,
  1313. _headerSent: true,
  1314. socket: [Circular],
  1315. connection: [Circular],
  1316. _header: 'GET /api/v1/ticker/BTC-LTC HTTP/1.1\r\n' +
  1317. 'host: tradeogre.com\r\n' +
  1318. 'Connection: close\r\n' +
  1319. '\r\n',
  1320. _onPendingData: [Function: noopPendingOutput],
  1321. agent: [Agent],
  1322. socketPath: undefined,
  1323. method: 'GET',
  1324. path: '/api/v1/ticker/BTC-LTC',
  1325. _ended: true,
  1326. res: [Circular],
  1327. aborted: false,
  1328. timeoutCb: null,
  1329. upgradeOrConnect: false,
  1330. parser: null,
  1331. maxHeadersCount: null,
  1332. [Symbol(isCorked)]: false,
  1333. [Symbol(outHeadersKey)]: [Object: null prototype]
  1334. },
  1335. [Symbol(res)]: TLSWrap {
  1336. _parent: [TCP],
  1337. _parentWrap: undefined,
  1338. _secureContext: [SecureContext],
  1339. reading: true,
  1340. onhandshakestart: [Function: noop],
  1341. onhandshakedone: [Function],
  1342. onocspresponse: [Function: onocspresponse],
  1343. onnewsession: [Function: onnewsessionclient],
  1344. onkeylog: [Function: onkeylogclient],
  1345. onerror: [Function: onerror],
  1346. [Symbol(owner)]: [Circular]
  1347. },
  1348. [Symbol(asyncId)]: 13,
  1349. [Symbol(kHandle)]: TLSWrap {
  1350. _parent: [TCP],
  1351. _parentWrap: undefined,
  1352. _secureContext: [SecureContext],
  1353. reading: true,
  1354. onhandshakestart: [Function: noop],
  1355. onhandshakedone: [Function],
  1356. onocspresponse: [Function: onocspresponse],
  1357. onnewsession: [Function: onnewsessionclient],
  1358. onkeylog: [Function: onkeylogclient],
  1359. onerror: [Function: onerror],
  1360. [Symbol(owner)]: [Circular]
  1361. },
  1362. [Symbol(lastWriteQueueSize)]: 0,
  1363. [Symbol(timeout)]: null,
  1364. [Symbol(kBytesRead)]: 0,
  1365. [Symbol(kBytesWritten)]: 0,
  1366. [Symbol(connect-options)]: {
  1367. rejectUnauthorized: true,
  1368. 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',
  1369. checkServerIdentity: [Function: checkServerIdentity],
  1370. minDHSize: 1024,
  1371. _events: [Object: null prototype],
  1372. _eventsCount: 3,
  1373. _maxListeners: undefined,
  1374. method: 'GET',
  1375. callback: [Function],
  1376. readable: true,
  1377. writable: true,
  1378. explicitMethod: true,
  1379. _qs: [Querystring],
  1380. _auth: [Auth],
  1381. _oauth: [OAuth],
  1382. _multipart: [Multipart],
  1383. _redirect: [Redirect],
  1384. _tunnel: [Tunnel],
  1385. headers: {},
  1386. setHeader: [Function],
  1387. hasHeader: [Function],
  1388. getHeader: [Function],
  1389. removeHeader: [Function],
  1390. localAddress: undefined,
  1391. pool: {},
  1392. dests: [],
  1393. __isRequestRequest: true,
  1394. _callback: [Function: bound consoleCall],
  1395. uri: [Url],
  1396. proxy: null,
  1397. tunnel: true,
  1398. setHost: true,
  1399. originalCookieHeader: undefined,
  1400. _disableCookies: true,
  1401. _jar: undefined,
  1402. port: 443,
  1403. host: 'tradeogre.com',
  1404. path: null,
  1405. httpModule: [Object],
  1406. agentClass: [Function: Agent],
  1407. agent: [Agent],
  1408. _started: true,
  1409. href: 'https://tradeogre.com/api/v1/ticker/BTC-LTC',
  1410. _defaultAgent: [Agent],
  1411. servername: 'tradeogre.com',
  1412. _agentKey: 'tradeogre.com:443::::::::::::::::::',
  1413. encoding: null,
  1414. singleUse: true
  1415. }
  1416. },
  1417. connection: TLSSocket {
  1418. _tlsOptions: {
  1419. pipe: false,
  1420. secureContext: [SecureContext],
  1421. isServer: false,
  1422. requestCert: true,
  1423. rejectUnauthorized: true,
  1424. session: undefined,
  1425. ALPNProtocols: undefined,
  1426. requestOCSP: undefined,
  1427. enableTrace: undefined
  1428. },
  1429. _secureEstablished: true,
  1430. _securePending: false,
  1431. _newSessionPending: false,
  1432. _controlReleased: true,
  1433. _SNICallback: null,
  1434. servername: 'tradeogre.com',
  1435. alpnProtocol: false,
  1436. authorized: true,
  1437. authorizationError: null,
  1438. encrypted: true,
  1439. _events: [Object: null prototype] {
  1440. close: [Array],
  1441. end: [Function: onReadableStreamEnd],
  1442. newListener: [Function: keylogNewListener],
  1443. secure: [Function: onConnectSecure],
  1444. session: [Function],
  1445. free: [Function: onFree],
  1446. agentRemove: [Function: onRemove],
  1447. drain: [Function: ondrain],
  1448. error: [Function: socketErrorListener],
  1449. finish: [Function]
  1450. },
  1451. _eventsCount: 10,
  1452. connecting: false,
  1453. _hadError: false,
  1454. _parent: null,
  1455. _host: 'tradeogre.com',
  1456. _readableState: ReadableState {
  1457. objectMode: false,
  1458. highWaterMark: 16384,
  1459. buffer: BufferList { head: null, tail: null, length: 0 },
  1460. length: 0,
  1461. pipes: null,
  1462. pipesCount: 0,
  1463. flowing: true,
  1464. ended: false,
  1465. endEmitted: false,
  1466. reading: false,
  1467. sync: false,
  1468. needReadable: true,
  1469. emittedReadable: false,
  1470. readableListening: false,
  1471. resumeScheduled: false,
  1472. paused: false,
  1473. emitClose: false,
  1474. autoDestroy: false,
  1475. destroyed: false,
  1476. defaultEncoding: 'utf8',
  1477. awaitDrain: 0,
  1478. readingMore: true,
  1479. decoder: null,
  1480. encoding: null
  1481. },
  1482. readable: true,
  1483. _maxListeners: undefined,
  1484. _writableState: WritableState {
  1485. objectMode: false,
  1486. highWaterMark: 16384,
  1487. finalCalled: true,
  1488. needDrain: false,
  1489. ending: true,
  1490. ended: true,
  1491. finished: false,
  1492. destroyed: false,
  1493. decodeStrings: false,
  1494. defaultEncoding: 'utf8',
  1495. length: 0,
  1496. writing: false,
  1497. corked: 0,
  1498. sync: false,
  1499. bufferProcessing: false,
  1500. onwrite: [Function: bound onwrite],
  1501. writecb: null,
  1502. writelen: 0,
  1503. bufferedRequest: null,
  1504. lastBufferedRequest: null,
  1505. pendingcb: 1,
  1506. prefinished: false,
  1507. errorEmitted: false,
  1508. emitClose: false,
  1509. autoDestroy: false,
  1510. bufferedRequestCount: 0,
  1511. corkedRequestsFree: [Object]
  1512. },
  1513. writable: false,
  1514. allowHalfOpen: false,
  1515. _sockname: null,
  1516. _pendingData: null,
  1517. _pendingEncoding: '',
  1518. server: undefined,
  1519. _server: null,
  1520. ssl: TLSWrap {
  1521. _parent: [TCP],
  1522. _parentWrap: undefined,
  1523. _secureContext: [SecureContext],
  1524. reading: true,
  1525. onhandshakestart: [Function: noop],
  1526. onhandshakedone: [Function],
  1527. onocspresponse: [Function: onocspresponse],
  1528. onnewsession: [Function: onnewsessionclient],
  1529. onkeylog: [Function: onkeylogclient],
  1530. onerror: [Function: onerror],
  1531. [Symbol(owner)]: [Circular]
  1532. },
  1533. _requestCert: true,
  1534. _rejectUnauthorized: true,
  1535. parser: null,
  1536. _httpMessage: ClientRequest {
  1537. _events: [Object: null prototype],
  1538. _eventsCount: 5,
  1539. _maxListeners: undefined,
  1540. outputData: [],
  1541. outputSize: 0,
  1542. writable: true,
  1543. _last: true,
  1544. chunkedEncoding: false,
  1545. shouldKeepAlive: false,
  1546. useChunkedEncodingByDefault: false,
  1547. sendDate: false,
  1548. _removedConnection: false,
  1549. _removedContLen: false,
  1550. _removedTE: false,
  1551. _contentLength: 0,
  1552. _hasBody: true,
  1553. _trailer: '',
  1554. finished: true,
  1555. _headerSent: true,
  1556. socket: [Circular],
  1557. connection: [Circular],
  1558. _header: 'GET /api/v1/ticker/BTC-LTC HTTP/1.1\r\n' +
  1559. 'host: tradeogre.com\r\n' +
  1560. 'Connection: close\r\n' +
  1561. '\r\n',
  1562. _onPendingData: [Function: noopPendingOutput],
  1563. agent: [Agent],
  1564. socketPath: undefined,
  1565. method: 'GET',
  1566. path: '/api/v1/ticker/BTC-LTC',
  1567. _ended: true,
  1568. res: [Circular],
  1569. aborted: false,
  1570. timeoutCb: null,
  1571. upgradeOrConnect: false,
  1572. parser: null,
  1573. maxHeadersCount: null,
  1574. [Symbol(isCorked)]: false,
  1575. [Symbol(outHeadersKey)]: [Object: null prototype]
  1576. },
  1577. [Symbol(res)]: TLSWrap {
  1578. _parent: [TCP],
  1579. _parentWrap: undefined,
  1580. _secureContext: [SecureContext],
  1581. reading: true,
  1582. onhandshakestart: [Function: noop],
  1583. onhandshakedone: [Function],
  1584. onocspresponse: [Function: onocspresponse],
  1585. onnewsession: [Function: onnewsessionclient],
  1586. onkeylog: [Function: onkeylogclient],
  1587. onerror: [Function: onerror],
  1588. [Symbol(owner)]: [Circular]
  1589. },
  1590. [Symbol(asyncId)]: 13,
  1591. [Symbol(kHandle)]: TLSWrap {
  1592. _parent: [TCP],
  1593. _parentWrap: undefined,
  1594. _secureContext: [SecureContext],
  1595. reading: true,
  1596. onhandshakestart: [Function: noop],
  1597. onhandshakedone: [Function],
  1598. onocspresponse: [Function: onocspresponse],
  1599. onnewsession: [Function: onnewsessionclient],
  1600. onkeylog: [Function: onkeylogclient],
  1601. onerror: [Function: onerror],
  1602. [Symbol(owner)]: [Circular]
  1603. },
  1604. [Symbol(lastWriteQueueSize)]: 0,
  1605. [Symbol(timeout)]: null,
  1606. [Symbol(kBytesRead)]: 0,
  1607. [Symbol(kBytesWritten)]: 0,
  1608. [Symbol(connect-options)]: {
  1609. rejectUnauthorized: true,
  1610. 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',
  1611. checkServerIdentity: [Function: checkServerIdentity],
  1612. minDHSize: 1024,
  1613. _events: [Object: null prototype],
  1614. _eventsCount: 3,
  1615. _maxListeners: undefined,
  1616. method: 'GET',
  1617. callback: [Function],
  1618. readable: true,
  1619. writable: true,
  1620. explicitMethod: true,
  1621. _qs: [Querystring],
  1622. _auth: [Auth],
  1623. _oauth: [OAuth],
  1624. _multipart: [Multipart],
  1625. _redirect: [Redirect],
  1626. _tunnel: [Tunnel],
  1627. headers: {},
  1628. setHeader: [Function],
  1629. hasHeader: [Function],
  1630. getHeader: [Function],
  1631. removeHeader: [Function],
  1632. localAddress: undefined,
  1633. pool: {},
  1634. dests: [],
  1635. __isRequestRequest: true,
  1636. _callback: [Function: bound consoleCall],
  1637. uri: [Url],
  1638. proxy: null,
  1639. tunnel: true,
  1640. setHost: true,
  1641. originalCookieHeader: undefined,
  1642. _disableCookies: true,
  1643. _jar: undefined,
  1644. port: 443,
  1645. host: 'tradeogre.com',
  1646. path: null,
  1647. httpModule: [Object],
  1648. agentClass: [Function: Agent],
  1649. agent: [Agent],
  1650. _started: true,
  1651. href: 'https://tradeogre.com/api/v1/ticker/BTC-LTC',
  1652. _defaultAgent: [Agent],
  1653. servername: 'tradeogre.com',
  1654. _agentKey: 'tradeogre.com:443::::::::::::::::::',
  1655. encoding: null,
  1656. singleUse: true
  1657. }
  1658. },
  1659. httpVersionMajor: 1,
  1660. httpVersionMinor: 1,
  1661. httpVersion: '1.1',
  1662. complete: true,
  1663. headers: {
  1664. date: 'Sat, 10 Aug 2019 10:26:20 GMT',
  1665. 'content-type': 'text/html; charset=UTF-8',
  1666. 'transfer-encoding': 'chunked',
  1667. connection: 'close',
  1668. 'set-cookie': [
  1669. '__cfduid=d4de1e4ba13d761dbac84a29514293e9d1565432779; expires=Sun, 09-Aug-20 10:26:19 GMT; path=/; domain=.tradeogre.com; HttpOnly'
  1670. ],
  1671. 'content-security-policy': "frame-ancestors 'none';",
  1672. 'access-control-allow-origin': '*',
  1673. 'expect-ct': 'max-age=604800, report-uri="https://report-uri.cloudflare.com/cdn-cgi/beacon/expect-ct"',
  1674. server: 'cloudflare',
  1675. 'cf-ray': '50414559c97fac5e-JNB'
  1676. },
  1677. rawHeaders: [
  1678. 'Date',
  1679. 'Sat, 10 Aug 2019 10:26:20 GMT',
  1680. 'Content-Type',
  1681. 'text/html; charset=UTF-8',
  1682. 'Transfer-Encoding',
  1683. 'chunked',
  1684. 'Connection',
  1685. 'close',
  1686. 'Set-Cookie',
  1687. '__cfduid=d4de1e4ba13d761dbac84a29514293e9d1565432779; expires=Sun, 09-Aug-20 10:26:19 GMT; path=/; domain=.tradeogre.com; HttpOnly',
  1688. 'Content-Security-Policy',
  1689. "frame-ancestors 'none';",
  1690. 'Access-Control-Allow-Origin',
  1691. '*',
  1692. 'Expect-CT',
  1693. 'max-age=604800, report-uri="https://report-uri.cloudflare.com/cdn-cgi/beacon/expect-ct"',
  1694. 'Server',
  1695. 'cloudflare',
  1696. 'CF-RAY',
  1697. '50414559c97fac5e-JNB'
  1698. ],
  1699. trailers: {},
  1700. rawTrailers: [],
  1701. aborted: false,
  1702. upgrade: false,
  1703. url: '',
  1704. method: null,
  1705. statusCode: 200,
  1706. statusMessage: 'OK',
  1707. client: TLSSocket {
  1708. _tlsOptions: {
  1709. pipe: false,
  1710. secureContext: [SecureContext],
  1711. isServer: false,
  1712. requestCert: true,
  1713. rejectUnauthorized: true,
  1714. session: undefined,
  1715. ALPNProtocols: undefined,
  1716. requestOCSP: undefined,
  1717. enableTrace: undefined
  1718. },
  1719. _secureEstablished: true,
  1720. _securePending: false,
  1721. _newSessionPending: false,
  1722. _controlReleased: true,
  1723. _SNICallback: null,
  1724. servername: 'tradeogre.com',
  1725. alpnProtocol: false,
  1726. authorized: true,
  1727. authorizationError: null,
  1728. encrypted: true,
  1729. _events: [Object: null prototype] {
  1730. close: [Array],
  1731. end: [Function: onReadableStreamEnd],
  1732. newListener: [Function: keylogNewListener],
  1733. secure: [Function: onConnectSecure],
  1734. session: [Function],
  1735. free: [Function: onFree],
  1736. agentRemove: [Function: onRemove],
  1737. drain: [Function: ondrain],
  1738. error: [Function: socketErrorListener],
  1739. finish: [Function]
  1740. },
  1741. _eventsCount: 10,
  1742. connecting: false,
  1743. _hadError: false,
  1744. _parent: null,
  1745. _host: 'tradeogre.com',
  1746. _readableState: ReadableState {
  1747. objectMode: false,
  1748. highWaterMark: 16384,
  1749. buffer: BufferList { head: null, tail: null, length: 0 },
  1750. length: 0,
  1751. pipes: null,
  1752. pipesCount: 0,
  1753. flowing: true,
  1754. ended: false,
  1755. endEmitted: false,
  1756. reading: false,
  1757. sync: false,
  1758. needReadable: true,
  1759. emittedReadable: false,
  1760. readableListening: false,
  1761. resumeScheduled: false,
  1762. paused: false,
  1763. emitClose: false,
  1764. autoDestroy: false,
  1765. destroyed: false,
  1766. defaultEncoding: 'utf8',
  1767. awaitDrain: 0,
  1768. readingMore: true,
  1769. decoder: null,
  1770. encoding: null
  1771. },
  1772. readable: true,
  1773. _maxListeners: undefined,
  1774. _writableState: WritableState {
  1775. objectMode: false,
  1776. highWaterMark: 16384,
  1777. finalCalled: true,
  1778. needDrain: false,
  1779. ending: true,
  1780. ended: true,
  1781. finished: false,
  1782. destroyed: false,
  1783. decodeStrings: false,
  1784. defaultEncoding: 'utf8',
  1785. length: 0,
  1786. writing: false,
  1787. corked: 0,
  1788. sync: false,
  1789. bufferProcessing: false,
  1790. onwrite: [Function: bound onwrite],
  1791. writecb: null,
  1792. writelen: 0,
  1793. bufferedRequest: null,
  1794. lastBufferedRequest: null,
  1795. pendingcb: 1,
  1796. prefinished: false,
  1797. errorEmitted: false,
  1798. emitClose: false,
  1799. autoDestroy: false,
  1800. bufferedRequestCount: 0,
  1801. corkedRequestsFree: [Object]
  1802. },
  1803. writable: false,
  1804. allowHalfOpen: false,
  1805. _sockname: null,
  1806. _pendingData: null,
  1807. _pendingEncoding: '',
  1808. server: undefined,
  1809. _server: null,
  1810. ssl: TLSWrap {
  1811. _parent: [TCP],
  1812. _parentWrap: undefined,
  1813. _secureContext: [SecureContext],
  1814. reading: true,
  1815. onhandshakestart: [Function: noop],
  1816. onhandshakedone: [Function],
  1817. onocspresponse: [Function: onocspresponse],
  1818. onnewsession: [Function: onnewsessionclient],
  1819. onkeylog: [Function: onkeylogclient],
  1820. onerror: [Function: onerror],
  1821. [Symbol(owner)]: [Circular]
  1822. },
  1823. _requestCert: true,
  1824. _rejectUnauthorized: true,
  1825. parser: null,
  1826. _httpMessage: ClientRequest {
  1827. _events: [Object: null prototype],
  1828. _eventsCount: 5,
  1829. _maxListeners: undefined,
  1830. outputData: [],
  1831. outputSize: 0,
  1832. writable: true,
  1833. _last: true,
  1834. chunkedEncoding: false,
  1835. shouldKeepAlive: false,
  1836. useChunkedEncodingByDefault: false,
  1837. sendDate: false,
  1838. _removedConnection: false,
  1839. _removedContLen: false,
  1840. _removedTE: false,
  1841. _contentLength: 0,
  1842. _hasBody: true,
  1843. _trailer: '',
  1844. finished: true,
  1845. _headerSent: true,
  1846. socket: [Circular],
  1847. connection: [Circular],
  1848. _header: 'GET /api/v1/ticker/BTC-LTC HTTP/1.1\r\n' +
  1849. 'host: tradeogre.com\r\n' +
  1850. 'Connection: close\r\n' +
  1851. '\r\n',
  1852. _onPendingData: [Function: noopPendingOutput],
  1853. agent: [Agent],
  1854. socketPath: undefined,
  1855. method: 'GET',
  1856. path: '/api/v1/ticker/BTC-LTC',
  1857. _ended: true,
  1858. res: [Circular],
  1859. aborted: false,
  1860. timeoutCb: null,
  1861. upgradeOrConnect: false,
  1862. parser: null,
  1863. maxHeadersCount: null,
  1864. [Symbol(isCorked)]: false,
  1865. [Symbol(outHeadersKey)]: [Object: null prototype]
  1866. },
  1867. [Symbol(res)]: TLSWrap {
  1868. _parent: [TCP],
  1869. _parentWrap: undefined,
  1870. _secureContext: [SecureContext],
  1871. reading: true,
  1872. onhandshakestart: [Function: noop],
  1873. onhandshakedone: [Function],
  1874. onocspresponse: [Function: onocspresponse],
  1875. onnewsession: [Function: onnewsessionclient],
  1876. onkeylog: [Function: onkeylogclient],
  1877. onerror: [Function: onerror],
  1878. [Symbol(owner)]: [Circular]
  1879. },
  1880. [Symbol(asyncId)]: 13,
  1881. [Symbol(kHandle)]: TLSWrap {
  1882. _parent: [TCP],
  1883. _parentWrap: undefined,
  1884. _secureContext: [SecureContext],
  1885. reading: true,
  1886. onhandshakestart: [Function: noop],
  1887. onhandshakedone: [Function],
  1888. onocspresponse: [Function: onocspresponse],
  1889. onnewsession: [Function: onnewsessionclient],
  1890. onkeylog: [Function: onkeylogclient],
  1891. onerror: [Function: onerror],
  1892. [Symbol(owner)]: [Circular]
  1893. },
  1894. [Symbol(lastWriteQueueSize)]: 0,
  1895. [Symbol(timeout)]: null,
  1896. [Symbol(kBytesRead)]: 0,
  1897. [Symbol(kBytesWritten)]: 0,
  1898. [Symbol(connect-options)]: {
  1899. rejectUnauthorized: true,
  1900. 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',
  1901. checkServerIdentity: [Function: checkServerIdentity],
  1902. minDHSize: 1024,
  1903. _events: [Object: null prototype],
  1904. _eventsCount: 3,
  1905. _maxListeners: undefined,
  1906. method: 'GET',
  1907. callback: [Function],
  1908. readable: true,
  1909. writable: true,
  1910. explicitMethod: true,
  1911. _qs: [Querystring],
  1912. _auth: [Auth],
  1913. _oauth: [OAuth],
  1914. _multipart: [Multipart],
  1915. _redirect: [Redirect],
  1916. _tunnel: [Tunnel],
  1917. headers: {},
  1918. setHeader: [Function],
  1919. hasHeader: [Function],
  1920. getHeader: [Function],
  1921. removeHeader: [Function],
  1922. localAddress: undefined,
  1923. pool: {},
  1924. dests: [],
  1925. __isRequestRequest: true,
  1926. _callback: [Function: bound consoleCall],
  1927. uri: [Url],
  1928. proxy: null,
  1929. tunnel: true,
  1930. setHost: true,
  1931. originalCookieHeader: undefined,
  1932. _disableCookies: true,
  1933. _jar: undefined,
  1934. port: 443,
  1935. host: 'tradeogre.com',
  1936. path: null,
  1937. httpModule: [Object],
  1938. agentClass: [Function: Agent],
  1939. agent: [Agent],
  1940. _started: true,
  1941. href: 'https://tradeogre.com/api/v1/ticker/BTC-LTC',
  1942. _defaultAgent: [Agent],
  1943. servername: 'tradeogre.com',
  1944. _agentKey: 'tradeogre.com:443::::::::::::::::::',
  1945. encoding: null,
  1946. singleUse: true
  1947. }
  1948. },
  1949. _consuming: true,
  1950. _dumped: false,
  1951. req: ClientRequest {
  1952. _events: [Object: null prototype] {
  1953. socket: [Function],
  1954. response: [Function: bound ],
  1955. error: [Function: bound ],
  1956. drain: [Function],
  1957. prefinish: [Function: requestOnPrefinish]
  1958. },
  1959. _eventsCount: 5,
  1960. _maxListeners: undefined,
  1961. outputData: [],
  1962. outputSize: 0,
  1963. writable: true,
  1964. _last: true,
  1965. chunkedEncoding: false,
  1966. shouldKeepAlive: false,
  1967. useChunkedEncodingByDefault: false,
  1968. sendDate: false,
  1969. _removedConnection: false,
  1970. _removedContLen: false,
  1971. _removedTE: false,
  1972. _contentLength: 0,
  1973. _hasBody: true,
  1974. _trailer: '',
  1975. finished: true,
  1976. _headerSent: true,
  1977. socket: TLSSocket {
  1978. _tlsOptions: [Object],
  1979. _secureEstablished: true,
  1980. _securePending: false,
  1981. _newSessionPending: false,
  1982. _controlReleased: true,
  1983. _SNICallback: null,
  1984. servername: 'tradeogre.com',
  1985. alpnProtocol: false,
  1986. authorized: true,
  1987. authorizationError: null,
  1988. encrypted: true,
  1989. _events: [Object: null prototype],
  1990. _eventsCount: 10,
  1991. connecting: false,
  1992. _hadError: false,
  1993. _parent: null,
  1994. _host: 'tradeogre.com',
  1995. _readableState: [ReadableState],
  1996. readable: true,
  1997. _maxListeners: undefined,
  1998. _writableState: [WritableState],
  1999. writable: false,
  2000. allowHalfOpen: false,
  2001. _sockname: null,
  2002. _pendingData: null,
  2003. _pendingEncoding: '',
  2004. server: undefined,
  2005. _server: null,
  2006. ssl: [TLSWrap],
  2007. _requestCert: true,
  2008. _rejectUnauthorized: true,
  2009. parser: null,
  2010. _httpMessage: [Circular],
  2011. [Symbol(res)]: [TLSWrap],
  2012. [Symbol(asyncId)]: 13,
  2013. [Symbol(kHandle)]: [TLSWrap],
  2014. [Symbol(lastWriteQueueSize)]: 0,
  2015. [Symbol(timeout)]: null,
  2016. [Symbol(kBytesRead)]: 0,
  2017. [Symbol(kBytesWritten)]: 0,
  2018. [Symbol(connect-options)]: [Object]
  2019. },
  2020. connection: TLSSocket {
  2021. _tlsOptions: [Object],
  2022. _secureEstablished: true,
  2023. _securePending: false,
  2024. _newSessionPending: false,
  2025. _controlReleased: true,
  2026. _SNICallback: null,
  2027. servername: 'tradeogre.com',
  2028. alpnProtocol: false,
  2029. authorized: true,
  2030. authorizationError: null,
  2031. encrypted: true,
  2032. _events: [Object: null prototype],
  2033. _eventsCount: 10,
  2034. connecting: false,
  2035. _hadError: false,
  2036. _parent: null,
  2037. _host: 'tradeogre.com',
  2038. _readableState: [ReadableState],
  2039. readable: true,
  2040. _maxListeners: undefined,
  2041. _writableState: [WritableState],
  2042. writable: false,
  2043. allowHalfOpen: false,
  2044. _sockname: null,
  2045. _pendingData: null,
  2046. _pendingEncoding: '',
  2047. server: undefined,
  2048. _server: null,
  2049. ssl: [TLSWrap],
  2050. _requestCert: true,
  2051. _rejectUnauthorized: true,
  2052. parser: null,
  2053. _httpMessage: [Circular],
  2054. [Symbol(res)]: [TLSWrap],
  2055. [Symbol(asyncId)]: 13,
  2056. [Symbol(kHandle)]: [TLSWrap],
  2057. [Symbol(lastWriteQueueSize)]: 0,
  2058. [Symbol(timeout)]: null,
  2059. [Symbol(kBytesRead)]: 0,
  2060. [Symbol(kBytesWritten)]: 0,
  2061. [Symbol(connect-options)]: [Object]
  2062. },
  2063. _header: 'GET /api/v1/ticker/BTC-LTC HTTP/1.1\r\n' +
  2064. 'host: tradeogre.com\r\n' +
  2065. 'Connection: close\r\n' +
  2066. '\r\n',
  2067. _onPendingData: [Function: noopPendingOutput],
  2068. agent: Agent {
  2069. _events: [Object: null prototype],
  2070. _eventsCount: 1,
  2071. _maxListeners: undefined,
  2072. defaultPort: 443,
  2073. protocol: 'https:',
  2074. options: [Object],
  2075. requests: {},
  2076. sockets: [Object],
  2077. freeSockets: {},
  2078. keepAliveMsecs: 1000,
  2079. keepAlive: false,
  2080. maxSockets: Infinity,
  2081. maxFreeSockets: 256,
  2082. maxCachedSessions: 100,
  2083. _sessionCache: [Object]
  2084. },
  2085. socketPath: undefined,
  2086. method: 'GET',
  2087. path: '/api/v1/ticker/BTC-LTC',
  2088. _ended: true,
  2089. res: [Circular],
  2090. aborted: false,
  2091. timeoutCb: null,
  2092. upgradeOrConnect: false,
  2093. parser: null,
  2094. maxHeadersCount: null,
  2095. [Symbol(isCorked)]: false,
  2096. [Symbol(outHeadersKey)]: [Object: null prototype] { host: [Array] }
  2097. },
  2098. request: Request {
  2099. _events: [Object: null prototype] {
  2100. error: [Function: bound ],
  2101. complete: [Function: bound ],
  2102. pipe: [Function],
  2103. data: [Function],
  2104. end: [Function]
  2105. },
  2106. _eventsCount: 5,
  2107. _maxListeners: undefined,
  2108. method: 'GET',
  2109. callback: [Function],
  2110. readable: true,
  2111. writable: true,
  2112. explicitMethod: true,
  2113. _qs: Querystring {
  2114. request: [Circular],
  2115. lib: [Object],
  2116. useQuerystring: undefined,
  2117. parseOptions: {},
  2118. stringifyOptions: {}
  2119. },
  2120. _auth: Auth {
  2121. request: [Circular],
  2122. hasAuth: false,
  2123. sentAuth: false,
  2124. bearerToken: null,
  2125. user: null,
  2126. pass: null
  2127. },
  2128. _oauth: OAuth { request: [Circular], params: null },
  2129. _multipart: Multipart {
  2130. request: [Circular],
  2131. boundary: 'f31b00b2-65bc-45ee-8915-f4290d341e05',
  2132. chunked: false,
  2133. body: null
  2134. },
  2135. _redirect: Redirect {
  2136. request: [Circular],
  2137. followRedirect: true,
  2138. followRedirects: true,
  2139. followAllRedirects: false,
  2140. followOriginalHttpMethod: false,
  2141. allowRedirect: [Function],
  2142. maxRedirects: 10,
  2143. redirects: [],
  2144. redirectsFollowed: 0,
  2145. removeRefererHeader: false
  2146. },
  2147. _tunnel: Tunnel {
  2148. request: [Circular],
  2149. proxyHeaderWhiteList: [Array],
  2150. proxyHeaderExclusiveList: []
  2151. },
  2152. headers: {},
  2153. setHeader: [Function],
  2154. hasHeader: [Function],
  2155. getHeader: [Function],
  2156. removeHeader: [Function],
  2157. localAddress: undefined,
  2158. pool: {},
  2159. dests: [],
  2160. __isRequestRequest: true,
  2161. _callback: [Function: bound consoleCall],
  2162. uri: Url {
  2163. protocol: 'https:',
  2164. slashes: true,
  2165. auth: null,
  2166. host: 'tradeogre.com',
  2167. port: 443,
  2168. hostname: 'tradeogre.com',
  2169. hash: null,
  2170. search: null,
  2171. query: null,
  2172. pathname: '/api/v1/ticker/BTC-LTC',
  2173. path: '/api/v1/ticker/BTC-LTC',
  2174. href: 'https://tradeogre.com/api/v1/ticker/BTC-LTC'
  2175. },
  2176. proxy: null,
  2177. tunnel: true,
  2178. setHost: true,
  2179. originalCookieHeader: undefined,
  2180. _disableCookies: true,
  2181. _jar: undefined,
  2182. port: 443,
  2183. host: 'tradeogre.com',
  2184. path: '/api/v1/ticker/BTC-LTC',
  2185. httpModule: {
  2186. Agent: [Function: Agent],
  2187. globalAgent: [Agent],
  2188. Server: [Function: Server],
  2189. createServer: [Function: createServer],
  2190. get: [Function: get],
  2191. request: [Function: request]
  2192. },
  2193. agentClass: [Function: Agent],
  2194. agent: Agent {
  2195. _events: [Object: null prototype],
  2196. _eventsCount: 1,
  2197. _maxListeners: undefined,
  2198. defaultPort: 443,
  2199. protocol: 'https:',
  2200. options: [Object],
  2201. requests: {},
  2202. sockets: [Object],
  2203. freeSockets: {},
  2204. keepAliveMsecs: 1000,
  2205. keepAlive: false,
  2206. maxSockets: Infinity,
  2207. maxFreeSockets: 256,
  2208. maxCachedSessions: 100,
  2209. _sessionCache: [Object]
  2210. },
  2211. _started: true,
  2212. href: 'https://tradeogre.com/api/v1/ticker/BTC-LTC',
  2213. req: ClientRequest {
  2214. _events: [Object: null prototype],
  2215. _eventsCount: 5,
  2216. _maxListeners: undefined,
  2217. outputData: [],
  2218. outputSize: 0,
  2219. writable: true,
  2220. _last: true,
  2221. chunkedEncoding: false,
  2222. shouldKeepAlive: false,
  2223. useChunkedEncodingByDefault: false,
  2224. sendDate: false,
  2225. _removedConnection: false,
  2226. _removedContLen: false,
  2227. _removedTE: false,
  2228. _contentLength: 0,
  2229. _hasBody: true,
  2230. _trailer: '',
  2231. finished: true,
  2232. _headerSent: true,
  2233. socket: [TLSSocket],
  2234. connection: [TLSSocket],
  2235. _header: 'GET /api/v1/ticker/BTC-LTC HTTP/1.1\r\n' +
  2236. 'host: tradeogre.com\r\n' +
  2237. 'Connection: close\r\n' +
  2238. '\r\n',
  2239. _onPendingData: [Function: noopPendingOutput],
  2240. agent: [Agent],
  2241. socketPath: undefined,
  2242. method: 'GET',
  2243. path: '/api/v1/ticker/BTC-LTC',
  2244. _ended: true,
  2245. res: [Circular],
  2246. aborted: false,
  2247. timeoutCb: null,
  2248. upgradeOrConnect: false,
  2249. parser: null,
  2250. maxHeadersCount: null,
  2251. [Symbol(isCorked)]: false,
  2252. [Symbol(outHeadersKey)]: [Object: null prototype]
  2253. },
  2254. ntick: true,
  2255. response: [Circular],
  2256. originalHost: 'tradeogre.com',
  2257. originalHostHeaderName: 'host',
  2258. responseContent: [Circular],
  2259. _destdata: true,
  2260. _ended: true,
  2261. _callbackCalled: true
  2262. },
  2263. toJSON: [Function: responseToJSON],
  2264. caseless: Caseless {
  2265. dict: {
  2266. date: 'Sat, 10 Aug 2019 10:26:20 GMT',
  2267. 'content-type': 'text/html; charset=UTF-8',
  2268. 'transfer-encoding': 'chunked',
  2269. connection: 'close',
  2270. 'set-cookie': [Array],
  2271. 'content-security-policy': "frame-ancestors 'none';",
  2272. 'access-control-allow-origin': '*',
  2273. 'expect-ct': 'max-age=604800, report-uri="https://report-uri.cloudflare.com/cdn-cgi/beacon/expect-ct"',
  2274. server: 'cloudflare',
  2275. 'cf-ray': '50414559c97fac5e-JNB'
  2276. }
  2277. },
  2278. body: '{"success":true,"initialprice":"0.00754310","price":"0.00713473","high":"0.00754310","low":"0.00701111","volume":"1.24800933","bid":"0.00713001","ask":"0.00718652"}'
  2279. } {"success":true,"initialprice":"0.00754310","price":"0.00713473","high":"0.00754310","low":"0.00701111","volume":"1.24800933","bid":"0.00713001","ask":"0.00718652"}
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement