OptionSymbol
Endpoint URL
Local Host : POST http://127.0.0.1:5000/api/v1/optionsymbol
Ngrok Domain : POST https://<your-ngrok-domain>.ngrok-free.app/api/v1/optionsymbol
Custom Domain: POST https://<your-custom-domain>/api/v1/optionsymbolSample API Request (ATM Option)
{
"apikey": "<your_app_apikey>",
"underlying": "NIFTY",
"exchange": "NSE_INDEX",
"expiry_date": "30DEC25",
"offset": "ATM",
"option_type": "CE"
}Sample cURL Request
curl -X POST http://127.0.0.1:5000/api/v1/optionsymbol \
-H 'Content-Type: application/json' \
-d '{
"apikey": "<your_app_apikey>",
"underlying": "NIFTY",
"exchange": "NSE_INDEX",
"expiry_date": "30DEC25",
"offset": "ATM",
"option_type": "CE"
}'Sample API Response (ATM Option)
Sample API Request (ITM Option)
Sample API Response (ITM Option)
Sample API Request (OTM Option)
Sample API Response (OTM Option)
Request Body
Parameter
Description
Mandatory/Optional
Default Value
Response Fields
Field
Type
Description
Understanding Offset
Offset
Description
CE Strike Direction
PE Strike Direction
Lot Sizes
Underlying
Lot Size
Notes
Last updated