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