You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
for here, what would be a smooth transition to showcase this project now that FTX stream API's are done for (next logical would be binance US for BTC/USDT pair)
tried naive switch to const BINANCE_URL = "wss://stream.binance.us:9443/ws/btcusdt@bookTicker";
but it led to further errors , worry that something is embedded in perspective itself tying into FTX somewhere
The text was updated successfully, but these errors were encountered:
yeah, "FTX collapse" definitely was not on my bingo card when I spun this up
Perspective itself are about as data-agnostic as it gets; just switching the URL however won't work because the format of the data is different. Inside datasource.tsx you can see the DataSource interface, as well as a stubbed out Binance impl that I never finished.
I will give switching over a go now that FTX is dead - thanks for the flag!
first, excellent art work @ https://juntan.me/Selected-Work really mean it , stands out
for here, what would be a smooth transition to showcase this project now that FTX stream API's are done for (next logical would be binance US for BTC/USDT pair)
tried naive switch to const BINANCE_URL = "wss://stream.binance.us:9443/ws/btcusdt@bookTicker";
but it led to further errors , worry that something is embedded in perspective itself tying into FTX somewhere
The text was updated successfully, but these errors were encountered: