blinktrade / BlinkTradeJS

BlinkTrade JavaScript SDK and CLI
GNU General Public License v3.0
122 stars 46 forks source link

Balance call fails #49

Closed machard closed 6 years ago

machard commented 6 years ago

Hi,

Since today, when i call balance it fails with

{ FetchError: invalid json response body at https://api.blinktrade.com/tapi/v1/message reason: Unexpected token < in JSON at position 0
    at /Users/matthieuachard/Documents/bitcoin/arnaud-bitcoin-trader/node_modules/node-fetch/lib/body.js:48:31
    at process._tickDomainCallback (internal/process/next_tick.js:135:7)
  name: 'FetchError',
  message: 'invalid json response body at https://api.blinktrade.com/tapi/v1/message reason: Unexpected token < in JSON at position 0',
  type: 'invalid-json' }

Any idea ?

machard commented 6 years ago

Looks like its been fixed on your side!