Skip to content

Get Option Type

Get Option Type The Get Option Type symbol API returns a list of option Types available for that particular symbol based on the search parameters provided in the request.

Method: GET

{{SERVER_URL}}/api/V2/marketData/optionType?exchangeSegment=&series=&symbol=&expiryDate=

Headers

Content-Type Value
Authorization {{MARKET_AUTH_TOKEN}}

Query Params

Param Value
exchangeSegment The segment which represents cash, derivative, commodity, or currency market [Required]
series Product code [Required]
symbol Symbol name [Required]
expiryDate expiry of contract [Required]

Response: 200

{
    "result": [
        "CE",
        "PE"
    ]
}