Skip to content

Unified activity feed across fund accounts

Request

🔒 Private label — contact sales. Requires a private-label entitlement on your API client.

Unified activity feed across fund accounts

Security
oauth2ClientCredentials(Required scopes: investments:read)
Query
rangestring
Default:"7D"
Enum:"7D""30D""ALL"
typestring
Default:"ALL"
Enum:"ALL""INVESTMENT""INTEREST""WITHDRAWAL"
Headers
Idempotency-Keystring

Required on write endpoints (POST). UUID per submission. Middleware dedupes for 24h.

org_wallet_refstring
business_idstringrequired
curl -i -X GET \
  'https://developer.boyahq.com/_mock/v2/openapi/investments/portfolio/activity?range=7D&type=ALL' \
  -H 'Authorization: Bearer <YOUR_TOKEN_HERE>' \
  -H 'Idempotency-Key: string' \
  -H 'business_id: string' \
  -H 'org_wallet_ref: string'

Responses

Bodyapplication/json
rangestringrequired
Enum:"7D""30D""ALL"
typestringrequired
Enum:"ALL""INVESTMENT""INTEREST""WITHDRAWAL"
docsArray of objects(InvestmentTransactionDto)required
totalnumberrequired
Example:42
Response
{ "range": "7D", "type": "ALL", "docs": [ {} ], "total": 42 }