altangent / ccxws

WebSocket client for 38 cryptocurrency exchanges
MIT License
618 stars 186 forks source link

[QUESTION] how load markets by CCXWS #215

Closed victor-trx closed 4 years ago

victor-trx commented 4 years ago

In FAQ said:

You can load markets in several ways:
...
Use CCXT to load markets

Sorry for stupid question but I can't find API to load market data by CCXWS library.

bmancini55 commented 4 years ago

Hi, thanks for submitting your question, it's not a stupid question at all! CCXT is a separate library for making REST requests which takes efforts to standardize market symbols across exchanges. This library only implements websocket support and does not include an API for fetching the markets from a REST endpoint at this time.