Reference
/- Projected interest at EOM / 3M / 6M / 12M horizons
List fund catalogue
List business's investment accounts
Single fund account detail (header + KPIs + cash allocation)
Interest credited series for the account
Transaction history with type filter + pagination
Aggregate portfolio across all fund accounts
Portfolio performance grouped by currency
Unified activity feed across fund accounts
Projected interest at EOM...
🔒 Private label — contact sales. Requires a private-label entitlement on your API client.
Projected interest at EOM / 3M / 6M / 12M horizons
Security
oauth2ClientCredentials(Required scopes: investments:read)
- Mock serverhttps://developer.boyahq.com/_mock/v2/openapi/investments/accounts/{fundAccountId}/projections
- Productionhttps://api.boyahq.com/v2/investments/accounts/{fundAccountId}/projections
- Sandboxhttps://sandbox.api.boyahq.com/v2/investments/accounts/{fundAccountId}/projections
curl -i -X GET \
'https://developer.boyahq.com/_mock/v2/openapi/investments/accounts/{fundAccountId}/projections?yield=9' \
-H 'Authorization: Bearer <YOUR_TOKEN_HERE>' \
-H 'Idempotency-Key: string' \
-H 'business_id: string' \
-H 'org_wallet_ref: string'Response
{ "yield_used": 8.2, "yield_unit": "percent", "daily_interest": 22.47, "currency": "KES", "horizons": [ { … } ] }