Skip to content

binance.depth error #8

@malas

Description

@malas

When i call binance.depth i sometime get an error:
Uncaught TypeError: Cannot read property 'Symbol(Symbol.iterator)' of undefined

how can i handle such situation and check the cause of error?

Example call:

  binance.depth("REQETH", function(depth) {
  	console.log("market depth", depth);
  });

Metadata

Metadata

Assignees

Labels

Type

No type
No fields configured for issues without a type.

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions