Skip to main content
Version: 1.1.1

Get Commission & VAT

POST 

/v1.1/order/commission-vat

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.

Request

Body

    accountNumber stringrequired

    Security account number

    price numberrequired
    quantity number
    exchange stringrequired
    symbol stringrequired
    tradingSession string

    Default value: REG

    orderType integerrequired
    securityType stringrequired

    Possible values: [CS, OPT, BND]

    CS ; common stock/ equity , OPT ; option , BND ; fixed income

    orderValue number

Responses

OK

Schema
    status stringrequired
    reason stringrequired
    rejectCode integerrequired

    Find error codes here

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