Navigation

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

    smahanty

    @smahanty

    0
    Reputation
    2
    Profile views
    3
    Posts
    0
    Followers
    0
    Following
    Joined Last Online

    smahanty Unfollow Follow

    Latest posts made by smahanty

    • order place issue

      I am getting below message invalid symboltoken where as i have submitted correct symboltoken

      Order rejected by Angel: {"message":"Invalid symboltoken","errorcode":"AB4006","status":false,"data":null}

      payload for order place

      {
      "variety": "NORMAL",
      "tradingsymbol": "SBIN-EQ",
      "symboltoken": 3045,
      "transactiontype": "BUY",
      "exchange": "NSE",
      "ordertype": "MARKET",
      "producttype": "INTRADAY",
      "duration": "DAY",
      "quantity": 1
      }

      posted in Java SDK
      S
      smahanty
    • option chain data issue

      How can get option chain data?

      posted in Java SDK
      S
      smahanty
    • Login issue my MPIN

      I was trying to connect below API
      https://apiconnect.angelone.in/rest/auth/angelbroking/user/v1/loginByMPIN";

      This is my header
      sample request body:

      {"clientcode":"S51733426","mpin":"****"}

      Request request = new Request.Builder()
      .url(LOGIN_URL)
      .post(requestBody)
      .addHeader("Content-Type", "application/json")
      .addHeader("Accept", "application/json")
      .addHeader("X-UserType", "USER")
      .addHeader("X-SourceID", "MOBILE")
      .addHeader("X-ClientLocalIP", "127.0.0.1")
      .addHeader("X-ClientPublicIP", "127.0.0.1")
      .addHeader("X-MACAddress", "00:00:00:00:00:00")
      .addHeader("X-PrivateKey", apiKey)
      .build();

      posted in Java SDK
      S
      smahanty