Feathercoin API
-
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
-
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.
-
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
-
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
-
BTC to USD rate comes from BTC-e. Conversion rates between currencies is used from the site below.
-
Thanks I was guessing it was BTC-e as my ticker price seemed to follow what was happening there, but wasn’t sure.