Bamboo Invest · Schema

User's Cash Balance

InvestmentsStocksFractional SharesAfricaNigeriaPortfolio ManagementBrokerageFintech

Properties

Name Type Description
currency string Currency
balance number User current cash balance in provided currency
View JSON Schema on GitHub

JSON Schema

lsxnguser_cash_balance_response.json Raw ↑
{
  "$schema": "http://json-schema.org/draft-07/schema#",
  "$id": "https://api.investbamboo.com/schemas/lsxnguser_cash_balance_response",
  "title": "User's Cash Balance",
  "required": [
    "withdrawal_cash"
  ],
  "type": "object",
  "properties": {
    "currency": {
      "type": "string",
      "description": "Currency",
      "example": "NGN"
    },
    "balance": {
      "type": "number",
      "description": "User current cash balance in provided currency",
      "example": 5661255.97
    }
  }
}