Bitcoin Forum

Economy => Trading Discussion => Topic started by: colinistheman on October 18, 2013, 12:18:25 AM



Title: Question
Post by: colinistheman on October 18, 2013, 12:18:25 AM
Answered


Title: Re: How do I buy and sell bitcoins using PHP code? What's the easiest way?
Post by: acoindr on October 18, 2013, 12:24:51 AM
Many exchanges have an API. You then can connect from a server using the language of your choice. For example here is the page for BTC-e:

https://btc-e.com/api/documentation


Title: Re: How do I buy and sell bitcoins using PHP code? What's the easiest way?
Post by: colinistheman on October 18, 2013, 12:29:58 AM
Oh great. that's easier than I expected. Thank you!