Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Funding ticker? #27

Open
dave7280 opened this issue Feb 2, 2019 · 3 comments
Open

Funding ticker? #27

dave7280 opened this issue Feb 2, 2019 · 3 comments
Labels
needs PR New feature, need to be implemented

Comments

@dave7280
Copy link

dave7280 commented Feb 2, 2019

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

@Marfusios
Copy link
Owner

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

@dave7280
Copy link
Author

dave7280 commented Feb 2, 2019

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

@Marfusios Marfusios added the needs PR New feature, need to be implemented label Feb 2, 2019
@divinci
Copy link

divinci commented May 15, 2019

Marfusios heads up this is a beautiful library thanks 👏

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
needs PR New feature, need to be implemented
Projects
None yet
Development

No branches or pull requests

3 participants