We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
看了下文档,要么是获取时间段订单,要么是单个订单号,就不能有个数组订单号信息获取? 类似这样:
{ "start_at": "2025-01-01", "end_at": "2025-02-01", "TSLA.US": [ "订单id1", "订单id2", "订单id3" ], "META.US": [ "订单id1", "订单id2", "订单id3" ], "NVDA.US": [ "订单id1", "订单id2", "订单id3" ] }
The text was updated successfully, but these errors were encountered:
我每次查询就那几个单号,现在是被迫查询当天所有的,如果操作多个股,还需要查多次
Sorry, something went wrong.
No branches or pull requests
看了下文档,要么是获取时间段订单,要么是单个订单号,就不能有个数组订单号信息获取?
类似这样:
Parameters
The text was updated successfully, but these errors were encountered: