MultiOptionGreeks
Endpoint
POST /api/v1/multioptiongreekscurl -X POST 'http://127.0.0.1:5000/api/v1/multioptiongreeks' \
-H 'Content-Type: application/json' \
-d '{
"apikey": "<your_app_apikey>",
"symbols": [
{"symbol": "NIFTY30JUL2625000CE", "exchange": "NFO"},
{"symbol": "NIFTY30JUL2625000PE", "exchange": "NFO"}
],
"interest_rate": 7.0,
"expiry_time": "15:30"
}'Request
Field
Required
Description
Response
Last updated