bitfinex-client-websocket
bitfinex-client-websocket copied to clipboard
Funding ticker?
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? :-)
Hello,
most likely ticker for funding is not yet implemented. Right now you can use only funding trades stream, request: Program.cs line 88, stream: line 165
Thanks i hope it gets implemented one day as it's very basic thing that the library should offer.
Marfusios heads up this is a beautiful library thanks :clap: