6 lines
182 B
Python
6 lines
182 B
Python
# encoding: utf-8
|
|
|
|
from coincheck import order,market,account
|
|
|
|
ok = order.Order(access_key="你的accessKey", secret_key="你的secretKey")
|
|
print ok.buy_btc_jpy(amount=0.01,rate=200) |