Synthetic assets, or Synths, are assets voted into existence by the community and can come in the form of fiat currencies, cryptocurrencies, stocks, commodities and anything else with a price. Many platforms already leverage the deep liquidity and composability of Synthetix to deliver better trades with lower slippage, hedging, and other unique use cases.
Cryptocurrency Exchange Websocket data feed handler
...For the various data channels that an exchange supports, you can supply callbacks for data events, or use provided backends to handle the data for you. Start the feed handler and you're done! Cryptofeed also provides a synthetic NBBO (National Best Bid/Offer) feed that aggregates the best bids and asks from the user specified feeds. Cryptofeed supports backend callbacks that will write directly to storage or other interfaces. Cryptofeed can be installed from PyPi. (It's recommended that you install in a virtual environment of your choosing).