We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cc51621 commit 35e7df8Copy full SHA for 35e7df8
tigeropen/examples/trade_client_demo.py
@@ -64,6 +64,8 @@ def get_account_apis():
64
openapi_client.get_positions()
65
# 获取资产
66
openapi_client.get_assets()
67
+ # 综合/模拟账户获取资产
68
+ openapi_client.get_prime_assets()
69
70
71
def trade_apis():
0 commit comments