General

How can we allocate funds and know about the status while trading via Breeze API?

For setting funds:

breeze.set_funds(transaction_type="debit", amount="200", segment="Equity")

For getting funds: breeze.get_funds()