RE: python-bitshares 边学边记 (五) / Market类

You are viewing a single comment's thread from:

python-bitshares 边学边记 (五) / Market类

in python-bitshares •  7 years ago 

我用这个测试时候,不值得为什么,提示钱包锁定。
from pprint import pprint
from bitshares.market import Market
market = Market("BTS:CNY")
market.buy(0.1, 1, account="bitw002")

错误信息如下:

Authors get paid when people like you upvote their post.
If you enjoyed what you read here, create your account today and start earning FREE STEEM!
Sort Order:  
  ·  7 years ago (edited)

非常感谢!
问题解决了!
同时我还找到了这个链接,希望给后来查阅的人提供帮助
http://python.usyiyi.cn/sources/pythonbitshares/latest/index.html#document-market