Integrate Breeze into Your Product with the help of simple Breeze API
GET /user-yield/{user_id}
- Get real-time portfolio value with optional currency conversion and filtering by fund or base asset.GET /user-balances/{user_id}
- Retrieve data about the earned yield by the user.POST /deposit/ix
- Generate Solana instructions for depositing funds into a Breeze fund.POST /deposit/tx
- Generate a complete, versioned serialized unsigned for depositing funds.POST /withdraw/ix
- Generate Solana instructions for withdrawing from a organization fund.POST /withdraw/tx
- Generate a complete, versioned serialized unsigned for withdrawing funds.