sferik / mtgox

Ruby wrapper for the Mt. Gox Trade API

Home Page:https://en.bitcoin.it/wiki/MtGox/API

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

README documentation on security of transport.

AgoristRadio opened this issue · comments

Could you please document if all API keys and transactions are taking place over SSL/TLS connection or if they are in plaintext.

Thanks.

Everything goes over HTTPS, as can be plainly seen in

:url => 'https://mtgox.com',

If you'd like to submit a patch to the README highlighting this fact, I'd be happy to pull it in.