Skip to main content
Version: 1.1.0

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.

Supported Asset Classes

Request Body

{
"accountNumber": "P000128310",
"quantity": 10,
"price": 5,
"exchange": "NSDQ",
"symbol": "AAPL",
"tradingSession": "REG",
"orderType": 1,
"securityType": "CS",
"orderValue": 50
}
Field Name 
accountNumberrequired
symbolrequired
exchangerequired
quantityoptional  
orderTyperequired
orderSiderequired
Field Name 
pricerequired selectively 
tifrequired
expiryDaterequired selectively (GTD)
tradingSessionoptional
orderValueoptional  
securityTypeoptional
amountN/A

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 integer

    Find error codes here

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