Search
Endpoint URL
Local Host : POST http://127.0.0.1:5000/api/v1/search
Ngrok Domain : POST https://<your-ngrok-domain>.ngrok-free.app/api/v1/search
Custom Domain: POST https://<your-custom-domain>/api/v1/searchSample API Request
{
"apikey": "<your_app_apikey>",
"query": "NIFTY 26000 DEC CE",
"exchange": "NFO"
}Sample cURL Request
curl -X POST http://127.0.0.1:5000/api/v1/search \
-H 'Content-Type: application/json' \
-d '{
"apikey": "<your_app_apikey>",
"query": "NIFTY 26000 DEC CE",
"exchange": "NFO"
}'Sample API Response
Request Body
Parameter
Description
Mandatory/Optional
Default Value
Response Fields
Field
Type
Description
Data Array Fields
Field
Type
Description
Search Tips
Query Format
Example
Finds
Notes
Last updated