Bamboo Invest · Schema

NGX place order request

InvestmentsStocksFractional SharesAfricaNigeriaPortfolio-ManagementBrokerageFintech

Properties

Name Type Description
fee number Fee from calculate order response
order_type string Order type options: `MARKET` only for NG Market.
order_value string Total price debited from the user including fee
price number Price for order
price_per_share number Price per share for all order
quantity number Order quantity in share amounts for all order types.
side string Order side options: `BUY` or `SELL`
source_wallet_id integer source_wallet_id
symbol string Stock symbol to `BUY` or `SELL`
total_price number Total invested price, without fee
View JSON Schema on GitHub

JSON Schema

lsxngorder.json Raw ↑
{
  "$schema": "http://json-schema.org/draft-07/schema#",
  "$id": "https://api.investbamboo.com/schemas/lsxngorder",
  "title": "NGX place order request",
  "required": [
    "fee",
    "order_type",
    "order_value",
    "price",
    "price_per_share",
    "quantity",
    "side",
    "source_wallet_id",
    "symbol",
    "total_price"
  ],
  "type": "object",
  "properties": {
    "fee": {
      "type": "number",
      "description": "Fee from calculate order response",
      "example": 0.01
    },
    "order_type": {
      "type": "string",
      "description": "Order type options: `MARKET` only for NG Market.",
      "default": "MARKET"
    },
    "order_value": {
      "type": "string",
      "description": "Total price debited from the user including fee",
      "example": 1.01
    },
    "price": {
      "type": "number",
      "description": "Price for order",
      "default": 8
    },
    "price_per_share": {
      "type": "number",
      "description": "Price per share for all order",
      "default": 8.27
    },
    "quantity": {
      "type": "number",
      "description": "Order quantity in share amounts for all order types.",
      "default": 1.941176
    },
    "side": {
      "type": "string",
      "description": "Order side options: `BUY` or `SELL`",
      "default": "BUY"
    },
    "source_wallet_id": {
      "type": "integer",
      "description": "source_wallet_id",
      "example": 0
    },
    "symbol": {
      "type": "string",
      "description": "Stock symbol to `BUY` or `SELL`",
      "default": "DDD"
    },
    "total_price": {
      "type": "number",
      "description": "Total invested price, without fee",
      "default": 1
    }
  }
}

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.
All 92 tools →

Call it yourself

curl for this page
This JSON Schema
curl "https://apis.io/api/v1/json-schemas/lsxngorder"
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.