Account Summary
On this page
After initializing the broker object
broker.account_summary()
Response
python dict with the following data
| Attribute | Notes | 
|---|---|
| margin_used | gives the margin used by the client | 
| total_balance | Total balance of the client | 
| margin_available | Margin available | 
| pnl | Profit(+ve) and Loss (-ve) |