利用字典获取到数据里面相对应的值
{'orders': {'result': [{'createtime': 1533044383000, 'filledamount': '0', 'filledquantity': '0', 'orderid': '201807312139426110018131', 'orderquantity': '4', 'orderstatus': 'unfilled', 'price': '0.0005', 'symbol': 'ZIBERUSDT', 'type': 'buy-limit'}, {'createtime': 1533044373000, 'filledamount': '0', 'filledquantity': '0', 'orderid': '201807312139327250013932', 'orderquantity': '6', 'orderstatus': 'unfilled', 'price': '0.001', 'symbol': 'ZIBERUSDT', 'type': 'sell-limit'}], 'totalcount': 2, 'pagesize': 200, 'page': 1}, 'status': 'ok', 'timestamp': 1533044391442}
上面这些都是数据,也是请求出来,现在要获取这里面的orderid相对应的值.
orders = post_open_orders(dic) for order in orders["orders"]["result"]: dic["orderid"] = order["orderid"] print(dic)
【推荐】编程新体验,更懂你的AI,立即体验豆包MarsCode编程助手
【推荐】凌霞软件回馈社区,博客园 & 1Panel & Halo 联合会员上线
【推荐】抖音旗下AI助手豆包,你的智能百科全书,全免费不限次数
【推荐】轻量又高性能的 SSH 工具 IShell:AI 加持,快人一步