question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Get orderbooks current data by multiple symbols

See original GitHub issue

Hi it would be nice if https://github.com/coinapi/coinapi-sdk/blob/56aca0bcce3612194da845da771f52fd5298d883/javascript-rest/coinapi_v1.js#L220

was something like

var path = this.url + ("/v1/orderbooks/current?filter_symbol_id=" + symbol_id);

to allow filtering by multiple symbols

Issue Analytics

  • State:closed
  • Created 5 years ago
  • Comments:5 (3 by maintainers)

github_iconTop GitHub Comments

1reaction
Svisstackcommented, Sep 10, 2018

It’s merged.

0reactions
bfischer1121commented, Sep 10, 2018

Yea looks great - thank you

Read more comments on GitHub >

github_iconTop Results From Across the Web

Watching multiple symbols in parallel with WebSockets
Hi guys,. i am trying to watch tickers and order books for multiple symbols on a single exchange. And once i get this...
Read more >
One time Fetching of orderbook for all symbols · Issue #1930
Currently, just a few exchanges that support fetching all order books at once. See the has['fetchOrderBooks'] property (note the plural .
Read more >
Stream and Archive Real-Time level 2 orderbook data in Python
We stream level 2 orderbook data from Binance using websockets in python. We request an orderbook snapshot using the REST API, and then ......
Read more >
Order book | REST API | Market Data API
Get current order book snapshot for all or a specific symbol. ... can discard them or ask for at least 2 order book...
Read more >
CCXT Crypto Exchange Order Book Data [Example Tutorial]
The order book specifies all the available orders which are currently open on an exchange. Each order represents a person (or multiple ......
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found