Hi,
I would like to access funding ticker for USD. I tried following:
client.Send(new TickerSubscribeRequest("fUSD")); //Not working
client.Send(new TickerSubscribeRequest("USD")); //Not working
client.Send(new TickerSubscribeRequest("BTC/USD"));//WORKS
Any ideas what might be wrong? :-)
Hi,
I would like to access funding ticker for USD. I tried following:
Any ideas what might be wrong? :-)