Ryukote / CexCore

CexCore is complete and easy to use .NET Core API for communicating with cex.io cryptocurrency exchange.
MIT License
5 stars 1 forks source link

Request for GetTickerAsync with 2 crypto currencies #2

Closed joostpielage closed 3 years ago

joostpielage commented 3 years ago

Hi @Ryukote ,

Thanks for your work on this package. It would be great if the GetTickerAsync can support two parameters of Symbols.CryptoCurrency. This way you can get results for BCH/BTC or ETH/BTC.

GetTickerAsync (Symbols.CryptoCurrency cryptoCurrency, Symbols.CryptoCurrency cryptoCurrency)

Ryukote commented 3 years ago

Hi. Thank you for the support. I will make that change later today.

joostpielage commented 3 years ago

@Ryukote thanks

Ryukote commented 3 years ago

@joostpielage Hi, sorry for waiting so long, I was not able to pick a time to do this until now. I have published new nuget package under 3.0.0 version. If you don't see it on nuget, just wait cause package needs to index. I have added support for crypto to crypto ticker under the same method but with different second parameter.

Also, please check that feature so I can close this issue.

joostpielage commented 3 years ago

THat is so great thanks I will have a look.

On Sat, 13 Mar 2021 at 00:23, Antonio Halužan @.***> wrote:

@joostpielage https://github.com/joostpielage Hi, sorry for waiting so long, I was not able to pick a time to do this until now. I have published new nuget package under 3.0.0 version. If you don't see it on nuget, just wait cause package needs to index. I have added support for crypto to crypto ticker under the same method but with different second parameter.

— You are receiving this because you were mentioned. Reply to this email directly, view it on GitHub https://github.com/Ryukote/CexCore/issues/2#issuecomment-797790468, or unsubscribe https://github.com/notifications/unsubscribe-auth/AEA6LXUKDAZNE6726XD3QXLTDKH7TANCNFSM4YHGK2YQ .

--

Kind regards,

Joost Pielage 0645351694

Ryukote commented 3 years ago

@joostpielage did you managed to take a look?