How to create & retrieve Alerts in Kite

contactruchir
I created few manual Alerts (attached screenshot).
How do I do so using python ?
Also, how to retrieve & edit alerts ?


  • nagavenij
    You can refer to this API documentataion
  • contactruchir
    Thank you for the reply.
    Please share the syntax for creating Basic Alert, ATO & retrieve alert for Python.
    I couldn't find the it anywhere.
  • Sravanthi_bh
    You can verify this information in the Alerts API documentation itself.
  • 95rajasekar
    I have subscribed to Kite Connect Paid one. When I try to call the Alerts API , getting the following error. I am not using any library, directly calling the api. Please help on this issue

    {
    "status": "error",
    "message": "Insufficient permission for that call.",
    "data": null,
    "error_type": "PermissionException"
    }
  • nagavenij
    You can re-create the access token and try fetching the alerts again.
  • kiteapi
    Hey @95rajasekar were you able to figure this out and resolve it?

    I am getting the same error (I am using the access token created this morning, which we have to do everyday morning anyways) I am using the paid app as well (all other API's work fine, orders/historical/WS etc.) and getting error only for this alerts API.

    If you were able to resolve it, how did you resolve the issue?

    @nagavenij I am using the access token created this morning yet, getting this error:

    {
    "status": "error",
    "message": "Insufficient permission for that call.",
    "data": null,
    "error_type": "PermissionException"
    }
  • nagavenij
    nagavenij edited January 14
    @kiteapi can you DM your API key.
  • nagavenij
    @kiteapi You can re-create the access token and try fetching the alerts again.
Sign In or Register to comment.