Bitcoin Forum

Other => Beginners & Help => Topic started by: Mcoroklo on January 12, 2013, 08:51:13 PM



Title: Alternative to Blockchain api?
Post by: Mcoroklo on January 12, 2013, 08:51:13 PM
I am currently working on several bitcoin projects, and I currently don't want to host a bitcoin server on my own Windows Server.

I need to be able to send and receive money, using an API. The BlockChain api is described really well, but it doesn't work. I've contacted their support for a week now, and they answer me with any solutions (for those interested: it doesn't make any callback to my url's, which makes the service completely useless).

Therefore I am looking for alternatives to the Blockchain API... Any good suggestions?


Title: Re: Alternative to Blockchain api?
Post by: 01BTC10 on January 12, 2013, 08:59:47 PM
MtGox API?


Title: Re: Alternative to Blockchain api?
Post by: omnibrain on January 19, 2013, 12:26:43 AM
Did you solve the problem? I have the same problem. The test works fine, but I just don't get a callback. I'm logging every http request, but there is no callback. Drives me crazy


Title: Re: Alternative to Blockchain api?
Post by: piuk on January 19, 2013, 12:40:49 AM
Did you solve the problem? I have the same problem. The test works fine, but I just don't get a callback. I'm logging every http request, but there is no callback. Drives me crazy

Is the anonymous flag set to true or false. Is the callback url https? If so does your site have a valid https certificate? Please could you PM me your domain.


Title: Re: Alternative to Blockchain api?
Post by: omnibrain on January 19, 2013, 07:47:36 AM
Did you solve the problem? I have the same problem. The test works fine, but I just don't get a callback. I'm logging every http request, but there is no callback. Drives me crazy

Is the anonymous flag set to true or false. Is the callback url https? If so does your site have a valid https certificate? Please could you PM me your domain.


Anonymous is set to false, and yes it's https and the certificate is valid. I'll send you the domain in a sec... Thanks for looking into it.