Skip to main content
Version: 1.0.0

Get Exchange Order Types

GET 

/order-types

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

#type
1Market
2Limit
3, 4, 5, a, b, B, c, K, y, z, ZCurrently not supported in GTN API

Request

Query Parameters

    exchange string

    Example: NSDQ

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?