Hi, through api how can I receive the instant update of balance (Available margin) and placed orders or executed orders instantly. As of now I am refreshing the data by sending the api calls whenever I need, But I would like to get the available margin updated whenever if there is any change happens.
@ramprabhu It's not possible to get margin info without a request automatically on any order change. check the documentation. You can get order updates via postback.
It's not possible to get margin info without a request automatically on any order change. check the documentation. You can get order updates via postback.
You can use postbacks as an event to fetch updated margins.