I reply to all queries on the forums and via email, once per day, Monday to Friday (not weekends).

If you are new here, please see some information on how to ask for support. Thank you!

Reply To: Problem with Extension TOR

#1881
alexg
Keymaster

My mistake, block.io is contactable over tor:

$ curl --socks5-hostname localhost:9050 https://block.io/api/v2/get_balance/?api_key=foo
{
  "status" : "fail",
  "data" : {
    "error_message" : "Invalid value for parameter API_KEY provided."
  }
}

You might be right about those curl attributes! Did it work for you?