Skip to main content
Version: 1.2.0 - Production

Get Commission & VAT

POST 

/v1.2/order/commission-vat

deprecated

This endpoint has been deprecated and may be replaced or removed in future versions of the API.

Please use Estimate Order Charges instead.

This is used to get the tentative commission and VAT 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.

If the order type is Market (1) or Limit (2), the price field is required to be sent.

to get BOND commission and vat, use amount instead of quantity.

Field NameEquityOptionFixed IncomeFundSpot
accountNumberrequiredrequiredrequiredrequiredrequired
symbolrequiredrequiredrequiredrequiredrequired
exchangerequiredrequiredrequiredrequiredrequired
quantityoptionaloptionalN/AN/Aoptional
orderTyperequiredrequiredrequiredN/Arequired
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

    orderType integerdeprecated
    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
Loading...
Is this page helpful for you?