Skip to main content

Brokerage Details

Get brokerage details for equity delivery orders

curl --location 'https://api.upstox.com/v2/charges/brokerage?instrument_token=NSE_EQ%7CINE669E01016&quantity=10&product=D&transaction_type=BUY&price=13.7' \
--header 'Accept: application/json' \
--header 'Authorization: Bearer {your_access_token}'

Get brokerage details for equity intraday orders

curl --location 'https://api.upstox.com/v2/charges/brokerage?instrument_token=NSE_EQ%7CINE669E01016&quantity=10&product=I&transaction_type=BUY&price=13.7' \
--header 'Accept: application/json' \
--header 'Authorization: Bearer {your_access_token}'

Get brokerage details for equity futures and options delivery orders

curl --location 'https://api.upstox.com/v2/charges/brokerage?instrument_token=NSE_FO%7C35271&quantity=10&product=D&transaction_type=BUY&price=1400' \
--header 'Accept: application/json' \
--header 'Authorization: Bearer {your_access_token}'

Get brokerage details for equity futures and options intraday orders

curl --location 'https://api.upstox.com/v2/charges/brokerage?instrument_token=NSE_FO%7C35271&quantity=10&product=I&transaction_type=BUY&price=1400' \
--header 'Accept: application/json' \
--header 'Authorization: Bearer {your_access_token}'