1

我正在使用与 API 通信的 python-binance 库。

我运行一个经常要求更新的循环:

    result = client.futures_account_balance()
    result_account = client.futures_account()
    prices = client.futures_mark_price()
    update_a = client.futures_account_trades()

如你所见,我打了 4 个电话。我有时会以非常高的频率运行它,所以我担心我会超出网络限制。

有没有办法结合所有这些调用。

我可以直接使用 binance-library 或 API。

4

0 回答 0