Closed btflgame closed 6 years ago
Hi there, just wanted to let you know that this version of the streaming API is being sunset in the next couple of weeks as we are moving to version 2, that has a lot more features and better support. Please visit our documentation page which provides code examples in javascript, node, python and golang: https://min-api.cryptocompare.com/documentation/websockets.
Hi,
I'am having some problems to understand conversion when the crypto does not trade directly into the symbol requested. For example if i call the Subswatchlist API for BTPL to USD it says that conversion of type multiply is need:
https://min-api.cryptocompare.com/data/subsWatchlist?fsyms=BTPL&tsym=USD
So from the doc if i understand well it says to multiply values BTPL to BTC by BTC to USD. It works well for the price field but for fields like openDay or change24Hour it is not giving right values: i verify it by calling the full data price API which also uses BTC as conversion:
https://min-api.cryptocompare.com/data/pricemultifull?fsyms=BTPL&tsyms=USD
I would like to know if you have a conversion example that you could post for a crypto that does not trade directly into the symbol requested.
Thanks.