Skip to main content
Version: 1.0.0

Get Option Chain Details

GET 

/option-chain

Get Option Chain Details

Request

Query Parameters

    month integer

    Which month you want the dates? -> if not specified latest months will be returned

    reques-id stringrequired

    sent by clients to identify the response -> this will be returned to the client as it is.

    ticker-id stringrequired
    source-id stringrequired

Responses

OK

Schema
    OPTION_SYMBOLS object[]
  • Array [
  • INSTRUMENT_TYPE string
    STRIKE_PRICE string
    CALL object
    CALL_SYMBOL_DESCRIPTION string
    CALL_SYMBOL string
    LOT_SIZE string
    OPTION_EXCHANGE string
    PUT object
    PUT_SYMBOL string
    PUT_SYMBOL_DESCRIPTION string
  • ]
  • OPTION_LIST object[]
  • Array [
  • TYPE string
    EXPIRY_DATE string
  • ]
Loading...
Is this page helpful for you?