Build research, backtesting, and execution workflows with low-latency endpoints, clean JSON, and developer-first docs. Secure. Scalable. Broker-agnostic.
# 1) To Know the PayOff Chart
curl --location 'https://localhsot:5201/payoff_chart' \ --header 'Authorization: Bearer Token' \
--header 'Content-Type: application/json' \ --data '{"slidervalue":"0","Legsdata":[{"symbol":"NIFTY","price":"216.80","futprice":"25000.8","strike":"25000","qty":"75","action":"BUY","instrument":"CE","iv":"23","expdate":"2025-10-31"}]}'
# 2) To know the stratgies Strategy Recommendation Based on Target View
curl --location 'https://localhsot:5201/stra_algor_onview' \ --header 'Authorization: Bearer Token' \
--header 'Content-Type: application/json' \ --data '{"symbol":"NIFTY","view":"Above","target":"24000.15","targetdate":"2025-10-28"}'
# 3) Tracking Strategy Wise Netposition
curl --location 'https://localhsot:5201/NetPosition' \ --header 'Authorization: Bearer Token' \
--header 'Content-Type: application/json' \ --data '{"papertrading":"false"}'
Create, monitor, and execute curated rule‑based baskets with unified risk checks and reporting.
Paper trading, baskets, and risk controls to route orders reliably.
Fast engine to test strategies with performance metrics and overlays.
Use simple HTTP requests to authenticate and access endpoints. No SDKs required.
Authorization
header.
curl -X POST "https://localhost:5201/requestname" \
-H "Authorization: Bearer YOUR_ACCESS_TOKEN_HERE" \
-H "Source: ModernAlgos" \
-H "Content-Type: application/json" \
-d '{
"param1": "value1"
}'
Need help? Contact support.
Start in minutes with our interactive docs and sandbox keys. Move to production when you’re ready.