Retrieve the complete investment universe and discovery configuration
curl -X GET 'https://{TENANT}-staging.wealthyhood.workers.dev/b2b/app-config' \
-H 'Accept: application/json'
{
"investmentUniverse": {
"assetClasses": {
"equities": {
"fieldName": "Stocks",
"keyName": "equities"
},
"bonds": {
"fieldName": "Bonds",
"keyName": "bonds"
},
"commodities": {
"fieldName": "Commodities",
"keyName": "commodities"
}
},
"assets": {
"equities_apple": {
"assetClass": "equities",
"simpleName": "Apple",
"formalName": "Apple Inc. (AAPL)",
"isin": "US0378331005",
"formalTicker": "AAPL",
"formalExchange": "US",
"displayExchange": "NASDAQ",
"tradedCurrency": "USD",
"category": "stock",
"sector": "technology",
"shortDescription": "Smart phones",
"about": "Apple designs and manufactures consumer electronics.",
"logoUrl": "https://public-assets.wealthyhood.cloud/logos/equities_apple.svg",
"tags": [
"fractional"
],
"searchTerms": [
"Technology",
"Smartphone",
"Computer",
"Hardware"
],
"tickerWithCurrency": "$AAPL"
}
},
"sectors": {
"technology": {
"fieldName": "Technology",
"keyName": "technology"
}
},
"geographies": {
"global": {
"name": "Global",
"explanation": "Invest in assets from the US, Europe, Asia & Emerging Markets",
"keyName": "global"
}
},
"providers": {
"vanguard": {
"displayName": "Vanguard",
"icon": "vanguard.svg",
"keyName": "vanguard"
}
}
},
"discovery": {
"topMovers": {
"best": [
{
"asset": "equities_nvidia",
"returnPercentage": 0.15
}
],
"worst": [
{
"asset": "equities_intel",
"returnPercentage": -0.08
}
]
},
"popularAssetsSection": [
"equities_nvidia",
"equities_apple",
"equities_microsoft"
],
"collections": {
"big_tech": {
"label": "Big tech",
"emoji": "💪",
"assets": [
"equities_microsoft",
"equities_apple",
"equities_nvidia"
]
}
}
},
"deposits": {
"minimumAmount": 1
},
"savingsConfig": {
"minimumSavingsTopupAmount": 1,
"minimumSavingsWithdrawalAmount": 0.02
}
}curl -X GET 'https://{TENANT}-staging.wealthyhood.workers.dev/b2b/app-config' \
-H 'Accept: application/json'
Universe configuration for the tenant
Complete investment universe metadata
Show child attributes
Available asset classes (equities, bonds, commodities, etc.)
Complete catalog of available assets keyed by internal identifier
Show child attributes
Complete configuration for a single asset
Show child attributes
Key reference to asset class
"equities"
Human-readable short name
"Apple"
12-character ISIN identifier
"US0378331005"
Exchange ticker symbol
"AAPL"
Primary trading currency
USD, EUR, GBP, GBX "USD"
Instrument type
stock, etf "stock"
Full formal name with ticker
"Apple Inc. (AAPL)"
Exchange code for data providers
"US"
Human-readable exchange name
"NASDAQ"
Base currency for the asset
"USD"
Market sector key
"technology"
ETF provider key (for ETFs only)
"vanguard"
Brief one-line description
"Smart phones"
Full description paragraph
URL to asset logo image
"https://public-assets.wealthyhood.cloud/logos/equities_apple.svg"
Trading capability tags
["fractional"]Keywords for search functionality
["Technology", "Smartphone"]Key Information Document URL (for ETFs)
Ticker prefixed with currency symbol
"$AAPL"
Display order priority
Income distribution type (for ETFs)
Accumulating, Distributing ETF replication method
Physical, Synthetic Tracked index name (for ETFs)
Whether asset only has end-of-day pricing
Related companies for discovery
Common misspellings for search
Geographic regions for filtering
Show child attributes
Show child attributes
Display name
"Global"
Internal key
"global"
Description of geographic coverage
"Invest in assets from the US, Europe, Asia & Emerging Markets"
ETF/fund providers (Vanguard, iShares, etc.)
Show child attributes
Curated discovery content for asset exploration
Show child attributes
Show child attributes
Asset keys for popular assets display
["equities_nvidia", "equities_apple"]Themed asset collections
Show child attributes
Pre-built portfolio asset keys
Money market fund configurations for savings products
Show child attributes
Money market fund configuration for savings
Show child attributes
Display label
"Savings EUR"
Management fee as decimal
0.1
Internal currency code
"EUC"
Full fund name
Fund manager name
"Blackrock"
Fund ISIN
Benchmark rate name
Fund base currency
"EUR"
Distributing, Accumulating Distribution frequency
"Monthly"
Internal key
Overall fund rating
"AAA"
Explanation of rating significance
curl -X GET 'https://{TENANT}-staging.wealthyhood.workers.dev/b2b/app-config' \
-H 'Accept: application/json'
{
"investmentUniverse": {
"assetClasses": {
"equities": {
"fieldName": "Stocks",
"keyName": "equities"
},
"bonds": {
"fieldName": "Bonds",
"keyName": "bonds"
},
"commodities": {
"fieldName": "Commodities",
"keyName": "commodities"
}
},
"assets": {
"equities_apple": {
"assetClass": "equities",
"simpleName": "Apple",
"formalName": "Apple Inc. (AAPL)",
"isin": "US0378331005",
"formalTicker": "AAPL",
"formalExchange": "US",
"displayExchange": "NASDAQ",
"tradedCurrency": "USD",
"category": "stock",
"sector": "technology",
"shortDescription": "Smart phones",
"about": "Apple designs and manufactures consumer electronics.",
"logoUrl": "https://public-assets.wealthyhood.cloud/logos/equities_apple.svg",
"tags": [
"fractional"
],
"searchTerms": [
"Technology",
"Smartphone",
"Computer",
"Hardware"
],
"tickerWithCurrency": "$AAPL"
}
},
"sectors": {
"technology": {
"fieldName": "Technology",
"keyName": "technology"
}
},
"geographies": {
"global": {
"name": "Global",
"explanation": "Invest in assets from the US, Europe, Asia & Emerging Markets",
"keyName": "global"
}
},
"providers": {
"vanguard": {
"displayName": "Vanguard",
"icon": "vanguard.svg",
"keyName": "vanguard"
}
}
},
"discovery": {
"topMovers": {
"best": [
{
"asset": "equities_nvidia",
"returnPercentage": 0.15
}
],
"worst": [
{
"asset": "equities_intel",
"returnPercentage": -0.08
}
]
},
"popularAssetsSection": [
"equities_nvidia",
"equities_apple",
"equities_microsoft"
],
"collections": {
"big_tech": {
"label": "Big tech",
"emoji": "💪",
"assets": [
"equities_microsoft",
"equities_apple",
"equities_nvidia"
]
}
}
},
"deposits": {
"minimumAmount": 1
},
"savingsConfig": {
"minimumSavingsTopupAmount": 1,
"minimumSavingsWithdrawalAmount": 0.02
}
}