my $mtgox = Local::Finance::MtGox->new({ key => 'key', secret => 'secret' }); $mtgox->{mech}->ssl_opts(verify_hostname => 0); dd $mtgox->call_auth('getFunds');