今天微信上一个朋友问我一个python-bitshares查看订单ID的问题,让我有些晕,好久没摸python-bitshares的库了,当然也不知道如果解决他的问题,要想解决,最好的办法就是自己装一下python-bitshares,然后测试一下。  (图源 :[pixabay](https://pixabay.com/)) # 安装 于是装了一下python-bitshares: >`pip3 install bitshares` 由于是本地电脑,安装要去远程抓取一些依赖库,所以那是一个超级慢啊,好在慢是慢,安装还是很顺利的。 详细依赖和安装信息可以参考[这里](https://github.com/bitshares/python-bitshares#installation) # 问题 安装之后,来看我朋友的问题,他想通过`account.openorders`获取用户订单,以及对应的订单ID,那么我来试试: >`from pprint import pprint` >`from bitshares.account import Account` >`account = Account("xxxx")` >`pprint(account.openorders)` 结果输出如下内容: > 毫无疑问,这是一条订单信息,然而却真的找不到订单ID。而订单ID可以用于取消订单等操作,在自动化交易中是非常重要的。 # uptick 可是我记得使用uptick是可以获得订单ID的啊,来试试uptick: >`uptick openorders xxxx` 返回信息如下: > # 解决 既然uptick能获取订单ID,而uptick又是依赖于python-bitshares,那么说明python-bitshares来获取也应该没问题,来看一下uptick中相应的代码: > 也就是说它使用`o["id"]`来获取订单的ID,那么这个问题其实就很简单了,我们可以直接读openorders的条目,然后显示自己需要的内容比如订单ID等,在之前的代码后增加如下代码就可以得到每条订单的ID了: > 至此,问题解决。 # 为何之前的方式行不通? 告诉我朋友如何操作后,他又问我,为啥之前的方式不显示ID呢?其实这个问题说起来很简单,就是order是一组数据,这组数据显示成什么样子,是库的代码控制的。 所以要看Order类如何处理数据的显示,相应的内容在`price.py`文件中,`class Order(Price)`类下,`__repr__()`中,我瞄了一眼,果然是没处理Order ID,或许是觉得没有必要吧,哈哈哈。 # 更进一步 那么更进一步的问题是,`account.openorders`中的订单数据是从哪里来的呢? 看一下Account类(`class Account(GrapheneAccount)`)的`openorders`属性: > 发现它是遍历了`Account`的`limit_orders`。那么这个`limit_orders`的数据又是哪里来的呢?看了一下源代码,不难发现,其实是通过`get_full_accounts`调用读入了包括`limit_orders`在内的所有数据。 比如: >`curl --data '{"jsonrpc": "2.0", "method": "call", "params": ["database", "get_full_accounts", [["xxxx"], 1]], "id": 1}' https://api.bts.ai` 返回信息中就可以找到`limit_orders`数据啦: > 至此总算搞清楚来龙去脉啦。 # 相关链接 * https://github.com/bitshares/python-bitshares * https://github.com/bitshares/uptick * https://github.com/xeroc/python-graphenelib * https://dev.bitshares.works/en/master/api/blockchain_api/database.html#get-full-accounts
author | oflyhigh |
---|---|
permlink | hbgdh-python-bitshares |
category | hive-105017 |
json_metadata | {"tags":["hive-105017","cn","bitshares","bts","python","cn-programming","life","blog"],"image":["https://images.hive.blog/DQmadvzsxgMsHkRaw6Ng5JdTPq5ewNDWj5zwYc8anuHMFXR/image.png","https://images.hive.blog/DQmVwqBYSLS8em3eLL6evzkTCZVQrtRxf1nXHDgBqkQBhgU/image.png","https://images.hive.blog/DQmapy5ZP9HLrYLQ1ZUgZCdmW73gfwLNXHHm6WWwZXkMF4x/image.png","https://images.hive.blog/DQmVqQCdJa1FPVPtZ4rfkFfsAV3jhas7sncJc1crdjmoawY/image.png","https://images.hive.blog/DQmY5GL11QKr2DyamJxT3EtR2LTyAqRWVTwJtnqHDTCaGvx/image.png","https://images.hive.blog/DQmX3wLLk7PMZ1zPLFxvYn9Zmjkxs648fYSukJoFaM31QK5/image.png","https://images.hive.blog/DQmdZsatSo2zEGV3PcCKPqPQUGg35ckXaMKiJpFZNKdhNNa/image.png"],"links":["https://pixabay.com/","https://github.com/bitshares/python-bitshares#installation","https://github.com/bitshares/python-bitshares","https://github.com/bitshares/uptick","https://github.com/xeroc/python-graphenelib","https://dev.bitshares.works/en/master/api/blockchain_api/database.html#get-full-accounts"],"app":"hiveblog/0.1","format":"markdown"} |
created | 2020-07-30 04:14:18 |
last_update | 2020-07-30 04:14:18 |
depth | 0 |
children | 2 |
last_payout | 2020-08-06 04:14:18 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 24.480 HBD |
curator_payout_value | 20.445 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 2,486 |
author_reputation | 6,381,148,360,887,252 |
root_title | 为了回答朋友一个小问题,重学python-bitshares |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 98,793,203 |
net_rshares | 116,760,191,879,219 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
abit | 0 | 28,146,291,151,225 | 100% | ||
adm | 0 | 34,825,007,101,790 | 100% | ||
chitty | 0 | 295,141,855,642 | 75% | ||
onealfa | 0 | 225,568,959,968 | 11.75% | ||
gerber | 0 | 232,717,579,303 | 3.59% | ||
ezzy | 0 | 278,128,518,337 | 3.59% | ||
livingfree | 0 | 263,621,878,833 | 2% | ||
fundurian | 0 | 128,832,077,732 | 97% | ||
deanliu | 0 | 3,215,884,686,185 | 100% | ||
exyle | 0 | 275,308,093,021 | 3.59% | ||
joythewanderer | 0 | 595,200,454,120 | 52% | ||
lemooljiang | 0 | 411,538,493,907 | 88% | ||
ace108 | 0 | 673,328,757,774 | 25% | ||
laoyao | 0 | 44,967,121,695 | 100% | ||
somebody | 0 | 77,482,203 | 100% | ||
skysunny | 0 | 146,519,836 | 88% | ||
midnightoil | 0 | 158,891,634,411 | 100% | ||
xiaohui | 0 | 892,891,345,891 | 100% | ||
joele | 0 | 3,494,108,913,255 | 100% | ||
oflyhigh | 0 | 4,918,300,295,418 | 100% | ||
yulan | 0 | 15,752,927,898 | 100% | ||
bert0 | 0 | 1,983,674,728 | 0.4% | ||
rivalhw | 0 | 1,254,263,544,915 | 100% | ||
nextgen622 | 0 | 1,654,911,756,225 | 100% | ||
helene | 0 | 1,174,588,749,267 | 100% | ||
ffcrossculture | 0 | 376,316,709,873 | 100% | ||
ethansteem | 0 | 8,826,292,250 | 100% | ||
sweetsssj | 0 | 16,256,599,095,211 | 40% | ||
netaterra | 0 | 72,570,473,754 | 3.23% | ||
someguy123 | 0 | 104,866,686,583 | 5.38% | ||
digital-wisdom | 0 | 509,753,045,454 | 100% | ||
ethical-ai | 0 | 1,889,818,519 | 100% | ||
jwaser | 0 | 22,041,547,084 | 100% | ||
bwaser | 0 | 11,746,890,663 | 100% | ||
ellepdub | 0 | 1,534,360,458 | 100% | ||
herpetologyguy | 0 | 151,660,564,227 | 100% | ||
morgan.waser | 0 | 23,712,491,239 | 100% | ||
handyman | 0 | 1,995,825,451 | 100% | ||
strong-ai | 0 | 1,915,361,568 | 100% | ||
redes | 0 | 3,115,698,851,525 | 52% | ||
created | 0 | 340,825,713,188 | 2% | ||
technoprogressiv | 0 | 955,717,403 | 100% | ||
lucknie | 0 | 20,041,218,779 | 88% | ||
carrotliu | 0 | 0 | 88% | ||
dumping | 0 | 2,026,225,690 | 88% | ||
jinghua | 0 | 0 | 88% | ||
blackbunny | 0 | 70,586,725,840 | 100% | ||
lingfei | 0 | 77,716,974,967 | 100% | ||
privex | 0 | 6,620,311,058 | 7.18% | ||
justinashby | 0 | 11,199,568,602 | 33% | ||
evildeathcore | 0 | 9,298,604,435 | 100% | ||
dune69 | 0 | 14,543,723,575 | 3.59% | ||
jerrybanfield | 0 | 36,498,998,818 | 3.59% | ||
mys | 0 | 907,197,948 | 0.36% | ||
rycharde | 0 | 1,183,938,892 | 10% | ||
exec | 0 | 238,193,127,617 | 100% | ||
eval | 0 | 805,048,456 | 100% | ||
sam99 | 0 | 12,262,938,630 | 10% | ||
ew-and-patterns | 0 | 217,126,413,102 | 9% | ||
d-pend | 0 | 9,425,221,855 | 0.35% | ||
corsica | 0 | 43,644,788,789 | 100% | ||
benedict08 | 0 | 172,785,453,014 | 50% | ||
susanli3769 | 0 | 302,017,572,388 | 100% | ||
maskur2840 | 0 | 10,757,733,752 | 100% | ||
travelgirl | 0 | 301,521,945,651 | 100% | ||
shitsignals | 0 | 1,460,798,087 | 3.59% | ||
dine77 | 0 | 21,863,218,093 | 25% | ||
oldman28 | 0 | 61,241,174,714 | 60% | ||
ahlawat | 0 | 634,233,966 | 20% | ||
stevenmosoes | 0 | 1,416,202,513 | 50% | ||
aafeng | 0 | 373,393,372,690 | 100% | ||
cn-reader | 0 | 12,762,783,559 | 50% | ||
felander | 0 | 18,652,576,159 | 3.59% | ||
kimzwarch | 0 | 9,023,227,640 | 4% | ||
fbslo | 0 | 723,736,529 | 0.18% | ||
accelerator | 0 | 46,572,223,974 | 5% | ||
yogacoach | 0 | 1,629,711,146 | 1.79% | ||
chinchilla | 0 | 225,456,580,206 | 100% | ||
chenlocus | 0 | 35,333,011,932 | 100% | ||
deathwing | 0 | 3,917,811,882 | 3.59% | ||
silversaver888 | 0 | 54,404,988,927 | 100% | ||
xiaoshancun | 0 | 16,892,497,018 | 100% | ||
hqy | 0 | 34,645,382,623 | 100% | ||
victory622 | 0 | 172,456,522,184 | 100% | ||
metten | 0 | 10,559,294,400 | 88% | ||
winniex | 0 | 112,837,455,099 | 100% | ||
arabisouri | 0 | 52,094,687,624 | 100% | ||
joseph1956 | 0 | 18,513,463,876 | 100% | ||
cn-book | 0 | 1,187,040,131 | 88% | ||
emrebeyler | 0 | 73,584,036,079 | 3.59% | ||
cn-movie | 0 | 127,701,344 | 88% | ||
citizensmith | 0 | 24,734,873,217 | 3.59% | ||
itchyfeetdonica | 0 | 23,143,357,528 | 50% | ||
vivia | 0 | 3,415,041,113 | 88% | ||
funtraveller | 0 | 666,911,179 | 3.59% | ||
nokodemion | 0 | 21,733,486,706 | 100% | ||
stupid | 0 | 3,153,460,828 | 100% | ||
girolamomarotta | 0 | 44,620,506,148 | 50% | ||
korinkrafting | 0 | 823,470,803 | 22.5% | ||
soufianechakrouf | 0 | 77,353,709,292 | 100% | ||
nealmcspadden | 0 | 73,008,593,534 | 3.59% | ||
mermaidvampire | 0 | 13,325,193,945 | 45% | ||
purefood | 0 | 57,563,210,796 | 3.59% | ||
xiaoli | 0 | 330,172,528 | 88% | ||
jimcustodio | 0 | 1,793,232,751 | 50% | ||
chronocrypto | 0 | 35,469,142,436 | 3.59% | ||
sweetkathy | 0 | 2,176,542,701 | 100% | ||
sudefteri | 0 | 21,854,611,650 | 100% | ||
pkocjan | 0 | 1,522,521,069 | 2.87% | ||
josevas217 | 0 | 823,715,572 | 0.4% | ||
bestboom | 0 | 14,451,627,056 | 3.59% | ||
abrockman | 0 | 13,069,773,207 | 3.59% | ||
freddio | 0 | 13,164,550,543 | 15% | ||
lordbutterfly | 0 | 2,080,101,195,221 | 50% | ||
phasewalker | 0 | 23,612,177,419 | 100% | ||
themightyvolcano | 0 | 5,078,151,448 | 3.59% | ||
ericahan | 0 | 307,515,779 | 100% | ||
ifunnymemes | 0 | 916,516,362 | 1.79% | ||
glodniwiedzy | 0 | 977,556,903 | 3.41% | ||
competeapp | 0 | 53,639,736,396 | 100% | ||
swisswitness | 0 | 2,075,241,288 | 3.59% | ||
kahvesizlik | 0 | 1,298,133,332 | 100% | ||
daath | 0 | 1,614,505,743 | 100% | ||
dalz | 0 | 5,029,170,563 | 1.79% | ||
dlike | 0 | 43,352,141,776 | 3.59% | ||
silvertop | 0 | 49,276,596,016 | 100% | ||
abduljalil.mbo | 0 | 17,210,451,627 | 100% | ||
elizabethbit | 0 | 47,522,519,222 | 100% | ||
steemaction | 0 | 770,700,197,107 | 100% | ||
engrave | 0 | 47,744,548,772 | 3.41% | ||
bobby.madagascar | 0 | 1,211,204,199 | 0.89% | ||
laissez-faire | 0 | 85,893,708 | 100% | ||
ldp | 0 | 539,517,644 | 3.59% | ||
merlin7 | 0 | 42,649,998,057 | 3.59% | ||
florino | 0 | 812,008,838 | 15% | ||
followjohngalt | 0 | 20,424,308,530 | 3.59% | ||
glastar | 0 | 1,470,482,551,604 | 100% | ||
moneytron | 0 | 14,050,258,698 | 100% | ||
rasalom | 0 | 15,444,416,890 | 100% | ||
permaculturedude | 0 | 673,317,983 | 1.79% | ||
steemtelly | 0 | 11,991,013,645 | 50.03% | ||
chocolatelover | 0 | 10,003,743,821 | 100% | ||
cecilian | 0 | 3,028,929,740 | 40% | ||
denizcakmak | 0 | 534,840,938 | 50% | ||
cpt-sparrow | 0 | 8,838,181,775 | 100% | ||
mfblack | 0 | 2,801,092,882 | 3.41% | ||
lucienyoung | 0 | 814,810,637 | 100% | ||
minigame | 0 | 675,984,580,858 | 100% | ||
plankton.token | 0 | 27,925,320,033 | 30% | ||
milu-the-dog | 0 | 1,546,261,060 | 3.59% | ||
triplea.bot | 0 | 1,277,861,978 | 3.59% | ||
steem.leo | 0 | 94,463,902,970 | 3.59% | ||
freddio.sport | 0 | 3,769,605,849 | 15% | ||
asteroids | 0 | 17,557,651,002 | 3.23% | ||
mapxv | 0 | 4,344,240,288 | 29% | ||
maxuvd | 0 | 20,580,544,507 | 6% | ||
maxuve | 0 | 27,981,878,176 | 6% | ||
moleah | 0 | 23,580,869,075 | 100% | ||
freedomteam2019 | 0 | 1,228,260,196 | 20% | ||
gerbo | 0 | 0 | 3.59% | ||
unpopular | 0 | 233,424,838,588 | 100% | ||
policewala | 0 | 188,746,011,166 | 100% | ||
steemjiang | 0 | 0 | 88% | ||
starnote | 0 | 233,451,897 | 88% | ||
ribary | 0 | 1,143,952,396 | 1.79% | ||
moochain.net | 0 | 235,268,980 | 88% | ||
lemool | 0 | 0 | 88% | ||
moochain.com | 0 | 0 | 88% | ||
liebin | 0 | 0 | 88% | ||
bettyliu | 0 | 0 | 88% | ||
younggle | 0 | 0 | 88% | ||
dinggle | 0 | 0 | 88% | ||
moocer | 0 | 0 | 88% | ||
steem-zh | 0 | 0 | 88% | ||
coursechain | 0 | 0 | 88% | ||
youngoole | 0 | 0 | 88% | ||
mice-k | 0 | 15,557,640,590 | 3.59% | ||
imooc | 0 | 0 | 88% | ||
curamax | 0 | 1,307,851,502 | 3.59% | ||
steemcityrewards | 0 | 467,338,490 | 3.59% | ||
dpend.active | 0 | 1,164,623,505 | 0.71% | ||
lovequeen | 0 | 230,536,160,189 | 100% | ||
hellohive | 0 | 1,002,978,143,678 | 100% | ||
hiveyoda | 0 | 6,974,271,458 | 2% | ||
wikicoin | 0 | 0 | 88% | ||
starchain | 0 | 0 | 88% | ||
steemzh | 0 | 0 | 88% | ||
openbazzar | 0 | 0 | 88% | ||
steemipfs | 0 | 0 | 88% | ||
hive-224466 | 0 | 0 | 88% | ||
polish.hive | 0 | 9,629,596,863 | 3.59% | ||
dcityrewards | 0 | 80,702,286,738 | 3.59% | ||
freakeao | 0 | 15,405,104,224 | 100% | ||
portraits | 0 | 0 | 50% | ||
hivelist | 0 | 3,018,141,453 | 1.79% | ||
waytolifecare | 0 | 0 | 100% | ||
jywahaha | 0 | 574,119,588,982 | 100% | ||
hivecur | 0 | 88,447,836,220 | 3.59% | ||
roberto58 | 0 | 3,367,160,014 | 100% | ||
asa-raw | 0 | 1,059,972,054,504 | 30% | ||
chartreader | 0 | 26,641,068,815 | 3.59% | ||
hivecur2 | 0 | 11,641,382,815 | 30% | ||
evahe | 0 | 286,498,713 | 100% | ||
binggo | 0 | 0 | 100% |
I have picked your post for my daily hive voting initiative, Keep it up and Hive On!!
author | chitty |
---|---|
permlink | re-hbgdh-python-bitshares-20200801t000455 |
category | hive-105017 |
json_metadata | "" |
created | 2020-08-01 00:04:57 |
last_update | 2020-08-01 00:04:57 |
depth | 1 |
children | 1 |
last_payout | 2020-08-08 00:04:57 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 86 |
author_reputation | 86,901,300,608,582 |
root_title | 为了回答朋友一个小问题,重学python-bitshares |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 98,826,942 |
net_rshares | 0 |
Thank you very much.
author | oflyhigh |
---|---|
permlink | qeftmw |
category | hive-105017 |
json_metadata | {"app":"hiveblog/0.1"} |
created | 2020-08-02 13:04:12 |
last_update | 2020-08-02 13:04:12 |
depth | 2 |
children | 0 |
last_payout | 2020-08-09 13:04:12 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 20 |
author_reputation | 6,381,148,360,887,252 |
root_title | 为了回答朋友一个小问题,重学python-bitshares |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 98,852,523 |
net_rshares | 0 |