Replies: 3 comments
-
going with the Binance public API connector for now to KISS, get some streams... |
Beta Was this translation helpful? Give feedback.
-
Apparently Binance has no market cap data through their public API. |
Beta Was this translation helpful? Give feedback.
-
Closing discussion as I decided to use http clients |
Beta Was this translation helpful? Give feedback.
-
Evaluation has to be made which plugins will be future proof, all candidates are updated regularly.
Research future prospects on new functionality like trading NFT's...
Binance public API connector
Advantages: Official from Binance, easy to understand
Disadvantages: lightweight More work has to be done. Only Spot trading, no futures, but could be built upon...
binance API docu
This Documentation includes info about NFT endpoints:
API Documentation Site
python-binance
Advantages: Very mature and robust, almost all features from binance API implemented
Disadvantages: Third party
CCXT
Advantages: Supports a streamlined API for hundreds of exchanges, only small adjustments for ticker-names needed,
futureproof for arbitrage trading
Disadvantages: may be slow with implementing new features like NFT trades on binance
Beta Was this translation helpful? Give feedback.
All reactions