Navigation

    SmartAPI Forum
    • Register
    • Login
    • Search
    • Categories
    • Popular
    • Groups
    • FAQs
    • API Docs

    Getting error when Place MCX Limit Order

    Python SDK
    0
    2
    6
    Loading More Posts
    • Oldest to Newest
    • Newest to Oldest
    • Most Votes
    Reply
    • Reply as topic
    Log in to reply
    This topic has been deleted. Only users with topic management privileges can see it.
    • S
      Sahil last edited by

      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

      1 Reply Last reply Reply Quote 0
      • A
        admin last edited by

        @Sahil the issue is resolved, you can try again now.

        1 Reply Last reply Reply Quote 0
        • First post
          Last post