Live & Stable • India Market Ready

Modern Algos Trading APIs

Build research, backtesting, and execution workflows with low-latency endpoints, clean JSON, and developer-first docs. Secure. Scalable. Broker-agnostic.

Read the Docs Quick Demo No emails required • Sandbox ready
99.9%
Uptime Target
1ms
Median Parse
200+
Endpoints
cURL
example
# 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"}'
Examples are illustrative. See official docs for exact parameters.

Equity Baskets

Create, monitor, and execute curated rule‑based baskets with unified risk checks and reporting.

Algo Execution

Paper trading, baskets, and risk controls to route orders reliably.

Backtesting

Fast engine to test strategies with performance metrics and overlays.

Getting started with cURL

Use simple HTTP requests to authenticate and access endpoints. No SDKs required.

  1. Request your API key pair via email.
  2. Exchange your credentials for a Bearer token.
  3. Call endpoints with your token in the Authorization header.

Sample API Request


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.

Ready to build with Modern Algos APIs?

Start in minutes with our interactive docs and sandbox keys. Move to production when you’re ready.