Bamboo Invest · Schema

NGX Pending Order Response

InvestmentsStocksFractional SharesAfricaNigeriaPortfolio-ManagementBrokerageFintech

Properties

Name Type Description
pending_orders array List of pending orders
currency_symbol string Currency Symbol
View JSON Schema on GitHub

JSON Schema

lsxngpending_order_response.json Raw ↑
{
  "$schema": "http://json-schema.org/draft-07/schema#",
  "$id": "https://api.investbamboo.com/schemas/lsxngpending_order_response",
  "title": "NGX Pending Order Response",
  "type": "object",
  "properties": {
    "pending_orders": {
      "type": "array",
      "description": "List of pending orders",
      "items": {
        "title": "List of pending orders",
        "type": "object",
        "properties": {
          "avatar": {
            "type": "string",
            "description": "Theme avatar",
            "example": "https://firebasestorage.googleapis.com/v0/b/bamboo-16d59.appspot.com/o/staging%2Fcategories%2FMost%20Popular.png1605885112566?alt=media&token=7300dc44-f067-4aec-a3a6-6e0498de775d"
          },
          "broker_code": {
            "type": "string",
            "description": "broker_code",
            "example": "LABB"
          },
          "created_at": {
            "type": "integer",
            "description": "Creation date in unix timestamp UTC",
            "example": "2022-02-02 01:10:20 UTC"
          },
          "dollar_fee": {
            "type": "number",
            "description": "Dollar Fee",
            "example": 0.42
          },
          "dollar_price": {
            "type": "number",
            "description": "Dollar equivalent of price for order",
            "example": 0.42
          },
          "id": {
            "type": "string",
            "description": "Order ID",
            "example": "BB.LAMB_21046bcd-0400-4ac1-a6a1-91c439455ef2"
          },
          "logo": {
            "type": "string",
            "description": "Stock logo URL"
          },
          "naira_fee": {
            "type": "float",
            "description": "Naira fee",
            "example": 33.15
          },
          "naira_price": {
            "type": "number",
            "description": "Naira price for order",
            "example": 364.65
          },
          "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": "Quantity requested",
            "example": 10
          },
          "side": {
            "type": "string",
            "description": "Side; BUY or SELL",
            "example": "BUY"
          },
          "status": {
            "type": "string",
            "description": "Status",
            "example": "Successful"
          },
          "symbol": {
            "type": "string",
            "description": "Stock symbol to `BUY` or `SELL`",
            "default": "DDD"
          },
          "type": {
            "type": "string",
            "description": "Type: MARKET, STOP, LIMIT",
            "example": "MARKET"
          }
        }
      }
    },
    "currency_symbol": {
      "type": "string",
      "description": "Currency Symbol",
      "example": "\u20a6"
    }
  }
}

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/lsxngpending_order_response"
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.