Bitcoin Forum

Economy => Trading Discussion => Topic started by: Afromoney on December 04, 2015, 04:02:14 AM



Title: automatic price quoting
Post by: Afromoney on December 04, 2015, 04:02:14 AM
is there a way how I can import BTC + Commission directly on a webpage, google form ?


Title: Re: automatic price quoting
Post by: maokoto on December 06, 2015, 08:40:57 PM
is there a way how I can import BTC + Commission directly on a webpage, google form ?

You mean BTC prices? most exchanges provide public apis and usage examples (just look for <exchange name> + api in google to get some info). Then you have to get data from the apis and import them to other pages. Do not know exactly how to do that, but I think it is the way to go to get where you are aiming.


Title: Re: automatic price quoting
Post by: ~Bitcoin~ on December 07, 2015, 03:53:42 AM
Yes this can be done easily and i have done this before. Use api from blockchain or bitcoinaverage or any specific exchanger if you like, than just add % of commision in that fetched price and display the outcome. If you like me to code one simple code in php i can code it for you for tips.