Skip to main content
Version: 1.2.0 - Production

Estimate Order Charges

POST 

/v1.2/order/charges

This is used to get the tentative estimated order charges for a particular buy or sell order before submission. This tentative values and actual values after the trade is completed can be slightly different.

quantity or orderValue is required. if quantity > 0, order will place using quantity not orderValue.

same equity instrument types will be added for SPOT orders as well.

to get BOND estimated order charges, use amount instead of quantity.

Field NameEquityOptionFixed IncomeFundSpot
accountNumberrequiredrequiredrequiredrequiredrequired
symbolrequiredrequiredrequiredrequiredrequired
exchangerequiredrequiredrequiredrequiredrequired
quantityoptionaloptionalN/AN/Aoptional
pricerequiredrequiredrequiredN/Arequired
tradingSessionoptionalN/AN/AN/Aoptional
orderValueoptionalN/AN/AN/Aoptional
securityTypeoptionaloptionaloptionaloptionaloptional
instrumentTypeoptionaloptionaloptionaloptionaloptional
amountN/AN/ArequiredrequiredN/A
assetsecurity typeinstrument type
equityCS0,60,61,86
optionOPT10
fixed incomeBND75
mutual fundFND2

Request

Header Parameters

    Throttle-Key string

Body

    accountNumber string

    Security account number

    price number
    quantity number
    amount number
    exchange string
    symbol string
    tradingSession string

    Default value: REG

    securityType string

    Possible values: [CS, OPT, BND, FND]

    CS(Equity), OPT(Option), BND(Fixed Income), FND(Mutual Fund)

    orderValue number
    instrumentType string

Responses

OK

Schema
    status stringrequired
    reason stringrequired
    rejectCode integerrequired

    Find error codes here

    commission numberrequired
    vat numberrequired
    stampDuty numberrequired
    salesTax numberrequired
Loading...
Is this page helpful for you?