Reference
/- Single fund account detail (header + KPIs + cash allocation)
List fund catalogue
List business's investment accounts
Interest credited series for the account
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
Single fund account detai...
🔒 Private label — contact sales. Requires a private-label entitlement on your API client.
Single fund account detail (header + KPIs + cash allocation)
Security
oauth2ClientCredentials(Required scopes: investments:read)
- Mock serverhttps://developer.boyahq.com/_mock/v2/openapi/investments/accounts/{fundAccountId}
- Productionhttps://api.boyahq.com/v2/investments/accounts/{fundAccountId}
- Sandboxhttps://sandbox.api.boyahq.com/v2/investments/accounts/{fundAccountId}
curl -i -X GET \
'https://developer.boyahq.com/_mock/v2/openapi/investments/accounts/{fundAccountId}?refresh=string' \
-H 'Authorization: Bearer <YOUR_TOKEN_HERE>' \
-H 'Idempotency-Key: string' \
-H 'business_id: string' \
-H 'org_wallet_ref: string'Boya wallet id of the MMF investment account. Used by the dashboard as the destination when topping up the investment account from a business wallet.
Example:"I622957"
Available cash in the investment wallet before it is invested with the custodian.
Employee ids permitted to transfer funds from this account (the wallet's employees_allowed_to_make_payments). Drives the Treasury Operators panel.
Example:
[ "64f0a1b2c3d4e5f600112233", "64f0a1b2c3d4e5f600445566" ]
Aggregate pending-investment total awaiting custodian confirmation.
Response
{ "fund_account_id": "fa_01HXYZ...", "fund_id": "fund_britam_kes_mmf", "fund_name": "Britam KES Money Market Fund", "vendor": "BRITAM", "product": "MONEY_MARKET", "currency": "KES", "org_wallet_ref": "1", "account_reference": "BA100020873BOYA", "approval_ref": "INV-OPT-123456", "investment_wallet_id": "I622957", "state": "active", "invested": { "amount": 125000.5, "currency": "KES" }, "wallet_available_balance": { "amount": 125000.5, "currency": "KES" }, "opt_in_date": "2024-08-12", "treasury_operators": [ "64f0a1b2c3d4e5f600112233", "64f0a1b2c3d4e5f600445566" ], "investment_permissions": [ { … } ], "available_balance": { "amount": 125000.5, "currency": "KES" }, "pending_investment": { "amount": 125000.5, "currency": "KES" }, "native_currency": "KES" }