"Service Center - Open a Ticket(recommend)" - no. Kaputt.
My issue is this, also sent as PM.
(But btc38 has not posted for 11 months, and has not logged in since October. Is he dead?)
Please help with API access
opening
http://api.btc38.com/v1/depth.php?c=btc&mk_type=cny
But opening it via PYTHON I get a 403 and a "hack" error message.
This is the code to reproduce it:
import requests # pip install requests
r=requests.get("http://api.btc38.com/v1/depth.php?c=btc&mk_type=cny")
print r.status_code
answer=r.text
fn="btc38_error.html"
with open(fn, "w") as f:
f.write(answer.encode('utf-8'))
The answer I get is this one:
当�网�:file:///D:/btc38_error.html
客户端特�:Mozilla/5.0 (Windows NT 6.1; WOW64; rv:45.0) Gecko/20100101 Firefox/45.0
拦截时间:2016-04-20 19:26:46
如果您是网站管理员点击这里查看详情 [80001] 或者反馈误报
client: 31.187.127.135, server: fccdbaf, time: 2016-04-21 01:19:48
Please fix this, and then contact me.
Thanks!