Forum Home
    • Register
    • Login
    • Search
    • Recent
    • Tags
    • Popular

    Feathercoin API

    Feathercoin Discussion
    4
    6
    674
    Loading More Posts
    • Oldest to Newest
    • Newest to Oldest
    • Most Votes
    Reply
    • Reply as topic
    Log in to reply
    This topic has been deleted. Only users with topic management privileges can see it.
    • T
      tmuir12 Regular Member last edited by

      I’m having a play with the feathercoin API in Python and was just wondering where it pulls its values from.

      Is it just taking them from a single exchange, or using an average of more than one?

      I’ve have a look and I can’t find any info on this.

      Its not overly important, but something I’m just interested in knowing.

      Once (If) I get something worth showing I’ll post my code and what I’ve put together.

      I’m looking to make a FTC ticker, will first make a simple one that just displays on a LCD screen and if that works ok might adapt it to make a retro analogue meter style one

      1 Reply Last reply Reply Quote 0
      • wrapper
        wrapper Moderators last edited by

        I think someone has to run the API on their website. In this case you can query the API Bush has set up on the Feathercoin site.

        1 Reply Last reply Reply Quote 0
        • T
          tmuir12 Regular Member last edited by

          I think someone has to run the API on their website. In this case you can query the API Bush has set up on the Feathercoin site.

          Yes thats exactly what I am doing

          1 Reply Last reply Reply Quote 0
          • U
            uncle_muddy administrators last edited by

            I have nudge Bush to answer your questions! I use the API in a couple of my projects, and just throw a python “requests” against api.feathercoin.com to get the results I want back, if they are not what I’m looking for I manipulate the answer using further python

            1 Reply Last reply Reply Quote 0
            • Bushstar
              Bushstar last edited by

              BTC to USD rate comes from BTC-e. Conversion rates between currencies is used from the site below.

              http://currency-api.appspot.com/

              Donate: 6hf9DF8H67ZEoW9KmPJez6BHh4XPNQSCZz

              1 Reply Last reply Reply Quote 0
              • T
                tmuir12 Regular Member last edited by

                Thanks I was guessing it was BTC-e as my ticker price seemed to follow what was happening there, but wasn’t sure.

                1 Reply Last reply Reply Quote 0
                • First post
                  Last post