Navigation

    SmartAPI Forum
    • Register
    • Login
    • Search
    • Categories
    • Popular
    • Groups
    • FAQs
    • API Docs
    1. Home
    2. Sahil
    S
    • Profile
    • Following
    • Followers
    • Topics
    • Posts
    • Best
    • Groups

    Sahil

    @Sahil

    0
    Reputation
    1
    Posts
    1
    Profile views
    0
    Followers
    0
    Following
    Joined Last Online

    Sahil Follow

    Best posts made by Sahil

    This user hasn't posted anything yet.

    Latest posts made by Sahil

    • Getting error when Place MCX Limit Order

      Hello Support Team,
      I Facing issue when I placing MCX limit order for Silver Mini (Future). Payload is:
      {
      "variety": "NORMAL",
      "exchange": "MCX",
      "producttype": "CARRYFORWARD",
      "duration": "DAY",
      "ordertype": "LIMIT",
      "squareoff": "0",
      "stoploss": "0",
      "price": "101239.25",
      "tradingsymbol": "SILVERM30APR25FUT",
      "symboltoken": "433351",
      "transactiontype": "BUY",
      "quantity": "5"
      }
      When i place order with this payload i got below error:
      {
      "status": false,
      "message": "Invalid Price, it has to be number eg. 195.25",
      "errorcode": "AB1007",
      "data": {
      "script": "SILVERM30APR25FUT",
      "orderid": null,
      "uniqueorderid": "66ea2453-e953-41df-a993-291cb86d2876"
      }
      }

      also i tried with postman:

      Screenshot from 2025-03-18 17-30-18.png

      posted in Python SDK
      S
      Sahil