Bamboo Invest · Schema

NGX Withdrawal Request body

InvestmentsStocksFractional SharesAfricaNigeriaPortfolio ManagementBrokerageFintech

Properties

Name Type Description
amount integer amount
currency string currency
txref string reference
View JSON Schema on GitHub

JSON Schema

lsxngwithdraw.json Raw ↑
{
  "$schema": "http://json-schema.org/draft-07/schema#",
  "$id": "https://api.investbamboo.com/schemas/lsxngwithdraw",
  "title": "NGX Withdrawal Request body",
  "required": [
    "amount",
    "currency",
    "txref"
  ],
  "type": "object",
  "properties": {
    "amount": {
      "type": "integer",
      "description": "amount",
      "example": 1000
    },
    "currency": {
      "type": "string",
      "description": "currency",
      "example": "NGN"
    },
    "txref": {
      "type": "string",
      "description": "reference",
      "example": "INVKPxiJVc40BNaQBH"
    }
  }
}