Explination of possible Breeze Integration using Breeze Customer API and Breeze API
Deposit Funds
POST /deposit/tx
to generate a complete transaction, orPOST /deposit/ix
for more control over transaction constructionMonitor Portfolio
GET /user-balances/{user_id}
for real-time portfolio valuesGET /user-yield/{user_id}
for earned yield valuesWithdraw Funds
POST /withdraw/tx
to generate a complete withdrawal transaction, orPOST /withdraw/ix
for custom transaction handling"all": true
for full withdrawal