Navigation

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

    akagrawal

    @akagrawal

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

    akagrawal Follow

    Best posts made by akagrawal

    • RE: Always getting Internal Error (AB2001) for the brokerage calculation of options trade request

      {
      "orders":[
      {
      "product_type":"INTRADAY",
      "transaction_type":"BUY",
      "quantity":"25",
      "price":"144.15",
      "exchange":"NFO",
      "symbol_name":"NIFTY19SEP2425500CE",
      "token":"68058"
      },
      {
      "product_type":"INTRADAY",
      "transaction_type":"SELL",
      "quantity":"25",
      "price":"147.25",
      "exchange":"NFO",
      "symbol_name":"NIFTY19SEP2425500CE",
      "token":"68058"
      }
      ]
      }

      still getting this response:
      {
      message: 'Internal Error',
      errorcode: 'AB2001',
      status: false,
      data: null
      }

      posted in General Discussion
      A
      akagrawal

    Latest posts made by akagrawal

    • RE: Always getting Internal Error (AB2001) for the brokerage calculation of options trade request

      {
      "orders":[
      {
      "product_type":"INTRADAY",
      "transaction_type":"BUY",
      "quantity":"25",
      "price":"144.15",
      "exchange":"NFO",
      "symbol_name":"NIFTY19SEP2425500CE",
      "token":"68058"
      },
      {
      "product_type":"INTRADAY",
      "transaction_type":"SELL",
      "quantity":"25",
      "price":"147.25",
      "exchange":"NFO",
      "symbol_name":"NIFTY19SEP2425500CE",
      "token":"68058"
      }
      ]
      }

      still getting this response:
      {
      message: 'Internal Error',
      errorcode: 'AB2001',
      status: false,
      data: null
      }

      posted in General Discussion
      A
      akagrawal
    • RE: MCX History data incorrct | getCandleData API

      @r4j35h said in MCX History data incorrct | getCandleData API:

      426265

      I am also trying to fetch historical data for MCX CRUDEOIL24SEPFUT.

      URL: https://apiconnect.angelbroking.com/rest/secure/angelbroking/historical/v1/getCandleData

      ReqData: {"exchange":"MCX","symboltoken":"122338","interval":"ONE_MINUTE","fromdate":"2024-08-28 14:55","todate":"2024-08-28 19:55"}

      posted in Bugs
      A
      akagrawal
    • Always getting Internal Error (AB2001) for the brokerage calculation of options trade request

      Always getting Internal Error AB2001 for the following request:

      URL: https://apiconnect.angelbroking.com/rest/secure/angelbroking/brokerage/v1/estimateCharges/

      Body: {
      "orders": [
      {
      "product_type": "INTRADAY",
      "transaction_type": "BUY",
      "quantity": 25,
      "price": 144.15,
      "exchange": "NFO",
      "symbol_name": "NIFTY29AUG2424900CE",
      "token": "74692"
      },
      {
      "product_type": "INTRADAY",
      "transaction_type": "SELL",
      "quantity": 25,
      "price": 147.25,
      "exchange": "NFO",
      "symbol_name": "NIFTY29AUG2424900CE",
      "token": "74692"
      }
      ]
      }

      headers: <Same header that is working with other apis like place order, get market data, etc >

      posted in General Discussion
      A
      akagrawal