Expiry
Endpoint URL
Local Host : POST http://127.0.0.1:5000/api/v1/expiry
Ngrok Domain : POST https://<your-ngrok-domain>.ngrok-free.app/api/v1/expiry
Custom Domain: POST https://<your-custom-domain>/api/v1/expirySample API Request
{
"apikey": "<your_app_apikey>",
"symbol": "NIFTY",
"exchange": "NFO",
"instrumenttype": "options"
}Sample cURL Request
curl -X POST http://127.0.0.1:5000/api/v1/expiry \
-H 'Content-Type: application/json' \
-d '{
"apikey": "<your_app_apikey>",
"symbol": "NIFTY",
"exchange": "NFO",
"instrumenttype": "options"
}'Sample API Response
Sample API Request (Futures)
Request Body
Parameter
Description
Mandatory/Optional
Default Value
Response Fields
Field
Type
Description
Notes
Use Cases
Last updated