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