Skip to content

List fund catalogue

Request

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

Returns available funds with yield, minimum, currency, asset manager.

Security
oauth2ClientCredentials(Required scopes: investments:read)
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/funds \
  -H 'Authorization: Bearer <YOUR_TOKEN_HERE>' \
  -H 'Idempotency-Key: string' \
  -H 'business_id: string' \
  -H 'org_wallet_ref: string'

Responses

Bodyapplication/json
fundsArray of objects(FundCatalogueItemDto)required
Response
{ "funds": [ { … } ] }