Skip to main content
Version: 1.2.0 - Production

Get Exchange Order Types

GET 

/v1.2/master-data/exchange/order-types

This is used to get the supported order types by each exchange that are currently available in the system.

#type
1Market
2Limit
3Stop/Stop Loss/Stop Market
4Stop Limit
PTrailing Stop

Request

Query Parameters

    exchange string

    Example: NSDQ

Header Parameters

    Throttle-Key string

Responses

OK

Schema
    exchangeOrderTypeList object[]required
  • Array [
  • exchange string
    orderTypes string
  • ]
  • status stringrequired

    Possible values: non-empty, [SUCCESS, FAILED]

    reason string

    Possible values: non-empty

    rejectCode number

    Find error codes here

Loading...
Is this page helpful for you?