GithubHelp home page GithubHelp logo

What methods are supported about ccxt.net HOT 14 CLOSED

ccxt-net avatar ccxt-net commented on July 20, 2024
What methods are supported

from ccxt.net.

Comments (14)

lisa3907 avatar lisa3907 commented on July 20, 2024

Do you mean on the binance exchange?

from ccxt.net.

lisa3907 avatar lisa3907 commented on July 20, 2024

try below code

var _tickers = await _public_api.FetchTickersAsync();
var _btcusd_tickers = _tickers.result.Where(t => t.symbol.ToUpper().Contains("BTCUSD"));

from ccxt.net.

ondrejnovotny avatar ondrejnovotny commented on July 20, 2024

Yeah I mean Binance, Kraken etc. FetchTickerAsync is not implemented? I can contribute but I need to now what is supposed to be supported and implemented.

from ccxt.net.

lisa3907 avatar lisa3907 commented on July 20, 2024

Yeah I mean Binance, Kraken etc. FetchTickerAsync is not implemented? I can contribute but I need to now what is supposed to be supported and implemented.

You can implement it like the sample above

from ccxt.net.

ondrejnovotny avatar ondrejnovotny commented on July 20, 2024

Well, those results are not what you expect..

Currently:

on Kraken - No results

on Binance - Three results without price (zero everywhere)

from ccxt.net.

lisa3907 avatar lisa3907 commented on July 20, 2024

image

from ccxt.net.

ondrejnovotny avatar ondrejnovotny commented on July 20, 2024

Running from cloned repo..

Kraken
image

Binance
image

from ccxt.net.

lisa3907 avatar lisa3907 commented on July 20, 2024

What is your windows system's language?

from ccxt.net.

ondrejnovotny avatar ondrejnovotny commented on July 20, 2024

Why is this an issue? App should work on any region settings.

image
image

from ccxt.net.

lisa3907 avatar lisa3907 commented on July 20, 2024

After git pull this repository, Capture here like below image.

image

from ccxt.net.

ondrejnovotny avatar ondrejnovotny commented on July 20, 2024

It works now

image

from ccxt.net.

lisa3907 avatar lisa3907 commented on July 20, 2024

Did you solving your problem? May I close this issue?

from ccxt.net.

ondrejnovotny avatar ondrejnovotny commented on July 20, 2024

Yes thanks. I don't quite know how but it's ok. Thanks

And I can see now that I shoud use for example FetchTickerAsync("BTC", "USDT") instead od FetchTickerAsync("BTC", "USD")

from ccxt.net.

lisa3907 avatar lisa3907 commented on July 20, 2024

FetchTickerAsync("BTC", "USDT") is not supporting.
I will close this issue.

from ccxt.net.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.