Giter Club home page Giter Club logo

bittrex's People

Contributors

coinables avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

bittrex's Issues

Not printing specified value by ticker

I am working on crypto- Bot. So I got some reference from your post and bittrex API Documentation but I am getting one problem with printing a specified term called Ask Price.

As you can see in below part of a code It's print a Bid, Ask & the Last price of TRX. But as you wrote in your code to print only Available balance the same thing I am trying to do the same but it's returning a BID, ASK & the LAST price, it's not printing only Ask price.

I am attaching program along with its output.

code :

function getticker(){
    $uri='https://bittrex.com/api/v1.1/public/getticker?market=BTC-TRX';
    $ch = curl_init($uri);
    $execResult = curl_exec($ch);
    $obj = json_decode($execResult, true);
    $val = $obj["result"]["Ask"];
    echo 'Ticker end'.$val;
    print_r($val);
    }

Output:

{"success":true,"message":"","result":{"Bid":0.00000848,"Ask":0.00000850,"Last":0.00000850}}

API keys

just a heads up that you just publicly shared your API keys at bittrex. You might want to remove them from your repo and generate new ones from Bittrex ASAP ;)

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.