Navigation

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

    daalchawal

    @daalchawal

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

    daalchawal Follow

    Best posts made by daalchawal

    This user hasn't posted anything yet.

    Latest posts made by daalchawal

    • RE: Getting "errorCode":"AG8001 while getting historical data

      @Moderator_2
      url <- "https://apiconnect.angelbroking.com/rest/auth/angelbroking/user/v1/loginByPassword"

      json_body<-toJSON(list(
      'clientcode'="xxxx",
      'password'='xxxx',
      'totp'='372426'
      ))

      response<-POST(url ="https://apiconnect.angelbroking.com/rest/auth/angelbroking/user/v1/loginByPassword",
      config=list(
      add_headers(
      'Content-Type'= 'application/json',
      'Accept'= 'application/json',
      'X-UserType'= 'USER',
      'X-SourceID'= 'WEB',
      'X-ClientLocalIP'= 'xxxxx',
      'X-ClientPublicIP'= 'xxxx',
      'X-MACAddress'= 'xxxx',
      'X-PrivateKey'= 'xxxx'
      )
      ),body = json_body,
      encode = 'raw')

      posted in Bugs
      D
      daalchawal