Bamboo Invest · Schema
Portfolio breakdown response
InvestmentsStocksFractional SharesAfricaNigeriaPortfolio-ManagementBrokerageFintech
Properties
| Name | Type | Description |
|---|---|---|
| withdrawable_cash | number | Maximum amount that can be withdrawn |
| value | number | Value of portfolio |
| total_return | number | Total return |
| total_percent_change | number | Total portfolio change |
| total_invested | number | Total invested |
| total_aum | number | Total AUM |
| restricted_by_dw | boolean | Restricted by DW |
| number_of_violations | number | Number of GFV for account |
| equity_value | number | Equity value |
| currency_symbol | string | Prices currency symbol |
| base_wallet_balance | number | Base wallet Balance |
| available_to_invest | number | Buying power |
JSON Schema
{
"$schema": "http://json-schema.org/draft-07/schema#",
"$id": "https://api.investbamboo.com/schemas/PortfolioBreakdownResponse",
"title": "Portfolio breakdown response",
"required": [
"available_to_invest",
"base_wallet_balance",
"currency_symbol",
"equity_value",
"number_of_violations",
"restricted_by_dw",
"total_aum",
"total_invested",
"total_percent_change",
"total_return",
"value",
"withdrawable_cash"
],
"type": "object",
"properties": {
"withdrawable_cash": {
"type": "number",
"description": "Maximum amount that can be withdrawn",
"example": 0
},
"value": {
"type": "number",
"description": "Value of portfolio",
"example": 0
},
"total_return": {
"type": "number",
"description": "Total return",
"example": 0
},
"total_percent_change": {
"type": "number",
"description": "Total portfolio change",
"example": 0
},
"total_invested": {
"type": "number",
"description": "Total invested",
"example": 0
},
"total_aum": {
"type": "number",
"description": "Total AUM",
"example": 0
},
"restricted_by_dw": {
"type": "boolean",
"description": "Restricted by DW",
"example": false
},
"number_of_violations": {
"type": "number",
"description": "Number of GFV for account",
"example": 0
},
"equity_value": {
"type": "number",
"description": "Equity value",
"example": 0
},
"currency_symbol": {
"type": "string",
"description": "Prices currency symbol",
"example": "$"
},
"base_wallet_balance": {
"type": "number",
"description": "Base wallet Balance",
"example": 0
},
"available_to_invest": {
"type": "number",
"description": "Buying power",
"example": 0
}
}
}
Work with this as data
Every JSON Schema here is available over the APIs.io API and to AI agents over MCP.
MCP server
One button, every client — Claude, Cursor, VS Code and the rest.
https://apis.io/mcp
Tools for schemas
4 MCP tools reach this
find_json_schemasBrowse and filter every JSON Schema in the catalog.apis_io_searchSTART HERE — APIs, providers and tags for one query, each with its total.resolveTurn a domain, URL or GitHub org into the provider it belongs to.find_cohortsEvery scored population of providers in the catalog.
Call it yourself
curl for this page
This JSON Schema
curl "https://apis.io/api/v1/json-schemas/portfoliobreakdownresponse"
All schemas
curl "https://apis.io/api/v1/json-schemas?limit=25"
Discovery needs no key. Ratings and market analysis are Pro.
Get an API key
Free tier, no form to fill in. Signing in shares your email address with us — we store it to create your key and to recognise you if you sign in with another provider. See our Privacy Policy and Terms.
A second provider on the same verified email joins the account you already have.