Skip to main content
Version: 1.2.0 - Production

Get Tradable Symbols

GET 

/v1.2/master-data/symbols/tradable

This endpoint gives the tradable and non-tradable symbols for the institution.

Request

Query Parameters

    exchange string

    This is optional. If not present response will include all the tradable and non-tradable symbols for the institution. If present response will indicate tradable and non-tradable symbols for the given exchange.

Header Parameters

    Throttle-Key string

Responses

OK

Schema
    status stringrequired
    reason string
    rejectCode integer

    Find error codes here

    list object[]
  • Array [
  • exchange string
    blackList string[]

    Symbols that are not tradable

    whiteList string[]

    Symbols that are tradable

  • ]
Loading...
Is this page helpful for you?