I’ve created a websocket connection using python and websocket-client library to get my account balance for USDT. The problem is that it doesn’t continuously update me if a change is made to the balance.
How do I go about solving this problem?
I’ve created a websocket connection using python and websocket-client library to get my account balance for USDT. The problem is that it doesn’t continuously update me if a change is made to the balance.
How do I go about solving this problem?
Hi,
Please refer to this section of the documentation: Event Balance and Position Update
. This ACCOUNT_UPDATE
event-type will be received whenever your balance changes.
Cheers,