bitfinex-client-websocket icon indicating copy to clipboard operation
bitfinex-client-websocket copied to clipboard

Funding ticker?

Open dave7280 opened this issue 6 years ago • 3 comments

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? :-)

dave7280 avatar Feb 02 '19 17:02 dave7280

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

Marfusios avatar Feb 02 '19 18:02 Marfusios

Thanks i hope it gets implemented one day as it's very basic thing that the library should offer.

dave7280 avatar Feb 02 '19 19:02 dave7280

Marfusios heads up this is a beautiful library thanks :clap:

divinci avatar May 15 '19 21:05 divinci