>>print(zaif.last_price('btc_jpy')) {'last_price': 58370.0} >>#残高などのアカウント情報を取得 >>zaif = ZaifPrivateApi(key, secret) >>print(zaif.get_info()) {'funds': {'jpy': 1.321, 'btc': 0.1635, 'mona': 0.0, 'xem': 0.0}, 'server_time': 1472393161, 'open_orders': 0, 'rights': {'trade': 1, 'withdraw': 1, 'info': 1}, 'deposit': {'jpy': 1.321, 'btc': 0.1635, 'mona': 0.0, 'xem': 0.0}, 'trade_count': 0}