Generate-Session
Generate a new session token for automated stock trading on the Zerodha platform, enabling seamless integration with the Node.js-based trading bot for advanced operations like buy/sell actions and portfolio management.
Instructions
Generate a new session token using request token
Input Schema
Name | Required | Description | Default |
---|---|---|---|
No arguments |
Input Schema (JSON Schema)
{
"$schema": "http://json-schema.org/draft-07/schema#",
"additionalProperties": false,
"properties": {},
"type": "object"
}