⚠ Frauds se saawdhaan rahe: Agar koi aapse Trade Metrix Technologies ke behalf par baat karke services lene ke liye bole, to sirf hamare official account me hi payment karein — ya website se direct Razorpay se. Hum kisi doosri company ya savings account me transaction nahi karwate.

⚠ Disclaimer: Trade Metrix Tech is a software platform — NOT a SEBI-registered advisor or research analyst. We do NOT provide stock tips, buy/sell calls, or investment advice. Past backtest results do not guarantee future performance. Trade at your own risk.

API Reference

Programmatic access to your strategies, orders, and market data. All API endpoints are authenticated via API keys.

GET
/api/v1/strategies

List all strategies with status, P&L, and configuration.

POST
/api/v1/strategies

Create a new strategy with indicators, entry/exit rules, and risk params.

GET
/api/v1/strategies/:id

Get detailed strategy info including live metrics and trade history.

PUT
/api/v1/strategies/:id

Update strategy configuration — indicators, rules, or risk settings.

DELETE
/api/v1/strategies/:id

Delete a strategy and stop all associated orders.

POST
/api/v1/strategies/:id/deploy

Deploy a strategy to live trading with optional paper-trade mode.

POST
/api/v1/strategies/:id/stop

Stop a running strategy and square off open positions.

GET
/api/v1/orders

List recent orders with status, fills, and timestamps.